Create Samples
When creating samples from the marked images the default options are listed below. You notice that the default for the maxzangle is less than the defaults for the x and y angle values. So why is that? What do these parameters mean? The Haar Classifier was initially developed for facial detections, but has been […]
Continue reading about CreateSamples ::: [ Maxxangle, Maxyangle, Maxzangle ]
Once you have a file that lists your positive images with the corresponding positive locations within each image you can then create a training sample based off of this file that will then create a vector of samples and translations to be used to train your classifier. opencv_createsamples.exe -info “C:\My Documents\Positive Test Set\positives.txt” -vec “C:\My […]
Continue reading about Create samples from positive markups to a vector file