Warning fixes continued
[platform/upstream/opencv.git] / modules / core / src / convert.cpp
2012-06-09 Andrey KamaevWarning fixes continued
2012-05-11 Vadim Pisarevskyadded support for vector<Mat_<>> in InputArray, OutputA...
2012-04-15 Andrey Kamaevmerged few missed changes from 2.4 to trunk
2012-04-03 Alexander Kapustin36 functions of cvtScaleTIPES_func were Neon Optimized
2012-03-26 Vadim Pisarevskysplit big assertion in cv::split by parts; patch #829...
2012-03-22 Andrey KamaevMore Tegra versions of convertTo
2012-03-21 Andrey KamaevFixed perf test for convertTo
2012-03-19 Alexander KapustinTegra optimized functions cvt32finttype were temporary...
2012-03-18 Alexander Kapustin30 functions of cvtTIPES_func were Neon Optimized
2012-03-11 Alexander KapustinFunctions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func...
2012-02-10 Victoria Zhislina(no commit message)
2012-02-10 Andrey Morozovfixed compile under linux
2012-02-10 Victoria ZhislinaCV_ENABLE_UNROLLED
2012-01-19 Andrey KamaevTegra optimization for split, merge and some color...
2011-12-27 Vadim Pisarevskyimplemented invert(A, B, DECOMP_EIG)
2011-12-16 Andrey KamaevFixed build with gcc compiler; couple minor improvement...
2011-12-15 Vadim Pisarevskyoptimized cmp and cvtscale(16s->16s) using SSE2 (thanks...
2011-12-03 Vadim Pisarevskyfixed single-mat input/output in mixChannels() (ticket...
2011-08-08 Andrey KamaevFixed mixChannels argument types
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-18 Vadim Pisarevskyfixed warnings in gbt; added insertChannel() and extrac...
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-05-17 Vadim Pisarevskyremoved debug print statement from cvMixChannels()
2011-05-17 Vadim Pisarevskyfixed a few warnings on Windows; fixed critical bugs...
2011-05-11 Vladislav Vinogradovfixed LUT (ticket #1057)
2011-05-10 Vladislav Vinogradovfixed bug in cv::LUT (multi-channel source array and...
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2011-02-09 Vadim Pisarevskyfixed bugs in CartToPolarToCart test
2011-02-09 Vadim Pisarevskyreworked nearly all of the OpenCV tests (except for...
2010-11-23 Vadim Pisarevskyadded hconcat & vconcat functions for joining matrices...
2010-10-20 Vadim Pisarevskyfixed several warnings; modified size comparison: m1...
2010-10-12 Vadim Pisarevskyunited cv::Mat and cv::MatND
2010-07-16 Vadim Pisarevskyfixed some warnings from xcode
2010-07-16 Vadim Pisarevskyupdated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib...
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...