I want to build an object detector for several objects (cat, flower and car) based on viola jones algorithm. We can use HOG, LBP and HAAR-like descriptors. How we can know what is the most suitable descriptor according to each object?
Asked
Active
Viewed 54 times
0
-
1You can know which one is best by trying them all out and seeing which one gives the best results. – Cris Luengo Jan 27 '18 at 03:20
-
1Why do you want to do this? For these kinds of objects, Viola Jones detectors have.been surpassed by CNNs by a large margin. – Toby Collins Jan 27 '18 at 08:26