- 07 Dec, 2015 1 commit
-
-
ausentso authored
-
- 02 Dec, 2015 1 commit
-
-
Nikolay Polyarniy authored
-
- 17 Nov, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Oct, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 22 Sep, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 21 Sep, 2015 1 commit
-
-
Gleb Gladilov authored
-
- 18 Sep, 2015 1 commit
-
-
Pavel Rojtberg authored
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.
-
- 15 Aug, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 21 Jul, 2015 1 commit
-
-
Gleb Gladilov authored
-
- 30 Jun, 2015 1 commit
-
-
Evgeny Agafonchikov authored
-
- 26 May, 2015 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 27 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
Also: - Silence clang warnings about unsupported command line arguments - Add diagnostic print to calib3d test - Fixed perf test relative error check - Fix iOS build problem
-
- 27 Feb, 2015 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 12 Jan, 2015 4 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 04 Jan, 2015 1 commit
-
-
Alexander Smorkalov authored
- Previous version just checked option support, but not enable it. - Also OpenCV tests reports invalid AVX and AVX2 support status.
-
- 23 Dec, 2014 2 commits
-
-
Vladislav Vinogradov authored
use CV_CUDA_TEST_MAIN for opencv_test_core to initialize CUDA device information
-
Vladislav Vinogradov authored
-
- 05 Nov, 2014 1 commit
-
-
Alexander Alekhin authored
disable "unwanted" messages
-
- 27 Oct, 2014 2 commits
-
-
Elena Gvozdeva authored
-
Elena Gvozdeva authored
-
- 23 Oct, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 21 Oct, 2014 1 commit
-
-
Alexander Alekhin 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;
-
- 13 Aug, 2014 1 commit
-
-
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
-
- 31 Jul, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 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
-
- 09 Jul, 2014 1 commit
-
-
Richard Yoo authored
-
- 09 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 06 Jun, 2014 1 commit
-
-
Richard Yoo authored
-
- 17 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 09 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Apr, 2014 1 commit
-
-
Ilya Lavrenov authored
Conflicts: modules/core/src/stat.cpp
-
- 21 Mar, 2014 1 commit
-
-
Andrey Pavlenko authored
-