Quantcast
Channel: OpenCV Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 2088

Why is a contour from cv2.findContours() in a shape like [N,1,2]?

$
0
0
Hi, guys,
I am a learner of OpenCV, and I found the returned contours from cv2.findContours() are in a a shape like [N,1,2]?
And I want to know why not using the shape as [N,2]?
What is the reason for the middle dimension?
Any idea or answer will be appreciated!

Viewing all articles
Browse latest Browse all 2088

Trending Articles