Home
last modified time | relevance | path

Searched refs:r_y1 (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/features2d/src/
Dbrisk.cpp508 const float r_y1 = y1 - float(y_bottom) + 0.5f; in smoothedIntensity() local
513 const int C = (int)((r_x1 * r_y1) * scaling); in smoothedIntensity()
514 const int D = (int)((r_x_1 * r_y1) * scaling); in smoothedIntensity()
518 const int r_y1_i = (int)(r_y1 * scaling); in smoothedIntensity()
1088 const float r_y1 = y1 - float(y_bottom) + 0.5f; in getScoreBelow() local
1093 const int C = (int)((r_x1 * r_y1) * scaling); in getScoreBelow()
1094 const int D = (int)((r_x_1 * r_y1) * scaling); in getScoreBelow()
1098 const int r_y1_i = (int)(r_y1 * scaling); in getScoreBelow()
2237 const float r_y1 = y1 - float(y_bottom) + 0.5f; in value() local
2242 const int C = (int)((r_x1 * r_y1) * scaling); in value()
[all …]