- 24 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 23 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 20 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
* replace binary literal prefix to hexadecimal literal prefix
-
- 19 Jul, 2018 8 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
Example (reuse 'Transform' test case): PERF_TEST(Transform, getPerspectiveTransform_1000) { ... } PERF_TEST(Transform, getPerspectiveTransform_QR_1000) { ... }
-
Alexander Alekhin authored
-
- 18 Jul, 2018 2 commits
-
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 17 Jul, 2018 14 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
* Add Java overloads for each default argument * Add "fisheye_" prefix for cv::fisheye:: functions and enums
-
Alexander Alekhin authored
-
Li Peng authored
Signed-off-by:
Li Peng <peng.li@intel.com>
-
- 16 Jul, 2018 12 commits
-
-
Vadim Pisarevsky authored
* core:OE-27 prepare universal intrinsics to expand (#11022) * core:OE-27 prepare universal intrinsics to expand (#11022) * core: Add universal intrinsics for AVX2 * updated implementation of wide univ. intrinsics; converted several OpenCV HAL functions: sqrt, invsqrt, magnitude, phase, exp to the wide universal intrinsics. * converted log to universal intrinsics; cleaned up the code a bit; added v_lut_deinterleave intrinsics. * core: Add universal intrinsics for AVX2 * fixed multiple compile errors * fixed many more compile errors and hopefully some test failures * fixed some more compile errors * temporarily disabled IPP to debug exp & log; hopefully fixed Doxygen complains * fixed some more compile errors * fixed v_store(short*, v_float16&) signatures * trying to fix the test failures on Linux * fixed some issues found by alalek * restored IPP optimization after the patch with AVX wide intrinsics has been properly tested * restored IPP optimization after the patch with AVX wide intrinsics has been properly tested
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
[[nodiscard]] is defined in C++17. There is fallback alias for modern GCC / Clang compilers.
-
Kuang Fangjun authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
These CMake options are enough: - `-DWITH_INF_ENGINE=ON` - `-DIE_PLUGINS_PATH=lib/ubuntu_16.04/intel64` - `-DENABLE_CXX11=ON` (OpenCV 3.4 only)
-
Maksim Shabunin authored
-