@ -74,7 +74,7 @@ This method must implement features finding logic in order to make the wrappers
detail::SurfFeaturesFinder
--------------------------
..ocv:class:: detail::SurfFeaturesFinder : public FeaturesFinder
..ocv:class:: detail::SurfFeaturesFinder : public detail::FeaturesFinder
SURF features finder. ::
@ -92,7 +92,7 @@ SURF features finder. ::
detail::OrbFeaturesFinder
-------------------------
..ocv:class:: detail::OrbFeaturesFinder : public FeaturesFinder
..ocv:class:: detail::OrbFeaturesFinder : public detail::FeaturesFinder
ORB features finder. ::
@ -212,7 +212,7 @@ This method must implement matching logic in order to make the wrappers `detail:
detail::BestOf2NearestMatcher
-----------------------------
..ocv:class:: detail::BestOf2NearestMatcher : public FeaturesMatcher
..ocv:class:: detail::BestOf2NearestMatcher : public detail::FeaturesMatcher
Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold ``match_conf``. ::
@ -55,7 +55,7 @@ This method must implement camera parameters estimation logic in order to make t
detail::HomographyBasedEstimator
--------------------------------
..ocv:class:: detail::HomographyBasedEstimator : public Estimator
..ocv:class:: detail::HomographyBasedEstimator : public detail::Estimator
Homography based rotation estimator. ::
@ -71,7 +71,7 @@ Homography based rotation estimator. ::
detail::BundleAdjusterBase
--------------------------
..ocv:class:: detail::BundleAdjusterBase : public Estimator
..ocv:class:: detail::BundleAdjusterBase : public detail::Estimator
Base class for all camera parameters refinement methods. ::
@ -187,7 +187,7 @@ Gets the refined camera parameters.
detail::BundleAdjusterReproj
----------------------------
..ocv:class:: detail::BundleAdjusterReproj : public BundleAdjusterBase
..ocv:class:: detail::BundleAdjusterReproj : public detail::BundleAdjusterBase
Implementation of the camera parameters refinement algorithm which minimizes sum of the reprojection error squares. ::
@ -204,7 +204,7 @@ Implementation of the camera parameters refinement algorithm which minimizes sum
detail::BundleAdjusterRay
-------------------------
..ocv:class:: detail::BundleAdjusterRay : public BundleAdjusterBase
..ocv:class:: detail::BundleAdjusterRay : public detail::BundleAdjusterBase
Implementation of the camera parameters refinement algorithm which minimizes sum of the distances between the rays passing through the camera center and a feature. ::