- 20 Jul, 2016 1 commit
-
-
Ilya Lavrenov authored
-
- 07 Apr, 2016 1 commit
-
-
Maksim Shabunin authored
- added HAL documentation support - added documentation to HAL replacement interface - updated several HAL functions in imgproc module
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 03 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
- added new functions from core module: split, merge, add, sub, mul, div, ... - added function replacement mechanism - added example of HAL replacement library
-
- 20 Oct, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 21 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
-
- 01 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed http://code.opencv.org/issues/3935 possibly fixed http://code.opencv.org/issues/3594
-
- 27 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 24 Feb, 2015 1 commit
-
-
Mansour Moufid authored
-
- 12 Jan, 2015 7 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 31 Dec, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 29 Dec, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 15 Oct, 2014 1 commit
-
-
Pavel Vlasov authored
IPP can be switched on and off on runtime; Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS; TS modifications for implementations control;
-
- 09 Oct, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 30 Sep, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 28 Sep, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 13 Aug, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 09 Aug, 2014 1 commit
-
-
Yury Gorbachev authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 04 Aug, 2014 1 commit
-
-
Yury Gorbachev authored
NOT verified on target platform, compilation passes with and without NEON.
-
- 30 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
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). 2. changed the number of test loops from 1 to 30 (except for cv::pow() test, which fails for yet unknown reason) 3. disabled IPP acceleration for 3-channel norms. 4. modified relativeNorm test function to handle very small values
-
- 24 Jul, 2014 1 commit
-
-
Adrian Stratulat authored
-
- 04 Jul, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 23 Jun, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 19 Jun, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jun, 2014 1 commit
-
-
Hans Johnson authored
modules/core/src/arithm.cpp:345:51: error: constant expression evaluates to 4294967295 which cannot be narrowed to type 'int' [-Wc++11-narrowing] static int CV_DECL_ALIGNED(16) v64f_absmask[] = { 0xffffffff, 0x7fffffff, 0xffffffff, 0x7fffffff }; ^~~~~~~~~~ Converted to unsigned int. This variable is only used to initialize a bit pattern anywhy for a 128bit type.
-
- 26 May, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 08 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-