Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
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
..
calib3d fixed some more MSVC2010 warnings 15 years ago
contrib a few more warnings fixed 15 years ago
core added conversion operators Mat->vector<T>, Mat->Vec<T,n>, Mat->Matx<T,m,n> 15 years ago
features2d inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
ffmpeg 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
gpu minor fix 15 years ago
haartraining inserted missing std:: (ticket #333). Thanks to trisk for the patch! 15 years ago
highgui working on OpenGL for Windows 15 years ago
imgproc 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
legacy 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
ml 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
objdetect 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
python cvarrseq args attempt array conversions first 15 years ago
traincascade 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
video added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly 15 years ago
CMakeLists.txt First gpu code draft. Interface might be significantly changed in future. 15 years ago