Fix "Title underline too short" warning
authorIevgen Khvedchenia <ekhvedchenya@gmail.com>
Fri, 9 May 2014 19:53:28 +0000 (22:53 +0300)
committerIevgen Khvedchenia <ekhvedchenya@gmail.com>
Fri, 9 May 2014 19:53:28 +0000 (22:53 +0300)
modules/features2d/doc/feature_detection_and_description.rst

index 1ea2aae..c3029a3 100644 (file)
@@ -273,7 +273,7 @@ Class implementing the KAZE keypoint detector and descriptor extractor, describe
     };
 
 KAZE::KAZE
---------
+----------
 The KAZE constructor
 
 .. ocv:function:: KAZE::KAZE(DESCRIPTOR_TYPE descriptor_type, bool extended, bool upright)
@@ -310,7 +310,7 @@ Class implementing the AKAZE keypoint detector and descriptor extractor, describ
     };
 
 AKAZE::AKAZE
---------
+------------
 The AKAZE constructor
 
 .. ocv:function:: AKAZE::AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3)