Ask Your Question

Yarogleck's profile - activity

2013-10-17 21:53:26 -0600 answered a question Train cascade for small object

Up please...

2013-10-06 04:44:11 -0600 commented question Train cascade for small object

Nothing works, not the slurred blob or surf(surf can't detect so small object) or roi. There is also objects with different shape, even animated.

2013-10-04 12:31:29 -0600 received badge  Editor (source)
2013-10-04 12:30:04 -0600 asked a question Train cascade for small object

I need to train Cascade for small objects (20x20) on non resizable 2d simple negative (for 2d game) but have no luck. I tried opencv_haartraining.exe but starting with 15 stage it takes an awful lot of time. For 20x20 non resizable object this is too much. Also i tried opencv_traincascade.exe with same luck. SURF method also will not work for this small objects.

Here is negative and positive samples:

image description image description

I hope you can help me with this simple task. I believe there is some simple params for opencv_haartraining and working cascade will be trained. This is not a complex human face after all.