Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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?