opencv/modules/core/src
2011-04-27 13:28:49 +00:00
..
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
arithm.cpp fixed build issues related to changes in IPP calls. 2011-04-18 21:24:57 +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
convert.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
copy.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
datastructs.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
drawing.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
dxt.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
lapack.cpp fixed bug with misaligned data access (on Windows & Linux) 2011-04-27 13:28:49 +00:00
mathfuncs.cpp fixed build problems on Windows 2011-04-18 15:14:32 +00:00
matmul.cpp fixed build issues related to changes in IPP calls. 2011-04-18 21:24:57 +00:00
matop.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
matrix.cpp fixed OutputArray::create, which resolves several failures in opencv_test_core 2011-04-18 16:32:43 +00:00
out.cpp removed cv prefix 2010-11-15 20:09:55 +00:00
persistence.cpp replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others) 2011-02-18 10:36:18 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp fixed build issues related to changes in IPP calls. 2011-04-18 21:24:57 +00:00
rand.cpp fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch) 2011-04-26 12:20:42 +00:00
stat.cpp - make sure the code compiles with gcc 4.6 2011-04-22 21:35:46 +00:00
system.cpp fixed build issues related to changes in IPP calls. 2011-04-18 21:24:57 +00:00
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00