GithubHelp home page GithubHelp logo

my_vio's Introduction

Usage

  1. git submodule update --init --recursive
  2. mkdir build && cd build
  3. cmake .. && make

If want to build tests, then use the following instead of 3) : cmake .. -DUSE_TEST=ON && make

Feature Tracker App:

./feature_tracker/feature_tracker_app -p ~/Project/vio/data/desk2_subset/ -f jpg --detector FAST(SURF, ORB, ...) --descriptor DAISY(ORB, SIFT, ...) --matcher_type GRID(OCV)

##Log:

10/02/2017

Now set default to use FAST and FREAK. ./build/feature_tracker/feature_tracker_app -p feature_tracker/test/test_data/long_seq/ -f jpg

03/28/2017

Now run ./feature_tracker/feature_tracker_app -p ../feature_tracker/test/test_data/long_seq/ -f jpg --detector FAST --descriptor DAISY --matcher_type GRID ./feature_tracker/feature_tracker_app -p ../feature_tracker/test/test_data/long_seq/ -f jpg --detector FAST --descriptor DAISY --matcher_type OCV ./feature_tracker/feature_tracker_app -p ../feature_tracker/test/test_data/long_seq/ -f jpg --detector ORB --matcher_type GRID

The difference is OCV matching has more long feature tracks than grid search method. Maybe increase the search region? Although grid is much faster than OCV TODO: Evaluate how to decide use which method.

##OSX CMake not use homebrew export CMAKE_PREFIX_PATH=/usr/local

my_vio's People

Contributors

goneflash 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.