opencv/modules/core/src
2012-10-08 19:57:19 +04:00
..
cuda fast_nlm initial version 2012-10-08 19:57:19 +04:00
algorithm.cpp partial fix for repeated algorithm registration (patch #2101 by Stephan Reuter) 2012-07-01 21:14:16 +00:00
alloc.cpp
arithm.cpp Fix depth calculation for Scalar in core arithmetic 2012-10-08 16:15:27 +04:00
array.cpp fixed #2297, #2300; fixed several warnings 2012-08-28 13:45:35 +04:00
command_line_parser.cpp partially recovered binary compatibility (ticket #2415) 2012-10-08 17:06:05 +04:00
convert.cpp partially recovered binary compatibility (ticket #2415) 2012-10-08 17:06:05 +04:00
copy.cpp fixed bug #2331 2012-09-04 13:34:52 +04:00
datastructs.cpp Warning fixes continued 2012-06-09 15:00:04 +00:00
drawing.cpp partially recovered binary compatibility (ticket #2415) 2012-10-08 17:06:05 +04:00
dxt.cpp Fixed number of warnings. Fixed mingw64 build. 2012-06-12 14:46:12 +00:00
gpumat.cpp fast_nlm initial version 2012-10-08 19:57:19 +04:00
lapack.cpp added SSE2-optimized 3x3 invert by Grigoriy Frolov 2012-08-07 17:59:52 +04:00
mathfuncs.cpp
matmul.cpp Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that retains a specified amount of variance from the data. A sample was added to samples/cpp to demonstrate the new functionality. Docs and Tests were also updated 2012-09-04 13:58:59 +04:00
matop.cpp fixed bug #2106; added test 2012-06-27 20:51:48 +00:00
matrix.cpp added GpuMat support to OutputArray 2012-10-02 14:34:17 +04:00
opengl_interop.cpp partially recovered binary compatibility (ticket #2415) 2012-10-08 17:06:05 +04:00
out.cpp
parallel.cpp uncommented auto enabling GCD on Mac 2012-09-24 14:18:15 +04:00
persistence.cpp fixed #2297, #2300; fixed several warnings 2012-08-28 13:45:35 +04:00
precomp.cpp
precomp.hpp moved parallel_for_ and ParallelLoopBody to core.hpp 2012-08-03 16:41:00 +04:00
rand.cpp
stat.cpp made countNonZero SSE code SSE2-compliant and portable 2012-07-30 16:02:49 +04:00
system.cpp restored SSE2 and added AVX optimization of the old haar face detector 2012-09-04 14:59:38 +04:00
tables.cpp