Home | History | Annotate | Download | only in src

Lines Matching refs:hull

1082             centers[skip] = center;            // pattern center (so it is not counted for convex hull)
1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 );
1086 double hull_area = fabs(cvContourArea(hull, CV_WHOLE_SEQ));