Searched defs:getCls (Results 1 – 1 of 1) sorted by relevance
89 const cv::Mat& getCls() const { return cls; } in getCls() function90 float getCls(int si) const { return cls.at<float>(si, 0); } in getCls() function