Repository for OpenCV's extra modules
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Maksim Shabunin c56efb910e Fix clang 14 warnings 2 years ago
..
doc Merge pull request #3296 from gvcallen:4.x 3 years ago
include/opencv2 Merge pull request #3296 from gvcallen:4.x 3 years ago
misc/python Merge pull request #3296 from gvcallen:4.x 3 years ago
perf Merge pull request #3296 from gvcallen:4.x 3 years ago
samples Merge pull request #3296 from gvcallen:4.x 3 years ago
src -Wunused-but-set-variable warnings fix after XCode update with clang 13.1. 2 years ago
test Fix clang 14 warnings 2 years ago
testdata Merge pull request #3296 from gvcallen:4.x 3 years ago
tutorials Merge pull request #3296 from gvcallen:4.x 3 years ago
CMakeLists.txt Merge pull request #3296 from gvcallen:4.x 3 years ago
README.md Merge pull request #3296 from gvcallen:4.x 3 years ago

README.md

Stereo Correspondence with different descriptors

Stereo matching done with different descriptors: Census / CS-Census / MCT / BRIEF / MV.

Quasi Dense Stereo

Quasi Dense Stereo is method for performing dense stereo matching. The code uses pyramidal Lucas-Kanade with Shi-Tomasi features to get the initial seed correspondences. Then these seeds are propagated by using mentioned growing scheme.