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

/external/ceres-solver/examples/
H A Dlibmv_homography.cc119 Vec3 H_x = H * x; local
122 H_x /= H_x(2);
125 forward_error[0] = H_x(0) - y(0);
126 forward_error[1] = H_x(1) - y(1);

Completed in 94 milliseconds