Searched refs:scores_ (Results 1 – 1 of 1) sorted by relevance
181 return scores_; in scores()208 cv::Mat_<uchar> scores_; member in cv::BriskLayer2070 scores_ = cv::Mat_<uchar>::zeros(img_in.rows, img_in.cols); in BriskLayer()2096 scores_ = cv::Mat::zeros(img_.rows, img_.cols, CV_8U); in BriskLayer()2114 …scores_((int)keypoints[i].pt.y, (int)keypoints[i].pt.x) = saturate_cast<uchar>(keypoints[i].respon… in getAgastPoints()2124 uchar& score = (uchar&)scores_(y, x); in getAgastScore()2177 return value(scores_, xf, yf, scale_in); in getAgastScore()