luoyc a9c35a4807 opencv source code commit il y a 1 an
..
doc a9c35a4807 opencv source code commit il y a 1 an
include a9c35a4807 opencv source code commit il y a 1 an
misc a9c35a4807 opencv source code commit il y a 1 an
perf a9c35a4807 opencv source code commit il y a 1 an
samples a9c35a4807 opencv source code commit il y a 1 an
src a9c35a4807 opencv source code commit il y a 1 an
test a9c35a4807 opencv source code commit il y a 1 an
testdata a9c35a4807 opencv source code commit il y a 1 an
tutorials a9c35a4807 opencv source code commit il y a 1 an
CMakeLists.txt a9c35a4807 opencv source code commit il y a 1 an
README.md a9c35a4807 opencv source code commit il y a 1 an

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.