0

I am new to image processing and opencv and was wondering what the best way to detect such forms would be:

enter image description here

The object can have varying color.
Some sort of SURF feature detection, or is there a more simple solution?

madmax
  • 1,803
  • 3
  • 25
  • 50
  • You could look into Blob Detection... It would be helpful if you provided some more concrete real world examples or provide more descriptive info of what you are trying to accomplish (do all "forms" look exactly like the one shown?). – Ron Feb 25 '14 at 23:38
  • Yes, all forms look the same. Bit like an ant body. The ends are thicker than the center, so not a real rectangle.. – madmax Feb 26 '14 at 08:53
  • Are the images always this clean? – Ron Feb 26 '14 at 15:30
  • If it where me I would try to detect the object via a Haar Cascade: http://docs.opencv.org/modules/objdetect/doc/cascade_classification.html (unfortunately doing this isn't a small task..) – Ron Feb 26 '14 at 22:12
  • I am doing a contrast adjustment so the image has a better destinction between for -and background. – madmax Feb 27 '14 at 07:24

0 Answers0