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 808190c02e fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408) 15 years ago
..
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
arithm.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
array.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
convert.cpp fixed some warnings from xcode 15 years ago
copy.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
datastructs.cpp 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
drawing.cpp fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408) 15 years ago
dxt.cpp 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
flann.cpp 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
lapack.cpp 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
mathfuncs.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
matmul.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
matrix.cpp fixed Mat::Mat(const IplImage*, bool) constructor (ticket #487). fixed the bayer demosaicing part in the new cv::cvtColor implementation 15 years ago
persistence.cpp fixed test crashes after CV_CN_MAX increase. 15 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp added #include "cvconfig.h" to make TBB and other 3rd party libs work correctly 15 years ago
rand.cpp rewrote normal RNG function to workaround the bug in gcc 3.4 (ticket #449) 15 years ago
stat.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
system.cpp 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
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago