- 28 Mar, 2018 1 commit
-
-
Alexander Alekhin authored
- disable "-Wsuggest-override" in tests
-
- 13 Feb, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 07 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
Most part is deprecated since C++11
-
- 03 Feb, 2018 1 commit
-
-
Alexander Alekhin authored
- removed tr1 usage (dropped in C++17) - moved includes of vector/map/iostream/limits into ts.hpp - require opencv_test + anonymous namespace (added compile check) - fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions - added missing license headers
-
- 27 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
fix missing "opencv2/core/opencl" headers from core module (updated install list)
-
- 25 Jan, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 27 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 07 Dec, 2017 1 commit
-
-
Pavel Rojtberg authored
-
- 06 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
during pre-commit testing
-
- 01 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
Observed during launch of 32/64-bit applications on Windows. Added '32-bit' prefix for 32-bit OpenCL devices. No prefix on 64-bit configurations.
-
- 27 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Nov, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 09 Oct, 2017 1 commit
-
-
Sayed Adel authored
-
- 17 Sep, 2017 1 commit
-
-
Christof Kaufmann authored
-
- 10 Sep, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 04 Sep, 2017 1 commit
-
-
Christof Kaufmann authored
This adds the possibility to use multi-channel masks for the functions cv::mean, cv::meanStdDev and the method Mat::setTo. The tests have now a probability to use multi-channel masks for operations that support them. This also includes Mat::copyTo, which supported multi-channel masks before, but there was no test confirming this.
-
- 23 Aug, 2017 2 commits
-
-
Alexander Alekhin authored
-
Pavel Vlasov authored
- Optimizations set change. Now IPP integrations will provide code for SSE42, AVX2 and AVX512 (SKX) CPUs only. For HW below SSE42 IPP code is disabled. - Performance regressions fixes for IPP code paths; - cv::boxFilter integration improvement; - cv::filter2D integration improvement;
-
- 16 Aug, 2017 1 commit
-
-
Alexander Alekhin authored
Version: gcc (GCC) 7.1.1 20170622 (Red Hat 7.1.1-3) Flags: -fsanitize=address,undefined
-
- 31 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 25 Jul, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 24 Jul, 2017 1 commit
-
-
dkurt authored
-
- 10 Jul, 2017 1 commit
-
-
- 26 Jun, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 21 Jun, 2017 1 commit
-
-
dkurt authored
-
- 20 Jun, 2017 1 commit
-
-
Maksim Shabunin authored
general: - all iterative tests have been replaced with parameterized tests - old-style try..catch tests have been modified to use EXPECT_/ASSERT_ gtest macros - added temporary files cleanup - modified MatComparator error message formatting imgcodecs: - test_grfmt.cpp split to test_jpg.cpp, test_png.cpp, test_tiff.cpp, etc. videoio: - added public HAVE_VIDEO_INPUT, HAVE_VIDEO_OUTPUT definitions to cvconfig.h - built-in MotionJPEG codec could not be tested on some platforms (read_write test was disabled if ffmpeg is off, encoding/decoding was handled by ffmpeg otherwise). - image-related tests moved to imgcodecs (Videoio_Image) - several property get/set tests have been combined into one - added MotionJPEG test video to opencv_extra
-
- 15 Mar, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 16 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 15 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
- 12 Dec, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 29 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 28 Nov, 2016 1 commit
-
-
Alexander Alekhin authored
* restore Google Test 1.7.0 (get patch) * ts: update Google Test to 1.8.0 release https://github.com/google/googletest * ts: re-apply OpenCV patch for gtest * ts: fixes for gtest 1.8.0 * ts: workaround MSVS2015 problem in gtest
-
- 18 Nov, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 15 Nov, 2016 1 commit
-
-
Declan Moran authored
fix compiler error when building with gnu-5 toolchain (eg as currently shipped with crystax.org android ndk, and presumably soon with android studio). "ts_perf.cpp ....error: 'errno' was not declared in this scope int err=errno;"
-
- 08 Nov, 2016 1 commit
-
-
Pavel Vlasov authored
--perf_instrument parameter now has int type and 0, 1, 2 modes (1 - simple trees, 2 - expanded trees for functions with same name but different calling address); Maximum depth limit var was added to the instrumentation structure; Trace names output console output fix: improper tree formatting could happen; Output in case of error was added; Custom regions improvements; Improved timing and weight calculation for parallel regions; New TC (threads counter) value to indicate how many different threads accessed particular node; parallel_for, warnings fixes and ReturnAddress code from Alexander Alekhin;
-
- 07 Oct, 2016 1 commit
-
-
Alexander Alekhin authored
-
- 08 Sep, 2016 1 commit
-
-
Alexander Alekhin authored
- calculate ticksTotal instead of ticksMean - local / global width is based on ticksTotal value - added instrumentation for OpenCL program compilation - added instrumentation for OpenCL kernel execution
-
- 17 Aug, 2016 1 commit
-
-
Pavel Vlasov authored
-
- 21 May, 2016 1 commit
-
-
Tomoaki Teshima authored
* check compiler support * check HW support before executing * add test doing round trip conversion from / to FP32 * treat array correctly if size is not multiple of 4 * add declaration to prevent warning * make it possible to enable fp16 on 32bit ARM * let the conversion possible on non-supported HW, too. * add test using both HW and SW implementation
-
- 29 Apr, 2016 1 commit
-
-
Julien Nabet authored
All of these: (performance) Prefer prefix ++/-- operators for non-primitive types. [modules/calib3d/src/fundam.cpp:1049] -> [modules/calib3d/src/fundam.cpp:1049]: (style) Same expression on both sides of '&&'.
-