Commit a068ccbf authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Fix "Title underline too short" warning

parent 616c3485
...@@ -273,7 +273,7 @@ Class implementing the KAZE keypoint detector and descriptor extractor, describe ...@@ -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 ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment