opencv/modules/core/src
2012-01-24 20:14:07 +00:00
..
cuda fixed bug in gpu::transformSmart with mask 2012-01-22 13:25:45 +00:00
algorithm.cpp added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521 2012-01-24 20:14:07 +00:00
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
arithm.cpp fixed SSE-optimized cmp_8u (ticket #1530) 2011-12-27 16:07:26 +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 removed non-ascii characters (ticket #1468) 2011-11-22 17:07:33 +00:00
convert.cpp Tegra optimization for split, merge and some color conversions 2012-01-19 11:52:25 +00:00
copy.cpp fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python. 2011-07-24 10:34:14 +00:00
datastructs.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 2011-07-19 12:27:07 +00:00
drawing.cpp added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ... 2011-11-08 12:01:49 +00:00
dxt.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 2011-06-06 14:51:27 +00:00
gpumat.cpp fixed bug in gpu::transformSmart with mask 2012-01-22 13:25:45 +00:00
lapack.cpp implemented invert(A, B, DECOMP_EIG) 2011-12-27 15:56:17 +00:00
mathfuncs.cpp added the abstract cv::Algorithm class; low-level exp & fastAtan etc. functions for more efficient SIFT implementation; fixed bug #1521 2012-01-24 20:14:07 +00:00
matmul.cpp Optimized version of DotProd8u added 2011-12-29 07:51:01 +00:00
matop.cpp some more core functions documented + minor fixes and rearrangements 2011-06-08 21:35:19 +00:00
matrix.cpp adjusting custom mat allocator when mat type is changed 2011-12-28 14:47:21 +00:00
opengl_interop.cpp fix OpenGL render functions 2012-01-18 08:27:08 +00:00
out.cpp fixed printing Mx0 matrices (ticket #1247) 2011-07-22 12:15:22 +00:00
persistence.cpp Performance testing branch is merged back into trunk 2011-09-06 15:30:28 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp Tegra-optimized cv::compare 2011-11-07 06:29:34 +00:00
rand.cpp eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 2011-07-18 16:31:30 +00:00
stat.cpp More natural sorting of MatType constants in performance reports. 2012-01-16 07:04:26 +00:00
system.cpp fixed fastAtan2 and cardToPolar accuracy (thanks to Andrey Kamaev) 2011-12-04 20:10:35 +00:00
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00