snark
|
#include <region_properties.h>
Public Member Functions | |
region_properties (const cv::Mat &image, double minArea=1) | |
void | show (cv::Mat &image, bool text=true) |
draw debug information on the image |
do connected components analysis in a binary image similar to the matlab function 'regionprops'
region_properties | ( | const cv::Mat & | image, |
double | minArea = 1 |
||
) |
constructor
image | input image, is considered as a binary image ( all non-zero pixels are 1 ) |