luoyc a9c35a4807 opencv source code commit | 1 年間 前 | |
---|---|---|
.. | ||
doc | 1 年間 前 | |
include | 1 年間 前 | |
misc | 1 年間 前 | |
perf | 1 年間 前 | |
samples | 1 年間 前 | |
src | 1 年間 前 | |
test | 1 年間 前 | |
testdata | 1 年間 前 | |
tutorials | 1 年間 前 | |
CMakeLists.txt | 1 年間 前 | |
README.md | 1 年間 前 |
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.