Ask Your Question

theOneCV's profile - activity

2015-05-05 01:08:53 -0600 commented answer object detection in real time through android device.

As @StevenPuttemans mentioned, you need to first study about these algorithms (huge areas) and find out which one is suitable for your own case after that make your hands dirty on code and come back to this forum with issues you've faced. (btw i believe HAAR-features will be the key for most of the scenarios)

2015-05-05 00:59:37 -0600 commented question opencv_traincascade : Acceptance Ratio- Unconsistent Behavior

@StevenPuttemans I personally learned a lot by reading your comments here and there, you are right my comment may not help him even a bit but Ive just shared that I had this issue before (with fine working final result) so a pro like you could make an estimation of how reproducible is this issue on different environments.

2015-05-04 01:59:37 -0600 answered a question object detection in real time through android device.

what exactly do you mean by algo? take a look at this tutorial coding robin, a good point to dive into.

2015-05-04 01:59:37 -0600 answered a question opencv_traincascade : Acceptance Ratio- Unconsistent Behavior

I guess thats a normal behaviour, Ive trained my cascade in very similar condition and its working fine.