OpenCV
Why can "cv2.findContours()" return only one contour point?
Python
imgproc
mengqi
November 5, 2021, 9:51am
1
…
cnts,hie= cv2.findContours(im_binary,
cv2.RETR_EXTERNAL,
cv2.CHAIN_APPROX_NONE)
print(cnts)
…
cnts output
934×206 4 KB
show post in topic
Related topics
Topic
Replies
Views
Activity
Issue with precision of cv2.findContours
Python
findcontours
3
1094
March 15, 2022
findContours output object
4
606
January 17, 2022
findContours Duplicates
4
2390
January 27, 2021
How do I find the contours of a letter
Python
findcontours
,
ximgproc
9
772
November 27, 2022
TypeError: contours is not a numpy array, neither a scalar
Python
2
567
April 30, 2021