Face3d
Face3D::Detection::ContourInfo Struct Reference

Public Member Functions

 ContourInfo ()
 
bool operator< (const ContourInfo &other)
 

Public Attributes

std::vector< cv::Point > contour
 
double areaOfContour
 
double cogX
 
double cogY
 

Detailed Description

functor such that STL can be used to sort contours according to area

Constructor & Destructor Documentation

Face3D::Detection::ContourInfo::ContourInfo ( )
inline

Member Function Documentation

bool Face3D::Detection::ContourInfo::operator< ( const ContourInfo other)
inline

Member Data Documentation

double Face3D::Detection::ContourInfo::areaOfContour
double Face3D::Detection::ContourInfo::cogX
double Face3D::Detection::ContourInfo::cogY
std::vector<cv::Point> Face3D::Detection::ContourInfo::contour

The documentation for this struct was generated from the following file: