luoyc a9c35a4807 opencv source code commit | 1 anno fa | |
---|---|---|
.. | ||
doc | 1 anno fa | |
include | 1 anno fa | |
misc | 1 anno fa | |
perf | 1 anno fa | |
samples | 1 anno fa | |
src | 1 anno fa | |
test | 1 anno fa | |
testdata | 1 anno fa | |
tutorials | 1 anno fa | |
CMakeLists.txt | 1 anno fa | |
README.md | 1 anno fa |
Stereo matching done with different descriptors: Census / CS-Census / MCT / BRIEF / MV.
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.