Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp170 virtual void calcJacobian(Mat &jac) = 0;
213 void calcJacobian(Mat &jac);
233 void calcJacobian(Mat &jac);
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp233 calcJacobian(jac); in estimate()
397 void BundleAdjusterReproj::calcJacobian(Mat &jac) in calcJacobian() function in cv::detail::BundleAdjusterReproj
579 void BundleAdjusterRay::calcJacobian(Mat &jac) in calcJacobian() function in cv::detail::BundleAdjusterRay