259 Commits (a6d558042c05d107571cd6528493a2c638017d2f)

Author SHA1 Message Date
Vadim Pisarevsky 31dbefc865 added 3-camera rectification and 8-coeff distortion model 14 years ago
Vadim Pisarevsky 08cba33f9d fixed some more MSVC2010 warnings 15 years ago
Vadim Pisarevsky 758e826d2e do not use WIN64/_WIN64 anymore - CMake did not set it anyway. Use WIN32 + __x86_64 or _M_X64 instead. Also, make VideoInput optional (WITH_VIDEOINPUT=ON/OFF) => now Mingw-dw2 can build OpenCV 15 years ago
Vadim Pisarevsky f78a3b4cc1 updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings 15 years ago
Vadim Pisarevsky 7ec4b59fac added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly 15 years ago
Vadim Pisarevsky bed63cc7c2 fixed the output disparity at the extreme cases (minDisparity or minDisparity + numOfDisp - 1). Thanks to Patrick Mihelich for the report (trac #395) 15 years ago
Vadim Pisarevsky fa3c6821ac handle the non-detected board case in cv::drawChessboardCorners. 15 years ago
Vadim Pisarevsky 7a715aa792 accept default distortion coefficients (Mat() ~ (0,0,0,0,0)) 15 years ago
Vadim Pisarevsky 8a7b4760ac avoid one possible singularity in cvFindHomography 15 years ago
Vadim Pisarevsky 4b3771ce32 modified the sub-pixel disparity interpolation (by K. Konolige) 15 years ago
Vadim Pisarevsky e89f493697 doxygenated calib3d module (C++ part only) 15 years ago
Vadim Pisarevsky 266c4642ea doxygenated opencv_video & opencv_calib3d modules (C++ part only) 15 years ago
Vadim Pisarevsky cadbe1bc79 fixed filterSpeckles call in StereoBM (thanks to Patrick Mihelich) 15 years ago
Stefano Fabri 3964367480 added missing header 15 years ago
Vadim Pisarevsky 4a073bd951 fixed build on Linux 15 years ago
Vadim Pisarevsky 127d6649a1 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago