Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Fincontours unexpected result

Hi, I have a binary image, and I though to use findconrours such it may help in feature extraction. After implementing findcontours, when I print len(contours), the answer was 132!

My expectation should be 1 as I only have one object in the image, but I don't know why?

Here I attach the image image description

I would appreciate any comments.

Thank you