Coder Social home page Coder Social logo

caomw / test_kaze_akaze_opencv Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pablofdezalc/test_kaze_akaze_opencv

0.0 1.0 0.0 175 KB

Program for testing the KAZE and A-KAZE ports in OpenCV. The idea is to test the OpenCV port to match the performance of the original library.

CMake 7.29% C++ 92.71%

test_kaze_akaze_opencv's Introduction

README - Test KAZE and A-KAZE OpenCV port

Version: 1.0.0 Date: 05-06-2014

You can get the latest version of the code from github: https://github.com/pablofdezalc/test_kaze_akaze_opencv

What is this file?

This file explains how to make use of the OpenCV KAZE and A-KAZE features code in an image matching application

Library Dependencies

The code is mainly based on the OpenCV library using the C++ interface. You will need to download and install the master branch version from OpenCV github repository that contains the KAZE and A-KAZE interface: https://github.com/Itseez/opencv

Getting Started

Compiling:

  1. $ mkdir build
  2. $ cd build>
  3. $ cmake ..
  4. $ make

If the compilation is successful you should see four executables:

  • test_kaze
  • test_kaze_match
  • test_akaze
  • test_akaze_match

The matching executables expect three input arguments, two input images and an homography txt file that describes the homography transformation between these images, similar as in the Oxford benchmark from Mikolajczyk et al.

test_kaze_akaze_opencv's People

Contributors

pablofdezalc avatar arnfred avatar

Watchers

曹明伟,Mingwei Cao avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.