Home
last modified time | relevance | path

Searched refs:canny_output (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/samples/cpp/tutorial_code/ShapeDescriptors/
DfindContours_demo.cpp59 Mat canny_output; in thresh_callback() local
64 Canny( src_gray, canny_output, thresh, thresh*2, 3 ); in thresh_callback()
66 findContours( canny_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) ); in thresh_callback()
69 Mat drawing = Mat::zeros( canny_output.size(), CV_8UC3 ); in thresh_callback()
Dmoments_demo.cpp54 Mat canny_output; in thresh_callback() local
59 Canny( src_gray, canny_output, thresh, thresh*2, 3 ); in thresh_callback()
61 findContours( canny_output, contours, hierarchy, RETR_TREE, CHAIN_APPROX_SIMPLE, Point(0, 0) ); in thresh_callback()
74 Mat drawing = Mat::zeros( canny_output.size(), CV_8UC3 ); in thresh_callback()