71 Commits (c3bfe3f33e821e27dacc34a6c72e5a8ab038079e)

Author SHA1 Message Date
Ilya Lavrenov 31e6251793 added new perf tests to core 11 years ago
Ilya Lavrenov 4c23059209 added cv::inRange to T-API 11 years ago
Ilya Lavrenov febb200eee fixed cv::multuply, cv::divide 11 years ago
Ilya Lavrenov b20714a8a8 fixed kernel compilation of cv::min, cv::max for CV_64F 11 years ago
Ilya Lavrenov 49474903cb refactoring 11 years ago
Ilya Lavrenov 49e729f89d ability to use cv::PSNR with transparent cv::norm 11 years ago
Ilya Lavrenov fed7e61879 added cv::repeat to T-API (fix for copyTo -> UMat is needed) 11 years ago
Ilya Lavrenov e17107e864 added cv::compare to T-API 11 years ago
Ilya Lavrenov 997ec60839 added OCL-TAPI arithm tests 11 years ago
Ilya Lavrenov 9d23a0cb81 fixed ocl_arithm_op; fix for 3-channel images is needed 11 years ago
Alexander Alekhin 881e837520 ocl/core: added prototype for tests 11 years ago
Vadim Pisarevsky 677c7f27cb fixed failure in Tonemap test 11 years ago
Vadim Pisarevsky d914f20a4c updated patch to bring in the first functions with "transparent API" 11 years ago
Adrian Stratulat 3561bc1bbc rename vBinOp64f to vBinOp64, minor fixups 12 years ago
Adrian Stratulat cb445d697c Refactor vectorized arithmetical operations 12 years ago
Ilya Lavrenov 036e99d03a fixed ipp-related warnings 12 years ago
kdrobnyh 7a7aa148d4 Add IPP support in compare function 12 years ago
Roman Donchenko f55740da70 Deleted all trailing whitespace. 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
Bo Li 92e7e7d8e8 fix issue 2788 12 years ago
marina.kolpakova 99c666691e Restore core multiply/divide depth to CV_64F value. 13 years ago
Andrey Kamaev 8fb6d9f650 Fix Android build warnings 13 years ago
Vadim Pisarevsky f5742e6cac fix bug #2447 - unary operator bug for single column matrix 13 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 0afd51253d Add else branch to previous fix 13 years ago
Andrey Kamaev 34bfda10ca Fix regression in core arithmetic 13 years ago
Andrey Kamaev 25a9b0a255 Fix depth calculation for Scalar in core arithmetic 13 years ago
Vadim Pisarevsky d09b3828b8 fixed fail in arithmetic test 13 years ago
Alexander Kapustin 8f4ddad52d 1. New function ActualScalarDepth was added 13 years ago
Alexander Kapustin bb3332508e 1. New function ActualScalarDepth was added 13 years ago
Vadim Pisarevsky 1ded1597e7 fixed mixed-type array operations (bug #2336) 13 years ago
Andrey Kamaev bd0e0b5800 Merged the trunk r8589:8653 - all changes related to build warnings 13 years ago
Andrey Kamaev 49a1ba6038 Set stricter warning rules for gcc 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Alexander Kapustin 79e2070606 5 functions from addWeighted_func family were Neon Optimized 13 years ago
Alexander Kapustin 3675ef516a 6 functions from Inrange_func family were Neon Optimized 13 years ago
Vadim Pisarevsky bf12855007 fixed mask operations with uninitialized output array, added the corresponding test (ticket #1286) 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Andrey Kamaev 805d88a8d2 Tegra version of cv::subtract 13 years ago
Victoria Zhislina fbdb93ec79 CV_ENABLE_UNROLLED 13 years ago
Vadim Pisarevsky e7946d98a9 fixed SSE-optimized cmp_8u (ticket #1530) 13 years ago
Vadim Pisarevsky dec0af8d79 implemented invert(A, B, DECOMP_EIG) 13 years ago
Vadim Pisarevsky eef900e46a optimized cmp and cvtscale(16s->16s) using SSE2 (thanks to Victoria) 13 years ago
Vadim Pisarevsky 72c23e7bbb fixed most of test_core failures (except for SVD) 13 years ago
Andrey Kamaev 664cd5460e Tegra-optimized cv::compare 13 years ago
Andrey Kamaev 3b558508be TEGRA optimized add8u, sub8u and logical 8u operations 14 years ago
Vadim Pisarevsky d8417af086 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. 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