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.
 
 
 
 
 
 
Vladislav Vinogradov 6c1de21a76 fixed bug in gpu::transformSmart with mask 13 years ago
..
cuda fixed bug in gpu::transformSmart with mask 13 years ago
alloc.cpp
arithm.cpp fixed SSE-optimized cmp_8u (ticket #1530) 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 removed non-ascii characters (ticket #1468) 13 years ago
convert.cpp Tegra optimization for split, merge and some color conversions 13 years ago
copy.cpp fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python. 14 years ago
datastructs.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
drawing.cpp added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 13 years ago
dxt.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
gpumat.cpp fixed bug in gpu::transformSmart with mask 13 years ago
lapack.cpp implemented invert(A, B, DECOMP_EIG) 13 years ago
mathfuncs.cpp fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) 13 years ago
matmul.cpp Optimized version of DotProd8u added 13 years ago
matop.cpp some more core functions documented + minor fixes and rearrangements 14 years ago
matrix.cpp adjusting custom mat allocator when mat type is changed 13 years ago
opengl_interop.cpp fix OpenGL render functions 13 years ago
out.cpp fixed printing Mx0 matrices (ticket #1247) 14 years ago
persistence.cpp Performance testing branch is merged back into trunk 14 years ago
precomp.cpp
precomp.hpp Tegra-optimized cv::compare 13 years ago
rand.cpp eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
stat.cpp More natural sorting of MatType constants in performance reports. 13 years ago
system.cpp fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) 13 years ago
tables.cpp