/external/skia/tests/ |
PathOpsDCubicTest.cpp | 21 cubic.convexHull(order);
|
/external/opencv3/samples/python2/ |
mser.py | 36 hulls = [cv2.convexHull(p.reshape(-1, 1, 2)) for p in regions]
|
/external/opencv3/samples/cpp/ |
convexhull.cpp | 11 cout << "\nThis sample program demonstrates the use of the convexHull() function\n" 13 << "./convexhull\n" << endl; 40 convexHull(Mat(points), hull, true);
|
select3dobj.cpp | 178 convexHull(Mat_<Point>(Mat(imgpt)), hull);
|
/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/ |
hull_demo.cpp | 68 { convexHull( Mat(contours[i]), hull[i], false ); }
|
/external/skia/src/pathops/ |
SkOpCubicHull.cpp | 55 int SkDCubic::convexHull(char order[4]) const {
|
SkPathOpsCubic.h | 55 int convexHull(char order[kPointCount]) const;
|
SkPathOpsCubic.cpp | 155 int hullCount = convexHull(hullOrder);
|
/external/opencv3/modules/features2d/src/ |
blobdetector.cpp | 261 convexHull(Mat(contours[contourIdx]), hull);
|
/external/opencv3/modules/imgproc/src/ |
rotcalipers.cpp | 349 convexHull(_points, hull, true, true);
|
convhull.cpp | 129 void convexHull( InputArray _points, OutputArray _hull, bool clockwise, bool returnPoints ) 475 cv::convexHull(cv::cvarrToMat(ptseq, false, false, 0, &_ptbuf), h0,
|
min_enclosing_triangle.cpp | 344 convexHull(pointsVector, polygon, true, true); [all...] |
/external/opencv3/modules/imgproc/test/ |
test_convhull.cpp | 514 cv::convexHull(_points, _hull, clockwise); 521 cv::convexHull(_points, _hull, clockwise); 528 cv::convexHull(_points, _hull, clockwise); 832 cv::convexHull(pointsAsVector, convexPolygon, true, true); [all...] |
/external/opencv3/modules/imgproc/misc/java/test/ |
ImgprocTest.java | 427 Imgproc.convexHull(points, hull); 447 Imgproc.convexHull(points, hull, true); 466 Imgproc.convexHull(points, hull); [all...] |
/external/opencv3/modules/calib3d/src/ |
circlesgrid.cpp | 161 convexHull(Mat(patternPoints), hull2f, false); [all...] |
/external/opencv3/modules/imgproc/include/opencv2/ |
imgproc.hpp | [all...] |
/external/opencv3/modules/java/src/ |
imgproc+Imgproc.java | [all...] |
imgproc.cpp | 4911 std::vector<int> convexhull; local [all...] |
/cts/apps/CtsVerifier/libs/ |
opencv3-android.jar | |