Giter VIP home page Giter VIP logo

sparsestereo's Introduction

NOTE: This project will soon be deprecated.  You can find the same (and more) functionality in the VisualOdometryLib project, under CorrespondenceLib.  I'm leaving this up for now because the other lib does not yet have a non-SSE implementation.


To do an out-of-source build for VS2010:

(Modify the top-level CMakeLists.txt file)
Change the OpenCV_INCLUDE and OpenCV_LIB variables so that they point to your OpenCV installation

(from top-level of the project)
mkdir _bld
cd _bld
cmake -G "Visual Studio 10" ..

Usage: [path/to/image1] [path/to/image2] [Max Hamming Dist] [Max Disparity] [Epipolar Range]

Max Hamming Distance: Filter out bad matches.  The lower this value, the more heavily matches will be filtered.

Max Disparity: For general use, set to about 1/10 of the image width.  If you know you are looking only for depths that are further away, you can tweak this accordingly.  It greatly speeds up matching time.

Epipolar Range: Ideally set to 1, but you can tweak this according to the quality of your calibration.  You can get better results from poorly calibrated pairs if you let this out to 3 or 5.  Increasing it will degrade performance.

sparsestereo's People

Contributors

ericvaughanovr avatar

Stargazers

Langke avatar Ciuv avatar Norbert Mezei avatar Dave Buchhofer avatar

Watchers

Konstantin avatar  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.