- 12 Oct, 2015 1 commit
-
-
Pavel Vlasov authored
dotProd_16s - disabled for IPP 9.0.0; filter2D - fixed kernel preparation; morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0; GaussianBlur - disabled for CV_8UC1 due to buffer overflow; integral - disabled for IPP 9.0.0; IppAutoBuffer class was added;
-
- 01 Oct, 2015 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+; IPP initialization logic was unified across modules;
-
- 29 Sep, 2015 2 commits
-
-
Pavel Vlasov authored
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs This will ease code management between IPP and ICV
-
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;
-
- 25 Sep, 2015 2 commits
-
-
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;
-
Pavel Vlasov authored
Minor changes to IPP implementations;
-
- 24 Sep, 2015 1 commit
-
-
Pavel Rojtberg authored
fixes #5074
-
- 23 Sep, 2015 1 commit
-
-
Pavel Rojtberg authored
some mandatory string keys like paths must not be empty. Add the special default value `<none>` so the CommandLineParser can enforce this and generate an according error message for us.
-
- 22 Sep, 2015 2 commits
-
-
Pavel Rojtberg authored
requesting a previously undeclared key is most likely an programming error. e.g. a typo "--unused vs --unsued". So throw in those cases. Add an according failure testcase.
-
Alexander Alekhin authored
-
- 21 Sep, 2015 4 commits
-
-
Pavel Vlasov authored
-
Gleb Gladilov authored
-
Elena Shipunova authored
-
berak authored
-
- 18 Sep, 2015 2 commits
-
-
Pavel Rojtberg authored
and not consider its value. treat arguments with a set default value as present.
-
Pavel Rojtberg authored
-
- 17 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
Disables TLS copy constructor and operator, as they can lead to errors and reservation of too much keys in TLS storage; gather method was added to TLS to gather data from all threads;
-
- 13 Sep, 2015 1 commit
-
-
Ilya Lavrenov authored
-
- 10 Sep, 2015 1 commit
-
-
Alexey Ershov authored
-
- 09 Sep, 2015 2 commits
-
-
Alexander Alekhin authored
-
Andrey Pavlenko authored
-
- 08 Sep, 2015 1 commit
-
-
Alexey Ershov authored
-
- 07 Sep, 2015 2 commits
-
-
Alexey Ershov authored
-
Maksim Shabunin authored
-
- 03 Sep, 2015 1 commit
-
-
Alexey Ershov authored
fixed trailing whitespaces renamed files *vaapi* to *va_intel* changed names vaapi* to va_intel*
-
- 31 Aug, 2015 1 commit
-
-
Maksim Shabunin authored
- IPP is disabled by default when compiler is mingw (couldn't make it work) - fixed some warnings - fixed some `__GNUC__` version checks (for correctness and convenience) - removed UTF-8 BOM from hough.cpp (fixes #5253)
-
- 26 Aug, 2015 1 commit
-
-
Andrey Pavlenko authored
-
- 25 Aug, 2015 1 commit
-
-
Andrey Pavlenko authored
-
- 24 Aug, 2015 1 commit
-
-
Andrey Pavlenko authored
Revert merging of pull request #5176 from vladimir-dudnik:master (reverted from commit 5ee00ec5)
-
- 22 Aug, 2015 1 commit
-
-
Philippe FOUBERT authored
-
- 21 Aug, 2015 2 commits
-
-
Vitaliy Lyudvichenko authored
-
Alexander Alekhin authored
-
- 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
-
- 19 Aug, 2015 1 commit
-
-
Pavel Vlasov authored
TLS was redesigned in more straightforward way; OPENCV_ABI_COMPATIBILITY define was added;
-
- 17 Aug, 2015 1 commit
-
-
Vladimir Dudnik authored
add condition to skip unmapping for internally allocated host memory. this should fix map_unmap_counting UMat test.
-
- 11 Aug, 2015 1 commit
-
-
Vladimir Dudnik authored
-
- 10 Aug, 2015 1 commit
-
-
Vladimir Dudnik authored
-
- 30 Jul, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 29 Jul, 2015 1 commit
-
-
Vladimir Dudnik authored
finished with NV12 support for D3D11-interop. Now, if texture is in NV12 format then it will be converted to/from BGR UMat.
-