Code Monkey home page Code Monkey logo

opencv-disparity-map-tuner's Introduction

StereoCorrespondenceBM Tuner

Description

A GUI to update the parameters, and watch the results live, of the block-matching algorithm of OpenCV, used for computing depth maps when doing stereovision.

example screenshot

Installation

You will need to install:

Linux

Install the packages for Qt 5 and OpenCV. It should work out of the box.

Mac OS X

Download and install Qt 5 from their website. I've installed OpenCV with Homebrew, but it probably doesn't matter if you install it with another way. This program uses pkg-config to include the library OpenCV in Qt's project. Since pkg-config is not standard on Mac OS X, to make it work, you will need to add PATH=/usr/local/bin:$PATH to the file /etc/launchd.conf. See here for details.

Windows

You will have to find out yourself how to include the library OpenCV in Qt, since pkg-config is not supported on Windows. I don't know ;)

Launch the program

Once Qt 5 and OpenCV installed, clone this repo, open the .pro file, it should launch the project in Qt 5 and you will be able to run the program, and modify it.

Useful links

Contribute

Pull requests are welcome.

This software is inspired by another described here. However, I wasn't satisfied with it, and it works only on Gnome (used by Ubuntu).

TODO

  • accept image drops for left and right image areas

Licence

GPL

opencv-disparity-map-tuner's People

Contributors

vmarquet avatar

Watchers

 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.