Name
Last commit
Last update
..
alloc.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
arithm.cpp TEGRA optimized add8u, sub8u and logical 8u operations
array.cpp a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
cmdparser.cpp fixed several bugs in CommandLineParser
convert.cpp Fixed mixChannels argument types
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.
datastructs.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
drawing.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
dxt.cpp replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
lapack.cpp fixed bug #1370
mathfuncs.cpp Fixed bug in checkRange - integer Mats were always in range
matmul.cpp added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
matop.cpp some more core functions documented + minor fixes and rearrangements
matrix.cpp fixed bug #1370
out.cpp fixed printing Mx0 matrices (ticket #1247)
persistence.cpp Performance testing branch is merged back into trunk
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure
precomp.hpp TEGRA optimized add8u, sub8u and logical 8u operations
rand.cpp eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
stat.cpp Tegra-optimized minMaxLoc/minMaxIdx
system.cpp fixed useOptimized(); added checkHardwareSupport description (ticket #1258)
tables.cpp "atomic bomb" commit. Reorganized OpenCV directory structure