Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp1938 int coeff5 = (s_0_0 - s_0_2 - s_2_0 + s_2_2) << 2; in subpixel2D() local
1942 int H_det = 4 * coeff1 * coeff2 - coeff5 * coeff5; in subpixel2D()
1954 int tmp_max = coeff3 + coeff4 + coeff5; in subpixel2D()
1958 int tmp = -coeff3 + coeff4 - coeff5; in subpixel2D()
1965 tmp = coeff3 - coeff4 - coeff5; in subpixel2D()
1972 tmp = -coeff3 - coeff4 + coeff5; in subpixel2D()
1983 delta_x = float(2 * coeff2 * coeff3 - coeff4 * coeff5) / float(-H_det); in subpixel2D()
1984 delta_y = float(2 * coeff1 * coeff4 - coeff3 * coeff5) / float(-H_det); in subpixel2D()
2006 delta_y1 = -float(coeff4 + coeff5) / float(2 * coeff2); in subpixel2D()
2015 delta_y1 = -float(coeff4 - coeff5) / float(2 * coeff2); in subpixel2D()
[all …]