Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp159 virtual void obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const = 0;
211 void obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const;
231 void obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const;
/external/opencv3/modules/stitching/src/
Dmotion_estimators.cpp265 obtainRefinedCameraParams(cameras); in estimate()
308 void BundleAdjusterReproj::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const in obtainRefinedCameraParams() function in cv::detail::BundleAdjusterReproj
486 void BundleAdjusterRay::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const in obtainRefinedCameraParams() function in cv::detail::BundleAdjusterRay