Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp1939 …int coeff6 = -(s_0_0 + s_0_2 - ((s_1_0 + s_0_1 + s_1_2 + s_2_1) << 1) - 5 * s_1_1 + s_2_0 + s_2_2)… in subpixel2D() local
1948 return float(coeff6) / 18.0f; in subpixel2D()
1979 return float(tmp_max + coeff1 + coeff2 + coeff6) / 18.0f; in subpixel2D()
2041 + coeff5 * delta_x1 * delta_y1 + coeff6) in subpixel2D()
2044 + coeff5 * delta_x2 * delta_y2 + coeff6) in subpixel2D()
2062 + coeff5 * delta_x * delta_y + coeff6) in subpixel2D()