.. |
algorithm.cpp
|
Fix algorithm setter argument validation for uchar
|
2014-01-02 21:17:55 +01:00 |
alloc.cpp
|
TLS calls on WinRT replaced on variables with C++11 "thread" attribute.
|
2013-07-31 05:43:52 -07:00 |
arithm.cpp
|
Change some vector mask types to unsigned.
|
2015-02-23 23:10:57 -05:00 |
array.cpp
|
typos
|
2014-03-04 12:47:40 +04:00 |
cmdparser.cpp
|
Assorted fixes:
|
2014-12-25 12:41:16 +03:00 |
convert.cpp
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
copy.cpp
|
Removed an unnecessary workaround for matrix-to-vector copyTo.
|
2014-01-17 14:16:22 +04:00 |
datastructs.cpp
|
do not proceed with removing zero-length slice
|
2015-09-07 13:50:30 +03:00 |
drawing.cpp
|
Merge pull request #5390 from StevenPuttemans:add_markers_2.4
|
2015-11-23 13:40:00 +00:00 |
dxt.cpp
|
fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)
|
2016-09-07 14:56:22 +03:00 |
gl_core_3_1.cpp
|
enabled OpenGL on MacOSX
|
2014-02-13 00:17:15 +04:00 |
gl_core_3_1.hpp
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
glob.cpp
|
Globbing accuracy test fail on Windows RT fixed.
|
2013-09-02 04:31:58 -07:00 |
gpumat.cpp
|
fix GpuMat::copyTo method with mask:
|
2014-01-22 10:40:14 +04:00 |
lapack.cpp
|
fixed optional args processing in SVD::compute()
|
2016-09-06 14:09:44 +03:00 |
mathfuncs.cpp
|
Merge pull request #5650 from hoangviet1985:fix_bug_5623
|
2015-11-20 16:15:47 +00:00 |
matmul.cpp
|
fixed http://code.opencv.org/issues/4278
|
2016-09-03 20:28:54 +03:00 |
matop.cpp
|
bug fix 3696
|
2014-07-09 22:35:56 +02:00 |
matrix.cpp
|
Fix that corrects the OpenCV's random access iterator distance: d(x,y) = -d(y,x)
|
2016-03-11 15:20:36 +03:00 |
opengl_interop_deprecated.cpp
|
Fixed iOS framework compilation warnings
|
2014-10-27 15:28:21 +03:00 |
opengl_interop.cpp
|
fixed memory leak in ogl::Texture2D
|
2013-11-19 10:12:22 +04:00 |
out.cpp
|
Update out.cpp
|
2014-03-27 16:28:40 +01:00 |
parallel.cpp
|
Fixed iOS framework compilation warnings
|
2014-10-27 15:28:21 +03:00 |
persistence.cpp
|
operator<< handles keys starting with underscore
|
2016-04-11 12:43:58 +03:00 |
precomp.hpp
|
integer overflow fixed in getContinuousSize()
|
2016-09-02 01:50:54 +03:00 |
rand.cpp
|
fixed memory corruption when normal dist. params have less channels than target matrix; test added
|
2016-07-16 14:38:28 +03:00 |
stat.cpp
|
fixed http://code.opencv.org/issues/3828
|
2016-09-03 21:49:54 +03:00 |
system.cpp
|
fix mutex for uclibc
|
2015-05-20 12:18:28 +02:00 |
tables.cpp
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |