Skip to content

luosch/stereo-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language

c++11

Dependencies

cmake
opencv

Generate the results

cmake .
make
./runner

Directory structure

.
├── README.md
├── main.cpp (program entry)
├── StereoMatching.hpp (implement SSD, NCC and ASW)
├── ALL-2views (source image)
└── result (output image)

original views

SSD

NCC

ASW

License

This code is distributed under the terms and conditions of the MIT license.

About

stereo-matching using SSD, NCC and ASW

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published