JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Helper struct for a detected object. More...
Public Attributes | |
std::vector< cv::Point > | contour |
The full detailed contour. | |
std::vector< cv::Point > | approx |
Smoothed approximation of the contour. | |
std::vector< cv::Point > | hull |
Convex hull of the contour. | |
size_t | threadnum |
Thread number that detected this object. | |
float | serr |
Shape error score (higher for rougher contours with defects) | |
Helper struct for a detected object.
Definition at line 341 of file FirstVision.C.
std::vector<cv::Point> FirstVision::detection::approx |
Smoothed approximation of the contour.
Definition at line 344 of file FirstVision.C.
Referenced by FirstVision::detect().
std::vector<cv::Point> FirstVision::detection::contour |
The full detailed contour.
Definition at line 343 of file FirstVision.C.
Referenced by FirstVision::detect().
std::vector<cv::Point> FirstVision::detection::hull |
Convex hull of the contour.
Definition at line 345 of file FirstVision.C.
Referenced by FirstVision::detect().
float FirstVision::detection::serr |
Shape error score (higher for rougher contours with defects)
Definition at line 347 of file FirstVision.C.
Referenced by FirstVision::detect().
size_t FirstVision::detection::threadnum |
Thread number that detected this object.
Definition at line 346 of file FirstVision.C.