mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 22:44:02 +08:00
Fix "WARNING: Block quote ends without a blank line"
This commit is contained in:
parent
03db61b33b
commit
87972d0d7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user