snark
Public Member Functions | List of all members
region_properties Class Reference

#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

Detailed Description

do connected components analysis in a binary image similar to the matlab function 'regionprops'

Constructor & Destructor Documentation

region_properties ( const cv::Mat &  image,
double  minArea = 1 
)

constructor

Parameters
imageinput image, is considered as a binary image ( all non-zero pixels are 1 )

The documentation for this class was generated from the following files: