How to use KAZE features in opencv ?
I compiled opencv 3.0.0 beta. But how can I use KAZE features in opencv ?
I compiled opencv 3.0.0 beta. But how can I use KAZE features in opencv ?
A simple Google search would tell how.
Edit: Okay, that link directs you to AKAZE, which is not KAZE however initialized and used more or less the same way. Look at how that AKAZE example was used, and keep this docs of KAZE which would tell you what functions you need to replace, then you can achieve what you want. Let me also give you the docs for AKAZE so that you can compare the functions.
Asked: 2015-01-18 11:04:41 -0600
Seen: 770 times
Last updated: Jul 26 '17
DescriptorExtractor.compute() is not removing keypoints
FeatureDetector with mask input (third parameter)
Set a threshold on FAST feature detection?
MSER operator() is different from FeatureDetector::detect() function?
Waveform detection and analysis
Matching a computer drawing with a photo of a computer drawing