Flower Detection
Hi,
I'm developing a flower detector and would be glad if anyone has some ideas I could try.
Current directions I was thinking of:
- Training Viola & Jones
- HOG + SVM
- Object by parts - I tried and haven't got good results.
Any other directions you can suggest?
Thanks in advance, Gil.
I think you hitted the most frequent used techniques for object detection: You could look into class specific randomn forests which is sortlike svm.