Object detection for Android application
I have a school project for object recognition in android application. I tried to use the Haar classifier but without success and I don't have much time so I decided to try different approach. Unfortunately I'm stuck.
Can you tell me what to use for object detection? What I need is when I start my app, the camera opens and when I see my object on the camera, the phone must know that the object is found (like face detection).
I'm sure that I'm also not the last one who'll try to do something similar to my project and sadly I couldn't find a nice reference for achieving my goal. My graduation depends on this project and I don't have much time to finish it. So can you tell what to use and give example/reference if possible? Should I use SVM or KNN or what? Are there any other ways?
could you tell us what is your problem you need to detect so we can recommend you a suitable classifier ?
I need to detect a car steering wheel and probably a car tire too. And the problem is that I'm really new to OpenCV and I get really confused. What approach should I do to create the detector. (I don't want to recognize an exact object, just to detect whether there is a steering wheel or not). My time is limited and I can't go through all the OpenCV books and papers. I'm trying to find good examples and explanation so I can build my app. Thank you very much for your help end for trying to help :)