CHAIN_APPROX_SIMPLE  196 modules/calib3d/src/quadsubpix.cpp         findContours(black_comp, black_contours, black_hierarchy, RETR_LIST, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  197 modules/calib3d/src/quadsubpix.cpp         findContours(white_comp, white_contours, white_hierarchy, RETR_LIST, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  648 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.findContours(gray0, contours, new Mat(), Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  658 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.findContours(gray0, contours, new Mat(), Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  755 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  764 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  781 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.findContours(img, contours, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE  782 modules/imgproc/misc/java/test/ImgprocTest.java         Imgproc.findContours(img2, contours2, hierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE, new Point(3, 5));
CHAIN_APPROX_SIMPLE  482 modules/imgproc/test/test_contours.cpp     findContours(img, contours, noArray(), RETR_LIST, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE   81 samples/android/color-blob-detection/src/org/opencv/samples/colorblobdetect/ColorBlobDetector.java         Imgproc.findContours(mDilatedMask, contours, mHierarchy, Imgproc.RETR_EXTERNAL, Imgproc.CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE   81 samples/cpp/contours2.cpp     findContours( img, contours0, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE   34 samples/cpp/segment_objects.cpp     findContours( temp, contours, hierarchy, RETR_CCOMP, CHAIN_APPROX_SIMPLE );
CHAIN_APPROX_SIMPLE   87 samples/cpp/squares.cpp             findContours(gray, contours, RETR_LIST, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE   66 samples/cpp/tutorial_code/ShapeDescriptors/findContours_demo.cpp   findContours( canny_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
CHAIN_APPROX_SIMPLE   61 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo1.cpp   findContours( threshold_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
CHAIN_APPROX_SIMPLE   61 samples/cpp/tutorial_code/ShapeDescriptors/generalContours_demo2.cpp   findContours( threshold_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
CHAIN_APPROX_SIMPLE   63 samples/cpp/tutorial_code/ShapeDescriptors/hull_demo.cpp   findContours( threshold_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
CHAIN_APPROX_SIMPLE   61 samples/cpp/tutorial_code/ShapeDescriptors/moments_demo.cpp   findContours( canny_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) );
CHAIN_APPROX_SIMPLE   43 samples/cpp/tutorial_code/ShapeDescriptors/pointPolygonTest_demo.cpp   findContours( src_copy, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE   89 samples/cpp/watershed.cpp             findContours(markerMask, contours, hierarchy, RETR_CCOMP, CHAIN_APPROX_SIMPLE);
CHAIN_APPROX_SIMPLE   73 samples/tapi/squares.cpp             findContours(gray, contours, RETR_LIST, CHAIN_APPROX_SIMPLE);