AKAZE detector - expose threshold (Feature #3822)
Description
The newly added AKAZE feature detector has a threshold option which is pretty high by default.
I think it would be useful if users could change it through OpenCV's interface.
History
Updated by Dmitry Retinskiy over 10 years ago
David, do you think you could implement it?
(http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute)
- Category set to features2d
Updated by Jewel James about 10 years ago
David Ullmann wrote:
The newly added AKAZE feature detector has a threshold option which is pretty high by default.
I think it would be useful if users could change it through OpenCV's interface.
isnt this already taken care of? i see a setThreshold function under AKAZE_Impl. Thats why.
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4792