|  | OpenCV 4.13.0-dev
    Open Source Computer Vision | 
Structure containing additional information about found contour. More...
#include <opencv2/fastcv/mser.hpp>
| Public Attributes | |
| uint32_t | nodeCounter | 
| Node counter for a contour. | |
| uint32_t | nodeId | 
| Node ID for a contour. | |
| int32_t | polarity | 
| Polarity for a contour. This value is 1 if this is a MSER+ region, -1 if this is a MSER- region. | |
| uint32_t | variation | 
| Variation of a contour from previous grey level. | |
Structure containing additional information about found contour.
| uint32_t cv::fastcv::FCVMSER::ContourData::nodeCounter | 
Node counter for a contour.
| uint32_t cv::fastcv::FCVMSER::ContourData::nodeId | 
Node ID for a contour.
| int32_t cv::fastcv::FCVMSER::ContourData::polarity | 
Polarity for a contour. This value is 1 if this is a MSER+ region, -1 if this is a MSER- region.
| uint32_t cv::fastcv::FCVMSER::ContourData::variation | 
Variation of a contour from previous grey level.