2016-09-15 13:17:29 -0600 | commented question | Fincontours unexpected result Yes, it works!. Thanks a lot LorenaGdL |
2016-09-15 13:14:53 -0600 | received badge | ● Enthusiast |
2016-09-14 15:32:01 -0600 | asked a question | 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
I would appreciate any comments. Thank you |
2016-09-10 18:14:10 -0600 | asked a question | Hough for binary images Hi, I noticed that detecting circles using Hough is available in opencv but for grayscale images. I have a binary image and I want to apply Hough to detect one large Circle in the image. Any suggestions? Thanks |