BundleAdjusterRay 463 modules/stitching/src/motion_estimators.cpp void BundleAdjusterRay::setUpInitialCameraParams(const std::vector<CameraParams> &cameras) BundleAdjusterRay 486 modules/stitching/src/motion_estimators.cpp void BundleAdjusterRay::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const BundleAdjusterRay 505 modules/stitching/src/motion_estimators.cpp void BundleAdjusterRay::calcError(Mat &err) BundleAdjusterRay 579 modules/stitching/src/motion_estimators.cpp void BundleAdjusterRay::calcJacobian(Mat &jac) BundleAdjusterRay 57 modules/stitching/src/stitcher.cpp stitcher.setBundleAdjuster(makePtr<detail::BundleAdjusterRay>()); BundleAdjusterRay 545 modules/stitching/src/stitcher.cpp stitcher->setBundleAdjuster(makePtr<detail::BundleAdjusterRay>()); BundleAdjusterRay 526 samples/cpp/stitching_detailed.cpp else if (ba_cost_func == "ray") adjuster = makePtr<detail::BundleAdjusterRay>();