HomeSort by relevance Sort by last modified time
    Searched full:hull1 (Results 1 - 1 of 1) sorted by null

  /external/opencv/cv/include/
cvcompat.h 387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull ); local
389 cvConvexHull2( &points1, &hull1, orientation, 0 );
390 *hullsize = hull1.cols;
    [all...]

Completed in 37 milliseconds