Overloaded PCA constructor and ( ) operator to implement Feature#2287 - PCA that...
[profile/ivi/opencv.git] / modules / core / src / matmul.cpp
2012-09-04 KevinOverloaded PCA constructor and ( ) operator to implemen...
2012-06-09 Andrey KamaevWarning fixes continued
2012-05-12 Andrey KamaevUpdated dot profuct function table
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-02-10 Victoria ZhislinaCV_ENABLE_UNROLLED
2011-12-29 Kirill KornyakovOptimized version of DotProd8u added
2011-12-05 Vadim Pisarevskyfixed most of test_core failures (except for SVD)
2011-07-19 Vadim Pisarevskyadded COVAR_ and SORT_ enums to core.hpp; fixed many...
2011-07-18 Vadim Pisarevskyeliminated opencv_extra_api.hpp (all the functionality...
2011-06-17 Vadim Pisarevskyfixed potentially incorrect memory access in cv::transform
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-04-18 Vladimir Dudnikfixed build issues related to changes in IPP calls.
2011-04-18 Vadim Pisarevskyfixed build problems on Windows
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-02-27 Vladimir Dudnikadded IPP dot product functions. Only 32f data type...
2011-02-18 Vadim Pisarevskyreplaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer...
2010-11-23 Vadim Pisarevskyadded hconcat & vconcat functions for joining matrices...
2010-11-06 Vadim Pisarevskyfixed most of the failures in opencv_test
2010-10-20 Vadim Pisarevskyfixed several warnings; modified size comparison: m1...
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...