I have implemented the haar cascade classification for object detection. I want to extract daubechies features in the same way and apply a classifier of my interest. How to customize haar cascade classifier in this way?
I have collected positive and negative images, converted them to integral image. I need to find daubechies features from these images and train a classifier.
Thanks in advance.