luoyc a9c35a4807 opencv source code commit пре 1 година
..
doc a9c35a4807 opencv source code commit пре 1 година
include a9c35a4807 opencv source code commit пре 1 година
misc a9c35a4807 opencv source code commit пре 1 година
perf a9c35a4807 opencv source code commit пре 1 година
samples a9c35a4807 opencv source code commit пре 1 година
src a9c35a4807 opencv source code commit пре 1 година
test a9c35a4807 opencv source code commit пре 1 година
testdata a9c35a4807 opencv source code commit пре 1 година
tutorials a9c35a4807 opencv source code commit пре 1 година
CMakeLists.txt a9c35a4807 opencv source code commit пре 1 година
README.md a9c35a4807 opencv source code commit пре 1 година

README.md

Stereo Correspondence with different descriptors

Stereo matching done with different descriptors: Census / CS-Census / MCT / BRIEF / MV.

Quasi Dense Stereo

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.