Home
last modified time | relevance | path

Searched refs:hull1 (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/include/
Dcvcompat.h387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull ); in cvConvexHull() local
389 cvConvexHull2( &points1, &hull1, orientation, 0 ); in cvConvexHull()
390 *hullsize = hull1.cols; in cvConvexHull()