- 27 Jan, 2017 1 commit
-
-
Tomoaki Teshima authored
-
- 09 Dec, 2016 1 commit
-
-
apavlenko authored
-
- 01 Sep, 2016 1 commit
-
-
Rostislav Vasilikhin authored
-
- 09 Jun, 2016 1 commit
-
-
Tomoaki Teshima 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
-
- 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
-
- 25 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR*10 + IPP_VERSION_UPDATE to manage changes between updates more easily. IPP_DISABLE_BLOCK was added to ease tracking of disabled IPP functions;
-
- 13 Sep, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 03 Sep, 2015 1 commit
-
-
Alexey Ershov authored
fixed trailing whitespaces renamed files *vaapi* to *va_intel* changed names vaapi* to va_intel*
-
- 20 Aug, 2015 1 commit
-
-
Alexey Ershov authored
fixed whitespaces fixed issues fixed issue fixed module statement issues fixed access mode added initialization check fixed warning
-
- 24 Jun, 2015 1 commit
-
-
Pavel Vlasov authored
Some code style corrections;
-
- 23 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 18 Jun, 2015 1 commit
-
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 11 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 01 Jun, 2015 1 commit
-
-
kalistratovag authored
removing trailing whitespaces Compilation error on Mac fix & warning on android Warnings fixed on iOs
-
- 02 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
Fixed getContinuousSize() to handle huge matrices properly. This should solve http://code.opencv.org/issues/3232
-
- 01 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed http://code.opencv.org/issues/3935 possibly fixed http://code.opencv.org/issues/3594
-
- 07 Apr, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 12 Mar, 2015 1 commit
-
-
Pavel Vlasov authored
Moved out of TLS to properly collect data from different threads; Concurrent access guards were added to collection functions;
-
- 26 Feb, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 04 Feb, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 12 Jan, 2015 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;
-
- 15 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 07 Apr, 2014 1 commit
-
-
vbystricky authored
-
- 10 Feb, 2014 1 commit
-
-
Ilya Lavrenov authored
(cherry picked from commit 4f9c081d)
-
- 04 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jan, 2014 2 commits
-
-
Roman Donchenko authored
See 092f916d for explanation. This reverts commit 4f9c081d.
-
Roman Donchenko authored
That commit introduces problems, as it breaks certain use cases of OpenCV functions; for example, convertTo of an Nx1 matrix to an std::vector. Since vectors can't store separate width and height values, OpenCV considers them to always be 1xN. So even though the vector is created with .create(N, 1), the Mat passed to getContinousSize has dimensions 1xN, and the size comparison fails, even though the operation itself is safe. This is a use case we probably don't want to break, at the very least for backwards compatibility. So I'm reverting the commit. This will also unfix bug #3319; I'll submit a less intrusive solution as a PR to 2.4, which will also revert 4f9c081d there.
-
- 31 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Dec, 2013 1 commit
-
-
Roman Donchenko authored
-
- 13 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 11 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 10 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 20 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-