OpenCV  3.0.0
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cv::StrongClassifierDirectSelection Member List

This is the complete list of members for cv::StrongClassifierDirectSelection, including all inherited members.

classifySmooth(const std::vector< Mat > &images, const Rect &sampleROI, int &idx)cv::StrongClassifierDirectSelection
eval(const Mat &response)cv::StrongClassifierDirectSelection
getNumBaseClassifier()cv::StrongClassifierDirectSelection
getPatchSize() const cv::StrongClassifierDirectSelection
getReplacedClassifier() const cv::StrongClassifierDirectSelection
getROI() const cv::StrongClassifierDirectSelection
getSelectedWeakClassifier()cv::StrongClassifierDirectSelection
getSwappedClassifier() const cv::StrongClassifierDirectSelection
getUseFeatureExchange() const cv::StrongClassifierDirectSelection
initBaseClassifier()cv::StrongClassifierDirectSelection
replaceWeakClassifier(int idx)cv::StrongClassifierDirectSelection
StrongClassifierDirectSelection(int numBaseClf, int numWeakClf, Size patchSz, const Rect &sampleROI, bool useFeatureEx=false, int iterationInit=0)cv::StrongClassifierDirectSelection
update(const Mat &image, int target, float importance=1.0)cv::StrongClassifierDirectSelection
~StrongClassifierDirectSelection()cv::StrongClassifierDirectSelectionvirtual