Fix "Title underline too short" warning

pull/2673/head
Ievgen Khvedchenia 11 years ago
parent 616c348536
commit a068ccbf51
  1. 4
      modules/features2d/doc/feature_detection_and_description.rst

@ -273,7 +273,7 @@ Class implementing the KAZE keypoint detector and descriptor extractor, describe
}; };
KAZE::KAZE KAZE::KAZE
-------- ----------
The KAZE constructor The KAZE constructor
.. ocv:function:: KAZE::KAZE(DESCRIPTOR_TYPE descriptor_type, bool extended, bool upright) .. 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 AKAZE::AKAZE
-------- ------------
The AKAZE constructor The AKAZE constructor
.. ocv:function:: AKAZE::AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3) .. ocv:function:: AKAZE::AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3)

Loading…
Cancel
Save