Why does number of contours differ on picture resolution
Hi all,
Quick question on findContours. I ran findContours on a picture with resolution of 640 x 960 and findContours returned more contours. I resized the same picture to 320x480 and it returned lesser contours.
I'm not sure why is this happening. I would have thought that the resolution is immaterial to findContour.
Any ideas?
it depends on the object & the noise in the image & how you are applying threshold. Can you show us your code & results?
You can use drawContours to see which contours are found. Often, when you look at the results the source of the problem becomes obvious. guy
Ok, I'll show the code and results shortly.
you must show your code and the image.