OpenCV  4.0.1
Open Source Computer Vision
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() constcv::StrongClassifierDirectSelection
getReplacedClassifier() constcv::StrongClassifierDirectSelection
getROI() constcv::StrongClassifierDirectSelection
getSelectedWeakClassifier()cv::StrongClassifierDirectSelection
getSwappedClassifier() constcv::StrongClassifierDirectSelection
getUseFeatureExchange() constcv::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