Searched defs:hull1 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 71 milliseconds