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.
|
6 years ago | |
---|---|---|
.. | ||
doc | 6 years ago | |
include/opencv2 | 6 years ago | |
perf | 7 years ago | |
samples | 6 years ago | |
src | 6 years ago | |
test | 7 years ago | |
testdata | 10 years ago | |
tutorials | 6 years ago | |
CMakeLists.txt | 6 years ago | |
README.md | 6 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.