opencv/modules/core/src
2011-08-11 22:27:18 +00:00
..
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
arithm.cpp TEGRA optimized add8u, sub8u and logical 8u operations 2011-07-27 13:36:53 +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 errors in cmdparser 2011-08-04 16:12:55 +00:00
convert.cpp Fixed mixChannels argument types 2011-08-08 07:08:58 +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 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
dxt.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 2011-06-06 14:51:27 +00:00
lapack.cpp fixed 8-point case in findFundamentalMat (ticket #1262). findFundamentalMat needs to be rewritten actually (as well as findHomography) 2011-08-03 14:04:14 +00:00
mathfuncs.cpp Fixed bug in checkRange - integer Mats were always in range 2011-08-04 06:17:23 +00:00
matmul.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
matop.cpp some more core functions documented + minor fixes and rearrangements 2011-06-08 21:35:19 +00:00
matrix.cpp fixed kmeans center initialization in the case of huge matrices (ticket #1291); fixed warinings in libtiff. 2011-08-11 22:27:18 +00:00
out.cpp fixed printing Mx0 matrices (ticket #1247) 2011-07-22 12:15:22 +00:00
persistence.cpp fixed ticket #983 2011-06-13 21:23:42 +00:00
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00
precomp.hpp TEGRA optimized add8u, sub8u and logical 8u operations 2011-07-27 13:36:53 +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 propagated fix for EXR from 2.3 branch to trunk 2011-08-02 12:55:05 +00:00
system.cpp fixed useOptimized(); added checkHardwareSupport description (ticket #1258) 2011-08-03 08:17:58 +00:00
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 2010-05-11 17:44:00 +00:00