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

  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 432 CvSeq* hull1; member in class:CV_ConvHullTest
442 hull1 = 0;
459 hull1 = 0;
505 hull1 = cvConvexHull2( points, hull_storage, orientation, return_points );
559 if( hull1 )
560 hseq = hull1;
594 if( hull1 )
    [all...]
  /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...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 1306 IntermediateHull hull1; local
1307 computeInternal(split1, end, hull1);
1311 hull1.print();
1313 merge(result, hull1);
    [all...]

Completed in 737 milliseconds