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 3a8df6034f fixes Mat::empty() and Mat::create() in the case of zero sizes (ticket #691) 15 years ago
..
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
arithm.cpp fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 15 years ago
array.cpp fixed a few bugs in: Mat::reshape, Mat(CvMat*) constructor, element access, copying nd array etc. 15 years ago
convert.cpp fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 15 years ago
copy.cpp some fixes due to the changed policy in DataType & DataDepth handling 15 years ago
datastructs.cpp almost finished Python wrappers 15 years ago
drawing.cpp fixed LineIterator constructor in order to make LineIterator::pos() work properly (#408) 15 years ago
dxt.cpp fixed several warnings; modified size comparison: m1.size() == m2.size() => m1.size == m2.size 15 years ago
lapack.cpp fixed some GCC 4.4 warnings 15 years ago
mathfuncs.cpp correct 2 bugs in cvSolveCubic (linear and quadratic cases: tickets #525 and #364) 15 years ago
matmul.cpp fixed most of the failures in opencv_test 15 years ago
matop.cpp fixed gpu morphology: now kernel in gpu is passed to npp functions. 15 years ago
matrix.cpp fixes Mat::empty() and Mat::create() in the case of zero sizes (ticket #691) 15 years ago
out.cpp removed cv prefix 15 years ago
persistence.cpp fixed uninitialized variable use in writeGraph (reported by valgrind when running opencv_test_core) 15 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 15 years ago
rand.cpp some fixes due to the changed policy in DataType & DataDepth handling 15 years ago
stat.cpp some fixes due to the changed policy in DataType & DataDepth handling 15 years ago
system.cpp added default detector for winSize(64,128) for hog on gpu 15 years ago
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago