I created an SVM classifier with HOG (Histogram oriented Gradient) to detect a specific shape and it's working, I create positive images and negative images to use them in the detectMultiScale function.
I want to detect not only positive images, but also negative images and I can't find how to do that.