1 | initial version |
There is all code you available.
Haartraining.exe is compiled from /OpenCV/apps/haartraining/haartraining.cpp
In the main of that file there is a call to the real function used to build it that is:
cvCreateTreeCascadeClassifier( dirname, vecname, bgname,
npos, nneg, nstages, mem,
nsplits,
minhitrate, maxfalsealarm, weightfraction,
mode, symmetric,
equalweights, width, height,
boosttype, stumperror,
maxtreesplits, minpos, bg_vecfile );
2 | No.2 Revision |
There is all code you need available.
Haartraining.exe is compiled from /OpenCV/apps/haartraining/haartraining.cpp
In the main of that file there is a call to the real function used to build it that is:
cvCreateTreeCascadeClassifier( dirname, vecname, bgname,
npos, nneg, nstages, mem,
nsplits,
minhitrate, maxfalsealarm, weightfraction,
mode, symmetric,
equalweights, width, height,
boosttype, stumperror,
maxtreesplits, minpos, bg_vecfile );
3 | No.3 Revision |
There is all code you need available.
Haartraining.exe is compiled from /OpenCV/apps/haartraining/haartraining.cpp
In the main of that file there is a call to the real function used to build it that is:it, example:
cvCreateTreeCascadeClassifier( dirname, vecname, bgname,
npos, nneg, nstages, mem,
nsplits,
minhitrate, maxfalsealarm, weightfraction,
mode, symmetric,
equalweights, width, height,
boosttype, stumperror,
maxtreesplits, minpos, bg_vecfile );
4 | No.4 Revision |
There is all code you need available.
Haartraining.exe is compiled from /OpenCV/apps/haartraining/haartraining.cpp
In the main of that file there is a call to the real function used to build it, example:
cvCreateTreeCascadeClassifier( dirname, vecname, bgname,
npos, nneg, nstages, mem,
nsplits,
minhitrate, maxfalsealarm, weightfraction,
mode, symmetric,
equalweights, width, height,
boosttype, stumperror,
maxtreesplits, minpos, bg_vecfile );
All the source code of this function can be found in OpenCV/modules/objdetect/src/haar.cpp
5 | No.5 Revision |
There is all code you need available.
Haartraining.exe is compiled from /OpenCV/apps/haartraining/haartraining.cpp
In the main of that file there is a call to the real function used to build it, example:
It based all functions from cvCreateTreeCascadeClassifier( dirname, vecname, bgname,
npos, nneg, nstages, mem,
nsplits,
minhitrate, maxfalsealarm, weightfraction,
mode, symmetric,
equalweights, width, height,
boosttype, stumperror,
maxtreesplits, minpos, bg_vecfile );
All the source code of this function can be found in OpenCV/modules/objdetect/src/haar.cpp/OpenCV/apps/haartraining/cvhaartraining.cpp