Giter VIP home page Giter VIP logo

opencv-features-comparison's Introduction

OpenCV OpenCV Features Comparison

opencv-features-comparison's People

Contributors

bloodaxe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opencv-features-comparison's Issues

Make error

Hi,
do you have a clue where this make error comes from?
"/feature_detector_validation$ make
Scanning dependencies of target test_opencv_features2d
[ 20%] Building CXX object CMakeFiles/test_opencv_features2d.dir/main.cpp.o
/feature_detector_validation/main.cpp: In function ‘int main(int, const char**)’: /feature_detector_validation/main.cpp:71:87: error: ‘class ImageTransformation’ has no member named ‘get’"
Thanks

Incorrect 'percentofmatches' when applying FlannBasedMatcher to KAZE and SURF

When using the follwing algorithms

algorithms.push_back(FeatureAlgorithm("KAZE",
    new cv::KAZE(),
    new cv::FlannBasedMatcher()));
algorithms.push_back(FeatureAlgorithm("SURF FLANN",
    new cv::SurfFeatureDetector(),
    new cv::SurfDescriptorExtractor(),
    new cv::FlannBasedMatcher()));

The 'PercentOfMatches' value will exceed 100 as shown in this image:
fc-matchPercent

If use BFMatcher with NORM_L2 instead of FlannBasedMatcher, the values are normal.
fc-matchPerc

Issues with OpenCV3 descriptors interface

Hi, your framework seems great but I can't make it work with OpenCV 3.1, probably since they changed descriptors methodology little bit.
Is it possible to use something like this:
algorithms.push_back(FeatureAlgorithm("SIFT", SIFT::create(), useBF));
algorithms.push_back(FeatureAlgorithm("Fast+Sift", FastFeatureDetector::create(), SiftDescriptorExtractor::create(), useBF));

Thanks in advance

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.