Allow opencv_traincascade to load Haar wavelets from a file (Bug #3239)
Description
Currently the opencv_traincascade application generates the Haar wavelets it will use for trainning. I think this application should be able to load the Haar wavelets configuration (amount and format of the rectangles and weights) from a file formated in a yet to be defined way.
The current Haar wavelet generation process could be extracted to another tool that generates a file with the default wavelets for use with the opencv_traincascade.
Thoughs?
Associated revisions
Merge pull request #3239 from mshabunin:xfeatures2d_fix
History
Updated by Ramiro Pereira de Magalhães over 11 years ago
Cancelled this due to lack of metadata. Will create another to replace this one.
- Status changed from New to Cancelled