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.