Skip to content

y3n11/StereoMatching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

StereoMatching

A simple C++ algorithm that performs Stereo block matching powered by OpenCV .

Installation

$ git clone https://github.com/y3n11/StereoMatching.git
$ cd StereoMatching/src
$ make

Usage

$ ./StereoMatching <Left image> <Right image> <Method> <Window_Size> <Disp>

Methods

  • SAD : Sum of absolute differences
  • SSD : sum of squared differences
  • LBP : Local binary pattern

Example:

./StereoMatching ../images/left.tif ../images/right.tif SAD 5 40

Left Image

alt tag

Right Image

alt tag

Disparity Image

alt tag

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published