1232 Commits (dcae7698adb4a3883d42016431ed298e021d8172)

Author SHA1 Message Date
Vadim Pisarevsky 1fce36a164 try to make a more elegant workaround for the incorrectly generated code in Canny (ticket #157) 14 years ago
Vadim Pisarevsky 5791e89e4d fixed buffer allocation for constant-value borders in the filter engine (ticket #524) 14 years ago
Vadim Pisarevsky bffb5f8b58 fixed initialization of the border interpolation table in the filter engine (ticket #161) 14 years ago
Vadim Pisarevsky 957cff2493 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 14 years ago
Vadim Pisarevsky 9e7b8d5f67 rewrote matchTemplate in C++; added border awareness to crossCorr (ticket #557) 14 years ago
Vadim Pisarevsky 8217b34f60 fixed transparent border handling one more time (tickets #572 & #575) 14 years ago
Maria Dimashova 762cf182ef modified grabCut: noise is added only if covariance determinant = 0 14 years ago
Vadim Pisarevsky 79ca6d8995 fixed sparse histogram update (ticket #526) 14 years ago
Vadim Pisarevsky e15a2ea95a fixed remap with transparent border (ticket #582) 14 years ago
Vadim Pisarevsky e6b2efeb11 further improved accuracy of Delaunay triangulation (ticket #433) 14 years ago
Maria Dimashova f76d393910 fixed grabCut: moved to double precision and added the noise to avoid zero determinant of covariance matrix 14 years ago
Vadim Pisarevsky 7f3ae3a011 fixed crash in color-luv when OpenCV is built using GCC 4.1 14 years ago
Vadim Pisarevsky 378af78e6a made calcBackproject slightly more robust. 14 years ago
Vadim Pisarevsky 5a53d82e30 fixed most of the failures in opencv_test 14 years ago
Vadim Pisarevsky b5f366fb70 fixed possible overflow in getThreshVal_Otsu_8u (ticket #602) 14 years ago
Vadim Pisarevsky 83f6085773 added more helper macros to the function declarations, to assist the Python wrapper generator. Fixed memleak in Mat::operator()(Range,Range) and the related functions (Mat::row, Mat::col etc.) 14 years ago
Vadim Pisarevsky 68378ac7e4 fixed crash in color-lab (ticket #627) 14 years ago
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 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 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 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