- 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;
-
- 29 Aug, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 14 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 13 Aug, 2014 2 commits
-
-
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
-
Alexander Karsakov authored
Fixed buffer initialization in reduce kernel. Enabled OCL version of reduce for SUM, MAX, MIN modes.
-
- 12 Aug, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 07 Aug, 2014 3 commits
-
-
Adil Ibragimov authored
-
Adil Ibragimov authored
-
Alexander Karsakov authored
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 30 Jul, 2014 2 commits
-
-
Vadim Pisarevsky authored
-
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
-
- 02 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 30 Jun, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 16 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 03 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 26 May, 2014 3 commits
-
-
vbystricky authored
-
vbystricky authored
-
Ilya Lavrenov authored
-
- 16 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 15 May, 2014 1 commit
-
-
Vladislav Vinogradov authored
-
- 13 May, 2014 2 commits
-
-
Vladislav Vinogradov authored
reshape input matrix, since the function works with data as with [N x dims] matrix
-
Ilya Lavrenov authored
-
- 29 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 22 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 18 Apr, 2014 5 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 17 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Istvan Sarandi authored
Removed emptiness check from cv::hconcat and cv::vconcat. Sometimes you want to concatenate with an empty matrix.
-
- 11 Apr, 2014 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 09 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 08 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-