PedestrainCounting
Static Public Member Functions | Static Public Attributes | List of all members
ConnectedComponents Class Reference

Static Public Member Functions

static void Find (cv::Mat &binary, bool polyApprox, float invPerimScale)
 

Static Public Attributes

static std::vector< std::vector< cv::Point > > contours
 
static const cv::Mat element
 

Member Data Documentation

const cv::Mat ConnectedComponents::element
static
Initial value:
= cv::getStructuringElement(
MPRPH_ELEM,
cv::Size(2 * MORPH_SIZE + 1, 2 * MORPH_SIZE + 1),
cv::Point(MORPH_SIZE, MORPH_SIZE))

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