Searched refs:BundleAdjusterReproj (Results 1 – 3 of 3) sorted by relevance
204 class CV_EXPORTS BundleAdjusterReproj : public BundleAdjusterBase class207 BundleAdjusterReproj() : BundleAdjusterBase(7, 2) {} in BundleAdjusterReproj() function in cv::detail::BundleAdjusterReproj
282 void BundleAdjusterReproj::setUpInitialCameraParams(const std::vector<CameraParams> &cameras) in setUpInitialCameraParams()308 void BundleAdjusterReproj::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const in obtainRefinedCameraParams()330 void BundleAdjusterReproj::calcError(Mat &err) in calcError()397 void BundleAdjusterReproj::calcJacobian(Mat &jac) in calcJacobian()
525 if (ba_cost_func == "reproj") adjuster = makePtr<detail::BundleAdjusterReproj>(); in main()