Ask Your Question
0

How to use KAZE features in opencv ?

asked 2015-01-18 11:04:41 -0600

krammer gravatar image

I compiled opencv 3.0.0 beta. But how can I use KAZE features in opencv ?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-07-26 05:03:08 -0600

Raki gravatar image

updated 2017-07-26 05:22:47 -0600

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.

edit flag offensive delete link more

Comments

may be you can update your link to http://docs.opencv.org/master/db/d70/... and akaze is not kaze

LBerger gravatar imageLBerger ( 2017-07-26 05:07:12 -0600 )edit

They are initialized and utilized more or less the same way. One needs an AKAZE example and the docs that tells the names of the KAZE functions. That's it. Nevertheless let me edit it.

Raki gravatar imageRaki ( 2017-07-26 05:12:44 -0600 )edit

use link to master or explicetly give opencv version

LBerger gravatar imageLBerger ( 2017-07-26 05:53:44 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-18 11:04:41 -0600

Seen: 750 times

Last updated: Jul 26 '17