Lines Matching defs:scores
164 // get scores - attention, this is in layer coordinates, not scale=1 coordinates!
179 scores() const
207 // its Agast scores
875 // go through the octaves and intra layers and calculate agast corner scores:
1132 const cv::Mat& scores = pyramid_[layer].scores();
1133 const int scorescols = scores.cols;
1134 const uchar* data = scores.ptr() + y_layer * scorescols + x_layer;
1218 data = scores.ptr() + y_layer * scorescols + x_layer;
1222 data = scores.ptr() + (y_layer - 1 + delta[i + 1]) * scorescols + x_layer + delta[i] - 1;
2110 // also write scores
2168 // get the scores first: