56 Commits (a7d2830d3fb5f985d4cd0021fff6a85ae746bace)

Author SHA1 Message Date
Ilya Lavrenov a7d2830d3f added cv::mixChannels to T-API 11 years ago
Ilya Lavrenov e3d23918fa added cv::normalize to T-API; implemented missed UMat::copyTo with mask 11 years ago
Ilya Lavrenov 5566d31468 more strict checks outside ROI 11 years ago
Ilya Lavrenov c16c9a2e8e added cv::split to T-API 11 years ago
Ilya Lavrenov cd3f7fbf05 added cv::merge to T-API 11 years ago
Ilya Lavrenov 4eba74ee19 added cv::LUT to T-API 11 years ago
Vadim Pisarevsky a9065b7d0c trying to fix failures in tests 12 years ago
Vadim Pisarevsky d8c8339bec the first draft of transparent API and new UMat class. more files 12 years ago
Roman Donchenko e9a28f66ee Normalized file endings. 12 years ago
Alexander Smorkalov a3dd13450c All optimized function tables wrapped to getters to change its 12 years ago
Andrey Kamaev b0e6606b98 Cleanup core module API 12 years ago
Andrey Kamaev 2a6fb2867e Remove all using directives for STL namespace and members 12 years ago
Vadim Pisarevsky c197a46e7e removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++ 12 years ago
OpenCV Buildbot 81f826db2b Normalize line endings and whitespace 13 years ago
OpenCV Buildbot 04384a71e4 Normalize line endings and whitespace 13 years ago
Andrey Kamaev 0442bca235 Revert "partially recovered binary compatibility (ticket #2415)" 13 years ago
Vadim Pisarevsky 94b97b7a63 partially recovered binary compatibility (ticket #2415) 13 years ago
Vadim Pisarevsky b782d8bb53 integrated patch with some SSE2/SSE4.2 optimizations from Grigory Frolov 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev f2d3b9b4a1 Warning fixes continued 13 years ago
Andrey Kamaev aebed446b1 Partly merged the trunk r8322 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vadim Pisarevsky 52797a55e2 added support for vector<Mat_<>> in InputArray, OutputArray, split & merge 13 years ago
Andrey Kamaev c4af85043a merged few missed changes from 2.4 to trunk 13 years ago
Alexander Kapustin 42e0214de5 36 functions of cvtScaleTIPES_func were Neon Optimized 13 years ago
Vadim Pisarevsky 0186bd8099 split big assertion in cv::split by parts; patch #829 by Shlomi Fish 13 years ago
Andrey Kamaev c6e9e9418a More Tegra versions of convertTo 13 years ago
Andrey Kamaev 41158ab553 Fixed perf test for convertTo 13 years ago
Alexander Kapustin c5cc79d4d5 Tegra optimized functions cvt32finttype were temporary deleted due correctness bug 13 years ago
Alexander Kapustin 46248851bf 30 functions of cvtTIPES_func were Neon Optimized 13 years ago
Alexander Kapustin 6652b4ce85 Functions cvt8u16s_func, cvt32s16s_func, cvt32f16s_func were Neon Optimized 13 years ago
Victoria Zhislina 3e94f77215 13 years ago
Andrey Morozov ef8c263500 fixed compile under linux 13 years ago
Victoria Zhislina fbdb93ec79 CV_ENABLE_UNROLLED 13 years ago
Andrey Kamaev f8bd4252db Tegra optimization for split, merge and some color conversions 13 years ago
Vadim Pisarevsky dec0af8d79 implemented invert(A, B, DECOMP_EIG) 13 years ago
Andrey Kamaev 0744092b21 Fixed build with gcc compiler; couple minor improvements in perf testing framework 13 years ago
Vadim Pisarevsky eef900e46a optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria) 13 years ago
Vadim Pisarevsky 8989e0b07e fixed single-mat input/output in mixChannels() (ticket #1446) 14 years ago
Andrey Kamaev 0a2c7803b6 Fixed mixChannels argument types 14 years ago
Vadim Pisarevsky ff5e97c8e4 added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings 14 years ago
Vadim Pisarevsky 1badec0b2d eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers) 14 years ago
Vadim Pisarevsky 0e14fef96e fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly. 14 years ago
Vadim Pisarevsky 0c877f62e9 replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()). 14 years ago
Vadim Pisarevsky b0598fcf36 removed debug print statement from cvMixChannels() 14 years ago
Vadim Pisarevsky 62569f6926 fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>. 14 years ago
Vladislav Vinogradov 3c2d7b951a fixed LUT (ticket #1057) 14 years ago
Vladislav Vinogradov 58e26313dd fixed bug in cv::LUT (multi-channel source array and single-channel table) 14 years ago
Vadim Pisarevsky abeeb40d46 a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc. 14 years ago
Vadim Pisarevsky 77529b1fa6 fixed bugs in CartToPolarToCart test 14 years ago