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.
 
 
 
 
 
 
Rostislav Vasilikhin cb52d249fe fixed optional args processing in SVD::compute() 9 years ago
..
algorithm.cpp Fix algorithm setter argument validation for uchar 11 years ago
alloc.cpp
arithm.cpp Change some vector mask types to unsigned. 10 years ago
array.cpp typos 11 years ago
cmdparser.cpp Assorted fixes: 10 years ago
convert.cpp deleted extra semicolons 11 years ago
copy.cpp Removed an unnecessary workaround for matrix-to-vector copyTo. 11 years ago
datastructs.cpp do not proceed with removing zero-length slice 10 years ago
drawing.cpp Merge pull request #5390 from StevenPuttemans:add_markers_2.4 9 years ago
dxt.cpp Revert changes by PR#2930 since it breaks logic of inverse mode. 11 years ago
gl_core_3_1.cpp enabled OpenGL on MacOSX 11 years ago
gl_core_3_1.hpp
glob.cpp
gpumat.cpp fix GpuMat::copyTo method with mask: 11 years ago
lapack.cpp fixed optional args processing in SVD::compute() 9 years ago
mathfuncs.cpp Merge pull request #5650 from hoangviet1985:fix_bug_5623 9 years ago
matmul.cpp fixed http://code.opencv.org/issues/4278 9 years ago
matop.cpp bug fix 3696 11 years ago
matrix.cpp Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x) 9 years ago
opengl_interop.cpp fixed memory leak in ogl::Texture2D 11 years ago
opengl_interop_deprecated.cpp Fixed iOS framework compilation warnings 11 years ago
out.cpp Update out.cpp 11 years ago
parallel.cpp Fixed iOS framework compilation warnings 11 years ago
persistence.cpp operator<< handles keys starting with underscore 9 years ago
precomp.hpp Revert "fixed bug #3319" 11 years ago
rand.cpp fixed memory corruption when normal dist. params have less channels than target matrix; test added 9 years ago
stat.cpp fixed http://code.opencv.org/issues/3828 9 years ago
system.cpp fix mutex for uclibc 10 years ago
tables.cpp