Bring back escaped virtual destructors from 2.4.2
[profile/ivi/opencv.git] / modules / core / src / matrix.cpp
2012-10-15 Andrey KamaevBring back escaped virtual destructors from 2.4.2
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-10 Daniil Osokinfixed one more msvc warning in tbb kmeans
2012-10-10 Daniil Osokinfixed msvc warning in tbb kmeans
2012-10-10 daniil.osokinadded TBB for kmeans (patch #1261: thanks to Boris...
2012-10-02 Vladislav Vinogradovadded GpuMat support to OutputArray
2012-08-15 Andrey Kamaev#2225 Rename getConvertData to getConvertElem to match...
2012-06-28 Andrey KamaevFixed discrepancy between SSE and regular baranches...
2012-06-27 Andrey KamaevFixed Mat::isContinuous for big matrix (thanks to Boris...
2012-06-13 Andrey KamaevFixed Android build warnings and few warnings in specif...
2012-06-09 Andrey KamaevWarning fixes continued
2012-06-07 Andrey KamaevSet stricter warning rules for gcc
2012-05-16 Andrey KamaevAdded test and workaround for #1942
2012-05-11 Vadim Pisarevskyadded support for vector<Mat_<>> in InputArray, OutputA...
2012-05-11 Vadim Pisarevskyfixed problem with Mat::copyTo() with Mat_<> arguments...
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-03-28 Maria Dimashovafixed cvKMeans2 (#1359)
2012-03-28 Maria Dimashovafixed iter index in kmeans
2012-03-28 Vadim Pisarevskyavoid empty clusters in k-means in a more elegant way...
2012-03-27 Vadim Pisarevskyfixed a few compile problems in SparseMat code; fixed...
2012-03-26 Andrey KamaevInput/Output arrays are updated to support fixed-type...
2012-03-16 Marina Kolpakovaallocate CPU memory if Tegra GPU allocator failed.
2012-02-10 Victoria ZhislinaCV_ENABLE_UNROLLED
2011-12-28 Andrey Pavlenkoadjusting custom mat allocator when mat type is changed
2011-12-22 Andrey KamaevRefactored Tegra related macro usage
2011-12-22 Kirill KornyakovOptimized version of ReduceR functions and one ReduceC...
2011-12-01 Andrey KamaevReverted invalid cv::reduce optimization
2011-12-01 Kirill KornyakovOptimized version of Reduce functions added
2011-11-30 Vladislav Vinogradovmoved OpenGL wrappers to separate header
2011-11-25 Andrey PavlenkoAdding optimized Mat Allocator
2011-10-11 Vadim Pisarevskyunified norm computing; added generalized Hamming distance
2011-09-22 Vadim Pisarevskyfixed bug #1370
2011-09-22 Vladislav Vinogradovfixed bug in cv::reduce in reduceC_ for multi-channels...
2011-08-11 Vadim Pisarevskyfixed kmeans center initialization in the case of huge...
2011-07-21 Maria Dimashovaadded an ability to make push_back to the empty matrix
2011-07-19 Vadim Pisarevskyadded COVAR_ and SORT_ enums to core.hpp; fixed many...
2011-06-29 Vadim Pisarevskypropagated some more fixes from 2.3 branch to the trunk
2011-06-17 Vadim Pisarevskyadded reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ......
2011-06-08 Vadim Pisarevskyrenamed "None()" to "noArray()" to avoid conflicts...
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-06-01 Vadim Pisarevskyproper fix for reduce with op=CV_REDUCE_AVG and ddepth...
2011-06-01 Ilya LysenkovFixed cluster centers returning in cvKMeans2 (ticket...
2011-05-31 Alexander Shishkovremoved ddepth from matrix (after Vadim's commit, it...
2011-05-31 Vadim Pisarevskyresolved tickets #904 (nicer floating-point formatting...
2011-05-27 Vadim Pisarevskyfixed mat.push_back(mat) (ticket #1091)
2011-04-18 Vadim Pisarevskyfixed OutputArray::create, which resolves several failu...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-02-09 Vadim Pisarevskyreworked nearly all of the OpenCV tests (except for...
2010-12-26 Vadim Pisarevskyfixed MatConstIterator<> (ticket #776)
2010-12-04 Vadim Pisarevskyfixed unresolved RotatedRect::boundingRect() error...
2010-11-29 Vadim Pisarevskyunified the coordinate interpretation in RotatedRect...
2010-11-23 Vadim Pisarevskyadded hconcat & vconcat functions for joining matrices...
2010-11-20 Vadim Pisarevskyfixes Mat::empty() and Mat::create() in the case of...
2010-11-20 Vadim Pisarevskyfixed some GCC 4.4 warnings
2010-11-06 Vadim Pisarevskyfixed some more tests on Windows; changed inheritance...
2010-11-04 Vadim Pisarevskyfixed several GCC warnings; fixed crash in kmeans test...
2010-10-27 Vadim Pisarevskyadded more helper macros to the function declarations...
2010-10-21 Vadim Pisarevskyfixed bug with Mat::dataend initialization. Now morph...
2010-10-21 Vadim Pisarevskyok, try to handle matrices with size (0,0)
2010-10-20 Vadim Pisarevskysome fixes due to the changed policy in DataType &...
2010-10-19 Vadim Pisarevskyfixed a few bugs in: Mat::reshape, Mat(CvMat*) construc...
2010-10-18 Vadim Pisarevskyadded Mat::push_back, pop_back and related operations...
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-07-27 Vadim Pisarevskyfixed Mat::Mat(const IplImage*, bool) constructor ...
2010-07-16 Vadim Pisarevskyupdated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib...
2010-06-29 Vadim Pisarevskyadded "small matrix" class Matx<T, m, n>
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...