BundleAdjusterReproj 282 modules/stitching/src/motion_estimators.cpp void BundleAdjusterReproj::setUpInitialCameraParams(const std::vector<CameraParams> &cameras) BundleAdjusterReproj 308 modules/stitching/src/motion_estimators.cpp void BundleAdjusterReproj::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const BundleAdjusterReproj 330 modules/stitching/src/motion_estimators.cpp void BundleAdjusterReproj::calcError(Mat &err) BundleAdjusterReproj 397 modules/stitching/src/motion_estimators.cpp void BundleAdjusterReproj::calcJacobian(Mat &jac) BundleAdjusterReproj 525 samples/cpp/stitching_detailed.cpp if (ba_cost_func == "reproj") adjuster = makePtr<detail::BundleAdjusterReproj>();