Ask Your Question

abc_123's profile - activity

2017-06-09 23:58:37 -0600 commented answer How to use soft cascade in opencv 3

Thanks. So is there any way to make cascade classifier faster? Especially the detectMultiScale function.

2017-06-09 23:58:24 -0600 received badge  Editor (source)
2017-06-09 23:58:07 -0600 answered a question How to use soft cascade in opencv 3

Thanks. So is there any way to make cascade classifier faster? Especially the detectMultiScale function.

2017-06-07 08:23:36 -0600 asked a question How to use soft cascade in opencv 3

I want to use soft cascade for its speed advantage . First I want to know in which version of opencv this class has been implemented? I couldn't find softcascade in opencv 3.2 windows pre-built version source codes. ( downloaded from here )

Second I wanted to know which file should I include in my c++ source code to use soft cascade? Is this in opencv2/objdetect/objdetect.hpp ?

And also is there any sample code for this class?

2017-06-07 08:18:45 -0600 received badge  Organizer (source)