From 87972d0d7c8b663963d13398b1b0e4dd600ef55d Mon Sep 17 00:00:00 2001 From: Ievgen Khvedchenia Date: Tue, 13 May 2014 13:15:24 +0300 Subject: [PATCH] Fix "WARNING: Block quote ends without a blank line" --- modules/features2d/doc/feature_detection_and_description.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/features2d/doc/feature_detection_and_description.rst b/modules/features2d/doc/feature_detection_and_description.rst index f321194883..5be31306ee 100644 --- a/modules/features2d/doc/feature_detection_and_description.rst +++ b/modules/features2d/doc/feature_detection_and_description.rst @@ -288,11 +288,8 @@ Class implementing the AKAZE keypoint detector and descriptor extractor, describ DESCRIPTOR_MLDB_UPRIGHT = 4, ///< Upright descriptors, not invariant to rotation DESCRIPTOR_MLDB = 5 }; - CV_WRAP AKAZE(); explicit AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3); - - ... }; AKAZE::AKAZE