989 Commits (45aeecb0431f809fd5f4e1b27fd5f895cec6e588)

Author SHA1 Message Date
Vadim Pisarevsky 099388bd12 fixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502, #627) 14 years ago
Vadim Pisarevsky ebb9c61546 fixed bug with Mat::dataend initialization. Now morph-ex test passes; Also fixed CV_Assert() implementation 14 years ago
Vadim Pisarevsky 4a14795eb6 fixed several gcc 4.1 warnings 14 years ago
Vadim Pisarevsky 89f64681d0 fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 14 years ago
Vadim Pisarevsky 1b1eab8e67 added helper macros to the function declarations 14 years ago
Vadim Pisarevsky 3e9e2f0958 united cv::Mat and cv::MatND 14 years ago
Vadim Pisarevsky 31dbefc865 added 3-camera rectification and 8-coeff distortion model 14 years ago
Vadim Pisarevsky bc4532bd07 added initWideAngleProjMap() function 14 years ago
Vadim Pisarevsky 62fa7f6620 avoid crash in cvCalcEMD() when one of the histograms has only one non-zero element (ticket #396). Thanks to nburrus for the patch 15 years ago
Vadim Pisarevsky 0faa75da11 inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
Maria Dimashova cba926a428 added c++ interface for cvPyrMeanShiftFiltering; added sample on meanshift segmentation 15 years ago
Vadim Pisarevsky 4aee2e3045 fixed incorrect assert in RGB2Lab_b constructor 15 years ago
Vadim Pisarevsky 4c591ca397 fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation 15 years ago
Vadim Pisarevsky 2f2f06b925 rewrote color conversion functions; added sRGB<->CIE Lab/Luv conversion; added RGB<->YUV conversion; improved [s]RGB->Lab conversion speed 15 years ago
Vadim Pisarevsky 8bb987e436 optimized VNG demosaicing using SSE2 (got ~3x speedup) 15 years ago
Vadim Pisarevsky f48bd3d281 added VNG demosaicing algorithm (ticket #466) 15 years ago
Vadim Pisarevsky 08cba33f9d fixed some more MSVC2010 warnings 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 db82906067 fix build with GCC 3.3 on Ubuntu 8.04 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 266c4642ea doxygenated opencv_video & opencv_calib3d modules (C++ part only) 15 years ago
Vadim Pisarevsky 4632d65889 doxygenated core and imgproc modules (C++ API only) 15 years ago
Vadim Pisarevsky 33447e0bba fixed mixed-type exp and log functions, used in HMMs (thanks to V. Mityaev) 15 years ago
Vadim Pisarevsky edc089607f fixed source image corruption (ticket #306) 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