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 dcadc4f8fb #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 13 years ago
..
cuda fixed bug in gpu::transformSmart with mask 13 years ago
algorithm.cpp Fixed ugly bug in AlgorithmInfo initialisation order 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 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
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 ~20 potential errors identified by the MS complier. 13 years ago
gpumat.cpp added more assertion on device features to gpu functions and tests 13 years ago
lapack.cpp CV_ENABLE_UNROLLED 13 years ago
mathfuncs.cpp #1765 Fixed solvePoly for polynomials having coeffs[n] != 1 13 years ago
matmul.cpp CV_ENABLE_UNROLLED 13 years ago
matop.cpp some more core functions documented + minor fixes and rearrangements 14 years ago
matrix.cpp handle single-point sets in kmeans properly 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 "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp Tegra-optimized cv::compare 14 years ago
rand.cpp fixed bug #1318. extended RNG::fill with the optional saturateRange parameter 13 years ago
stat.cpp fixed many warnings from GCC 4.6.1 13 years ago
system.cpp #645 Added cv::getBuildInformation function (with sample) to get OpenCV build configuration 13 years ago
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago