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 ff071d2cf6 added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM) 13 years ago
..
cuda fixed bug in gpu::transformSmart with mask 13 years ago
algorithm.cpp added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM) 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 fixed bug for #1496 and correctness tests for function CheckRange 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 fixed cvKMeans2 (#1359) 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 added Algorithm::get/set/addParam(vector<Mat>) (to be used by EM) 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 fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) 13 years ago
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago