Object detection Rectangles Haartrained
Hi everyone!!
I wanted my program to identify staplers so i've followed the haartraining process and i've accomplished my goal. The only problem is that instead of one "stapler", it draws more than one rectangle.
I've though of using groupRectangles(...) but it doesn't compile saying it's not declared and stuff like that (i though its lib was objdetect: guess i was wrong)
Please, any tip would be welcome. Thanks
You have to use groupRectangles indeed...
You should use groupRectangles! You should show us your code so I can help you.