85 Commits (8cc09f17844290b40532bf0948bd724e7db88dec)

Author SHA1 Message Date
Vadim Pisarevsky 83f2eb79f1 make sure that the empty mat is copied to UMat properly - i.e. UMat becomes empty. Before the patch such copy operation crashed 9 years ago
Pavel Vlasov 30a6cee2fe Instrumentation for OpenCV API regions and IPP functions; 9 years ago
Pavel Vlasov 680ca88ce0 Outdated ICV restrictions were removed; 9 years ago
Ilya Lavrenov 87ae4e0564 fixed clone of empty matrix 9 years ago
Pavel Vlasov 4d7f9e06e8 Fix for copy with mask 32s and 8u; 10 years ago
Maksim Shabunin 6e9d0d9a0c Visual Studio 2015 warning and test fixes 10 years ago
Pavel Vlasov 14b006e808 IPP_VERSION_X100 was changed to: 10 years ago
Alexander Alekhin 885114ed2c fix copyTo memory corruption, but the main problem is still here 10 years ago
Alexander Alekhin 24e2a008c3 copyTo: fix for big data (4Gb+) 10 years ago
Pavel Vlasov e57609836c Warning fix; 10 years ago
Pavel Vlasov 101607a7d0 Imgproc_Hist_MinMaxVal.accuracy fix; 10 years ago
Dmitry Budnikov a5a21019b2 ipp_countNonZero build fix; 10 years ago
Ilya Lavrenov 5f7a994ad1 fixed internal compiler error 10 years ago
Ilya Lavrenov fc0869735d used popcnt 10 years ago
Chuanbo Weng 2d8c89c40b Remove unnecessary kercn limitation of 4. 11 years ago
Pavel Vlasov 45958eaabc Implementation detector and selector for IPP and OpenCL; 11 years ago
Ilya Lavrenov 00f16e9178 neon 11 years ago
Elena Gvozdeva 31ac73c315 fix for cv::memopTypeToStr 11 years ago
Ilya Lavrenov 2f46cf5ddb changed base types for cv::memopTypeToStr 11 years ago
Vadim Pisarevsky d97f9fc477 now the tests pass with loop_times==30 11 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 11 years ago
Alexander Alekhin 55188fe991 world fix 11 years ago
Elena Gvozdeva 9db8592aa8 fixed ocl_flip for cn==3 11 years ago
Vadim Pisarevsky 5267ed46c7 1. disabled OpenCL acceleration for cv::multiply() (CV_32F), cv::divide (CV_32F), cv::convertScaleAbs (CV_32F) and cv::reduce (SUM, CV_32F), cv::reduce (MIN & MAX), cv::flip (3-channel case). 11 years ago
Ilya Lavrenov 405f12fe80 optimized cv::flip (CV_8UC1) 11 years ago
Ilya Lavrenov ab428c9dbd optimized cv::copyMakeBorder 11 years ago
Ilya Lavrenov c83455d8a4 optimized cv::repeat 11 years ago
Elena Gvozdeva c7dc884855 T-API: optimized ocl_flip 11 years ago
Ilya Lavrenov d16e0b377f disabled IPP functions that slower than OpenCV 11 years ago
Alexander Alekhin b62e59aac0 icv: enable functions 11 years ago
Ilya Lavrenov 46e8d9d02d cv::copyMakeBorder 11 years ago
Ilya Lavrenov 51e2a8ec96 fixes 11 years ago
Ilya Lavrenov fe644ede19 cv::multiply 11 years ago
Ilya Lavrenov 8603c58f37 Mat::setTo(with mask) 11 years ago
Ilya Lavrenov 0b678c2451 Mat::setTo(Scalar::all(0)) 11 years ago
Ilya Lavrenov 3bd8211a72 Mat::copyTo 11 years ago
Ilya Lavrenov f7ec4a5c47 Mat::copyTo with mask 11 years ago
Ilya Lavrenov 8d24a83c9c cv::flip inplace 11 years ago
Ilya Lavrenov 2cd7a913ed verbose errors 11 years ago
Ilya Lavrenov f3c56f8310 first attemp 11 years ago
Alexander Alekhin ab691a4a24 ipp: some functions are not available in the ICV package #2 11 years ago
Ilya Lavrenov 77723db034 cv::flip 11 years ago
Ilya Lavrenov 8d97d0d631 added 3-channels support to cv::flip 11 years ago
Alexander Alekhin e4608229f0 ocl: copyMakeBorder 3-channel 11 years ago
Ilya Lavrenov 050cca0422 improved performance of cv::flip (flip cols) 11 years ago
Ilya Lavrenov ce0557ebb8 fixed defects from Xcode 11 years ago
Ilya Lavrenov 7f785e0a11 refactored core using new macro 11 years ago
Roman Donchenko 4e4a7d0353 Removed an unnecessary workaround for matrix-to-vector copyTo. 11 years ago
Roman Donchenko ee97a5e757 Re-fix bug #3319 with less side effects. 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago