Home
last modified time | relevance | path

Searched refs:HomographyBasedEstimator (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dmotion_estimators.hpp98 class CV_EXPORTS HomographyBasedEstimator : public Estimator class
101 HomographyBasedEstimator(bool is_focals_estimated = false) in HomographyBasedEstimator() function in cv::detail::HomographyBasedEstimator
/external/opencv3/modules/stitching/src/
Dstitcher.cpp491 detail::HomographyBasedEstimator estimator; in estimateCameraParams()
Dmotion_estimators.cpp105 bool HomographyBasedEstimator::estimate( in estimate()
/external/opencv3/samples/cpp/
Dstitching_detailed.cpp508 HomographyBasedEstimator estimator; in main()