Home
last modified time | relevance | path

Searched defs:hull (Results 1 – 14 of 14) sorted by relevance

/external/opencv3/samples/cpp/
Dconvexhull.cpp39 vector<int> hull; in main() local
Dselect3dobj.cpp177 vector<Point> hull; in extract3DBox() local
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
Dhull_demo.cpp66 vector<vector<Point> >hull( contours.size() ); in thresh_callback() local
/external/opencv3/modules/imgproc/src/
Dconvhull.cpp257 Mat hull = _hull.getMat(); in convexHull() local
277 Mat hull = _hull.getMat(); in convexityDefects() local
398 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() local
528 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; in cvConvexityDefects() local
Drotcalipers.cpp345 Mat hull; in minAreaRect() local
/external/opencv/cv/src/
Dcvconvhull.cpp231 union { CvContour* c; CvSeq* s; } hull; in cvConvexHull2() local
536 CvSeq *ptseq = (CvSeq*)array, *hull = (CvSeq*)hullarray; in cvConvexityDefects() local
Dcvcalibinit.cpp1084 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads() local
/external/opencv3/modules/features2d/src/
Dblobdetector.cpp260 std::vector < Point > hull; in findBlobs() local
/external/opencv3/modules/imgproc/misc/java/test/
DImgprocTest.java425 MatOfInt hull = new MatOfInt(); in testConvexHullMatMat() local
445 MatOfInt hull = new MatOfInt(); in testConvexHullMatMatBooleanBoolean() local
465 MatOfInt hull = new MatOfInt(); in testConvexityDefects() local
/external/opencv/cv/include/
Dcvcompat.h384 int orientation, int* hull, int* hullsize ) in cvConvexHull()
399 orientation, hull, hullsize ) \ argument
/external/opencv3/modules/calib3d/src/
Dcalibinit.cpp1154 CvSeq *hull = cvConvexHull2( &pointMat, temp_storage, CV_CLOCKWISE, 1 ); in icvCleanFoundConnectedQuads() local
/external/opencv3/modules/imgproc/test/
Dtest_convhull.cpp543 CvMat* hull = 0; in validate_test_results() local
/external/opencv3/modules/java/src/
Dimgproc+Imgproc.java2329 public static void convexHull(MatOfPoint points, MatOfInt hull, boolean clockwise) in convexHull()
2339 public static void convexHull(MatOfPoint points, MatOfInt hull) in convexHull()
Dimgproc.cpp4855 std::vector<int> hull; in Java_org_opencv_imgproc_Imgproc_convexHull_10() local
4881 std::vector<int> hull; in Java_org_opencv_imgproc_Imgproc_convexHull_11() local