Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/src/
Dbrisk.cpp2002 float delta_x1 = 0.0f, delta_x2 = 0.0f, delta_y1 = 0.0f, delta_y2 = 0.0f; in subpixel2D() local
2005 delta_x1 = 1.0f; in subpixel2D()
2014 delta_x1 = -1.0f; in subpixel2D()
2040 …float max1 = (coeff1 * delta_x1 * delta_x1 + coeff2 * delta_y1 * delta_y1 + coeff3 * delta_x1 + co… in subpixel2D()
2041 + coeff5 * delta_x1 * delta_y1 + coeff6) in subpixel2D()
2048 delta_x = delta_x1; in subpixel2D()
2049 delta_y = delta_x1; in subpixel2D()