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

/external/ceres-solver/examples/
H A Dlibmv_homography.cc401 Mat3 estimated_matrix; local
405 EstimateHomography2DFromCorrespondences(x1, x2, options, &estimated_matrix);
408 estimated_matrix /= estimated_matrix(2 ,2);
411 std::cout << "Estimated matrix:\n" << estimated_matrix << "\n"; local

Completed in 83 milliseconds