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
I would appreciate any comments.
Thank you