Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
authorLeonid Beynenson <no@email>
Fri, 29 Jul 2011 14:18:45 +0000 (14:18 +0000)
committerLeonid Beynenson <no@email>
Fri, 29 Jul 2011 14:18:45 +0000 (14:18 +0000)
commitdc13ec205dcb108bcc285a8ee28fc0e98449cb84
tree0220bda55905a5b5e18d35505a35be81e4dbd478
parentd87a56a6391d0b8dd51e9aa72f1ad3205ede3c59
Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
some internal classes and template functions from cascadedetect.cpp to this header.
This will allow to make a child class for such classes as LBPEvaluator, etc.
Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected".
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/cascadedetect.hpp [new file with mode: 0644]