]> rtime.felk.cvut.cz Git - opencv.git/history - opencv/src/cv/cvstereosgbm.cpp
renamed all the _[A-Z] variables to avoid possible name conflicts.
[opencv.git] / opencv / src / cv / cvstereosgbm.cpp
2010-03-26 vp153renamed all the _[A-Z] variables to avoid possible...
2010-03-16 vp153tweaked SGBM a bit (added brightness component in addit...
2010-03-13 vp153fixed various compile problems on Windows
2010-03-12 vp153some more fixed warnings
2010-03-12 vp153switch between SSE and non-SSE code dynamically =>...
2010-03-09 vp153removed speckles even if they are right at the image...
2010-03-04 vp153added optional disparity invalidation outside of the...
2010-02-27 vp153added fullDP mode in StereoSGBM. added getValidDisparityROI
2010-02-19 vp153optimized SGBM stereo correspondence algorithm with SSE
2010-02-17 mdimfixed compile error on ubuntu64
2010-02-16 vp153added StereoSGBM algorithm (combination of H. Hirschmul...