The ContoursQuery namespace provides enumeration and mapping utilities for contour detection methods. More...
Enumerations | |
enum class | Method { CHAIN_APPROX_NONE , CHAIN_APPROX_SIMPLE , CHAIN_APPROX_TC89_L1 , CHAIN_APPROX_TC89_KCOS } |
Enumeration of different contour approximation methods. More... | |
Variables | |
const std::map< std::string, Method > | mappings |
String-to-enum mapping for contour approximation methods. | |
The ContoursQuery namespace provides enumeration and mapping utilities for contour detection methods.
|
strong |
Enumeration of different contour approximation methods.
These correspond to OpenCV's chain approximation flags used in contour detection.
const std::map<std::string, Method> Processor::ContoursQuery::mappings |
String-to-enum mapping for contour approximation methods.