OpenCV 4.10.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::ContourData::nodeCounter |
Node counter for a contour.
uint32_t cv::fastcv::ContourData::nodeId |
Node ID for a contour.
int32_t cv::fastcv::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::ContourData::variation |
Variation of a contour from previous grey level.