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