diff --git a/modules/stitching/doc/motion_estimation.rst b/modules/stitching/doc/motion_estimation.rst index d8ef015f7e..5859f3e02f 100644 --- a/modules/stitching/doc/motion_estimation.rst +++ b/modules/stitching/doc/motion_estimation.rst @@ -31,7 +31,7 @@ detail::Estimator::operator() Estimates camera parameters. -.. ocv:function:: detail::Estimator::operator ()(const std::vector &features, const std::vector &pairwise_matches, std::vector &cameras) +.. ocv:function:: bool detail::Estimator::operator ()(const std::vector &features, const std::vector &pairwise_matches, std::vector &cameras) :param features: Features of images @@ -46,7 +46,7 @@ detail::Estimator::estimate This method must implement camera parameters estimation logic in order to make the wrapper `detail::Estimator::operator()`_ work. -.. ocv:function:: void detail::Estimator::estimate(const std::vector &features, const std::vector &pairwise_matches, std::vector &cameras) +.. ocv:function:: bool detail::Estimator::estimate(const std::vector &features, const std::vector &pairwise_matches, std::vector &cameras) :param features: Features of images