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 e6aba3e51c turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used) 14 years ago
..
alloc.cpp
arithm.cpp fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 14 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 added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 14 years ago
copy.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 14 years ago
datastructs.cpp almost finished Python wrappers 14 years ago
drawing.cpp make watershed demo work correctly 14 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 14 years ago
mathfuncs.cpp turn off SSE2 optimization in cv::exp & cv::log in the case of GCC <=4.1 (not no Mac, where a patched GCC 4.0 is used) 14 years ago
matmul.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 14 years ago
matop.cpp
matrix.cpp fixed unresolved RotatedRect::boundingRect() error (ticket #725) 14 years ago
out.cpp removed cv prefix 14 years ago
persistence.cpp fixed uninitialized variable use in writeGraph (reported by valgrind when running opencv_test_core) 14 years ago
precomp.cpp
precomp.hpp fixed some more tests on Windows; changed inheritance Matx -> Vec to Vec -> Matx 14 years ago
rand.cpp added hconcat & vconcat functions for joining matrices; moved some inline functions out of the headers; fixed several bugs in documentation; removed MatND from docs 14 years ago
stat.cpp fixed problem with missing minMaxIdx (ticket #703) 14 years ago
system.cpp added default detector for winSize(64,128) for hog on gpu 14 years ago
tables.cpp