opencv/modules/core/src
Vladislav Vinogradov 4e4b96e3d9 Merged revision(s) 8484 from trunk:
fixed some bugs in gpu module under Windows:
* convertTo alignment error
........
2012-05-30 17:06:39 +00:00
..
cuda fixed bug in gpu::transformSmart with mask 2012-01-22 13:25:45 +00:00
algorithm.cpp wrapped Algorithm class. 2012-04-20 17:03:02 +00:00
alloc.cpp #842 #include <sys/mman.h> is moved from public headers closer to usage 2012-03-27 21:29:58 +00:00
arithm.cpp Merged the trunk till r8291 2012-05-18 12:18:17 +00:00
array.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 2011-04-17 13:14:45 +00:00
cmdparser.cpp fixed some more GCC warnings 2012-03-19 11:21:01 +00:00
convert.cpp Partly merged the trunk r8322 2012-05-18 12:46:44 +00:00
copy.cpp CV_ENABLE_UNROLLED 2012-02-10 06:05:04 +00:00
datastructs.cpp added another contour perimeter test and fixed bug #216 2012-03-26 17:00:48 +00:00
drawing.cpp Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 2012-05-30 11:13:07 +00:00
dxt.cpp Fixed several warnings on various platforms 2012-04-11 11:11:39 +00:00
gpumat.cpp Merged revision(s) 8484 from trunk: 2012-05-30 17:06:39 +00:00
lapack.cpp Merged the trunk r8408:8457 (inclusive) 2012-05-30 08:47:34 +00:00
mathfuncs.cpp added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811) 2012-04-24 15:16:21 +00:00
matmul.cpp Merged the trunk r8324:8345 2012-05-18 12:59:40 +00:00
matop.cpp some more core functions documented + minor fixes and rearrangements 2011-06-08 21:35:19 +00:00
matrix.cpp Merged the trunk r8345:8376 2012-05-18 13:18:37 +00:00
opengl_interop.cpp Merged the trunk till r8291 2012-05-18 12:18:17 +00:00
out.cpp fixed printing Mx0 matrices (ticket #1247) 2011-07-22 12:15:22 +00:00
persistence.cpp Fixed bug in reading zero-size Mat from FileStorage 2012-04-04 13:25:37 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded. 2012-04-20 15:32:54 +00:00
rand.cpp Fixed Calc_Hist under 32-bit gcc 2012-04-18 16:16:54 +00:00
stat.cpp Merged the trunk till r8291 2012-05-18 12:18:17 +00:00
system.cpp Added Android-specific implementation of getNumberOfCPUs 2012-04-10 08:26:46 +00:00
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00