HomeSort by relevance Sort by last modified time
    Searched refs:BundleAdjusterReproj (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
motion_estimators.hpp 204 class CV_EXPORTS BundleAdjusterReproj : public BundleAdjusterBase
207 BundleAdjusterReproj() : BundleAdjusterBase(7, 2) {}
  /external/opencv3/modules/stitching/src/
motion_estimators.cpp 282 void BundleAdjusterReproj::setUpInitialCameraParams(const std::vector<CameraParams> &cameras)
308 void BundleAdjusterReproj::obtainRefinedCameraParams(std::vector<CameraParams> &cameras) const
330 void BundleAdjusterReproj::calcError(Mat &err)
397 void BundleAdjusterReproj::calcJacobian(Mat &jac)
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 525 if (ba_cost_func == "reproj") adjuster = makePtr<detail::BundleAdjusterReproj>();

Completed in 55 milliseconds