Is there any mechanism/algorithm for contour based object detection?
Is there any mechanism/algorithm for contour based object detection? So that we can also get the dimensions of subparts of our detected object (rather than obtaining a bounding box around it). Any ideas please?
Thanks.
Try to read answers of this guy: http://answers.opencv.org/users/11/ilya-lysenkov/, may be this one: http://answers.opencv.org/question/853
Thanks Kirill. I'll look at these.