Searched refs:ry1 (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/features2d/src/
H A Devaluation.cpp266 for( float ry1 = (float)miny; ry1 <= (float)maxy; ry1 += dr )
268 float ry2 = ry1 - diff.y;
270 float e1 = (float)(ellipse1[0]*rx1*rx1 + 2*ellipse1[1]*rx1*ry1 + ellipse1[2]*ry1*ry1);
H A Dbrisk.cpp2158 const float ry1 = yf - float(y); local
2159 const float ry = 1.0f - ry1;
2162 + rx * ry1 * getAgastScore(x, y + 1, threshold_in) + rx1 * ry1 * getAgastScore(x + 1, y + 1, threshold_in));

Completed in 890 milliseconds