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.
 
 
 
 
 
 
Andrey Kamaev 8d130ff10c Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
..
cuda fixed bug in gpu::transformSmart with mask 13 years ago
algorithm.cpp wrapped Algorithm class. 13 years ago
alloc.cpp #842 #include <sys/mman.h> is moved from public headers closer to usage 13 years ago
arithm.cpp fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286) 13 years ago
array.cpp
cmdparser.cpp fixed some more GCC warnings 13 years ago
convert.cpp split big assertion in cv::split by parts; patch #829 by Shlomi Fish 13 years ago
copy.cpp CV_ENABLE_UNROLLED 13 years ago
datastructs.cpp added another contour perimeter test and fixed bug #216 13 years ago
drawing.cpp fixed line clipping (ticket #1284) 13 years ago
dxt.cpp Fixed several warnings on various platforms 13 years ago
gpumat.cpp Fixed build with mingw 4.4.0 13 years ago
lapack.cpp CV_ENABLE_UNROLLED 13 years ago
mathfuncs.cpp added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 13 years ago
matmul.cpp Fixed 9 more build warnings 13 years ago
matop.cpp
matrix.cpp fixed kmeans 13 years ago
opengl_interop.cpp Fixed Linux build with OpenGL but without CUDA 13 years ago
out.cpp fixed printing Mx0 matrices (ticket #1247) 14 years ago
persistence.cpp Fixed bug in reading zero-size Mat from FileStorage 13 years ago
precomp.cpp
precomp.hpp added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 13 years ago
rand.cpp Fixed Calc_Hist under 32-bit gcc 13 years ago
stat.cpp Fixed most of the floating-point accuracy problems for x86 gcc 13 years ago
system.cpp Added Android-specific implementation of getNumberOfCPUs 13 years ago
tables.cpp