Commit 87972d0d authored by Ievgen Khvedchenia's avatar Ievgen Khvedchenia

Fix "WARNING: Block quote ends without a blank line"

parent 03db61b3
...@@ -288,11 +288,8 @@ Class implementing the AKAZE keypoint detector and descriptor extractor, describ ...@@ -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_UPRIGHT = 4, ///< Upright descriptors, not invariant to rotation
DESCRIPTOR_MLDB = 5 DESCRIPTOR_MLDB = 5
}; };
CV_WRAP AKAZE(); CV_WRAP AKAZE();
explicit AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3); explicit AKAZE(DESCRIPTOR_TYPE descriptor_type, int descriptor_size = 0, int descriptor_channels = 3);
...
}; };
AKAZE::AKAZE AKAZE::AKAZE
......
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