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

  /external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
findContours_demo.cpp 66 findContours( canny_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
hull_demo.cpp 63 findContours( threshold_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
generalContours_demo1.cpp 61 findContours( threshold_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
generalContours_demo2.cpp 61 findContours( threshold_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
moments_demo.cpp 61 findContours( canny_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
pointPolygonTest_demo.cpp 43 findContours( src_copy, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE);
  /external/opencv3/samples/cpp/
segment_objects.cpp 34 findContours( temp, contours, hierarchy, RETR_CCOMP, CHAIN_APPROX_SIMPLE );
contours2.cpp 81 findContours( img, contours0, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE);
squares.cpp 87 findContours(gray, contours, RETR_LIST, CHAIN_APPROX_SIMPLE);
watershed.cpp 89 findContours(markerMask, contours, hierarchy, RETR_CCOMP, CHAIN_APPROX_SIMPLE);
  /external/opencv3/samples/python2/
squares.py 27 bin, contours, hierarchy = cv2.findContours(bin, cv2.RETR_LIST, cv2.CHAIN_APPROX_SIMPLE)
contours.py 49 _, contours0, hierarchy = cv2.findContours( img.copy(), cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)
digits_video.py 38 _, contours, heirs = cv2.findContours( bin.copy(), cv2.RETR_CCOMP, cv2.CHAIN_APPROX_SIMPLE)
  /external/opencv3/modules/calib3d/src/
quadsubpix.cpp 196 findContours(black_comp, black_contours, black_hierarchy, RETR_LIST, CHAIN_APPROX_SIMPLE);
197 findContours(white_comp, white_contours, white_hierarchy, RETR_LIST, CHAIN_APPROX_SIMPLE);
  /external/opencv3/samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/
ColorBlobDetector.java 81 Imgproc.findContours(mDilatedMask, contours, mHierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
  /external/opencv3/samples/tapi/
squares.cpp 73 findContours(gray, contours, RETR_LIST, CHAIN_APPROX_SIMPLE);
  /external/opencv3/modules/imgproc/misc/java/test/
ImgprocTest.java 648 Imgproc.findContours(gray0, contours, new Mat(), Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
658 Imgproc.findContours(gray0, contours, new Mat(), Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
755 Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
764 Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
781 Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
782 Imgproc.findContours(img2, contours2, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE, new Point(3, 5));
    [all...]
  /cts/apps/CameraITS/tests/scene4/
test_aspect_ratio_and_crop.py 271 cv2.CHAIN_APPROX_SIMPLE)
  /external/opencv3/modules/imgproc/test/
test_contours.cpp 482 findContours(img, contours, noArray(), RETR_LIST, CHAIN_APPROX_SIMPLE);
  /external/opencv3/modules/imgproc/include/opencv2/
imgproc.hpp 421 CHAIN_APPROX_SIMPLE = 2,
    [all...]
  /external/opencv3/modules/java/src/
imgproc+Imgproc.java 185 CHAIN_APPROX_SIMPLE = 2,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 145 milliseconds