Searched refs:find_all_contours (Results 1 – 3 of 3) sorted by relevance
178 def find_all_contours(img): function505 contours = find_all_contours(255-img_bw)710 contours = find_all_contours(img_bw)790 contours = find_all_contours(img_thresh)
176 contours = opencv_processing_utils.find_all_contours(255-img_bw)
114 opencv_processing_utils.find_all_contours(np.uint8(sobel)), key=len)