From 03db61b33bed021ad227f079a84e79922f49644b Mon Sep 17 00:00:00 2001 From: Ievgen Khvedchenia Date: Sat, 10 May 2014 23:06:23 +0300 Subject: [PATCH] FixFix documentation warnings --- .../doc/feature_detection_and_description.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/features2d/doc/feature_detection_and_description.rst b/modules/features2d/doc/feature_detection_and_description.rst index fa18d4e3bc..f321194883 100644 --- a/modules/features2d/doc/feature_detection_and_description.rst +++ b/modules/features2d/doc/feature_detection_and_description.rst @@ -251,10 +251,12 @@ We notice that for keypoint matching applications, image content has little effe :param verbose: Prints pair selection informations. KAZE ------ +---- .. ocv:class:: KAZE : public Feature2D -Class implementing the KAZE keypoint detector and descriptor extractor, described in [ABD12]_. :: +Class implementing the KAZE keypoint detector and descriptor extractor, described in [ABD12]_. + +.. [ABD12] KAZE Features. Pablo F. Alcantarilla, Adrien Bartoli and Andrew J. Davison. In European Conference on Computer Vision (ECCV), Fiorenze, Italy, October 2012. KAZE::KAZE ---------- @@ -266,14 +268,15 @@ The KAZE constructor :param upright: Set to enable use of upright descriptors (non rotation-invariant). -.. [ABD12] KAZE Features. Pablo F. Alcantarilla, Adrien Bartoli and Andrew J. Davison. In European Conference on Computer Vision (ECCV), Fiorenze, Italy, October 2012. AKAZE ----- .. ocv:class:: AKAZE : public Feature2D -Class implementing the AKAZE keypoint detector and descriptor extractor, described in [ANB13]_. :: +Class implementing the AKAZE keypoint detector and descriptor extractor, described in [ANB13]_. + +.. [ANB13] Fast Explicit Diffusion for Accelerated Features in Nonlinear Scale Spaces. Pablo F. Alcantarilla, Jesús Nuevo and Adrien Bartoli. In British Machine Vision Conference (BMVC), Bristol, UK, September 2013. class CV_EXPORTS_W AKAZE : public Feature2D { @@ -301,7 +304,3 @@ The AKAZE constructor :param descriptor_type: Type of the extracted descriptor. :param descriptor_size: Size of the descriptor in bits. 0 -> Full size :param descriptor_channels: Number of channels in the descriptor (1, 2, 3). - - - -.. [ANB13] Fast Explicit Diffusion for Accelerated Features in Nonlinear Scale Spaces. Pablo F. Alcantarilla, Jesús Nuevo and Adrien Bartoli. In British Machine Vision Conference (BMVC), Bristol, UK, September 2013.