You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2023. It is now read-only.
One can find several already-trained classifiers in OpenCV (see opencv\build\etc\haarcascades). The issue here is to read them into Octave (highest priority, and secondarily Matlab). Octave has some support (see http://octave.sourceforge.net/io/function/xmlread.html ). After reading the XML, it should be converted to a data structure that can be manipulated.
One can find several already-trained classifiers in OpenCV (see opencv\build\etc\haarcascades). The issue here is to read them into Octave (highest priority, and secondarily Matlab). Octave has some support (see http://octave.sourceforge.net/io/function/xmlread.html ). After reading the XML, it should be converted to a data structure that can be manipulated.