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