Home
last modified time | relevance | path

Searched defs:getCls (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/apps/traincascade/
Dtraincascade_features.h89 const cv::Mat& getCls() const { return cls; } in getCls() function
90 float getCls(int si) const { return cls.at<float>(si, 0); } in getCls() function