- 14 Apr, 2020 1 commit
-
-
Dmitry Kurtaev authored
-
- 11 Apr, 2020 2 commits
-
-
Alexander Alekhin authored
-
tpoisonooo authored
remove comment in .ppm
-
- 10 Apr, 2020 5 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Conrad Poelman authored
std::binary_function was deprecated with C++11 and removed in C++17. It provided just two typedefs which in this case were unused.
-
Xiping Yan authored
* Update OpenCVFindVA_INTEL.cmake When set env VA_INTEL_IOCL_ROOT, "if($ENV{VA_INTEL_IOCL_ROOT})" don't work. My modification as follow. - if($ENV{VA_INTEL_IOCL_ROOT}) + if(DEFINED ENV{VA_INTEL_IOCL_ROOT}) Refer: https://cmake.org/cmake/help/latest/variable/ENV.html * based on merge comment, update code
-
Alexander Alekhin authored
-
- 09 Apr, 2020 2 commits
-
-
Alexander Alekhin authored
-
shimat authored
-
- 08 Apr, 2020 6 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
- 07 Apr, 2020 7 commits
-
-
Alexander Alekhin authored
-
mehlukas authored
* consolidate tutorials on image read/display/write * fix unsused variables * apply requested changes * apply requested changes * fix mistake
-
Liubov Batanina authored
* Supported FullyConnected layer with two inputs * Skipped test * Fix conditions * Added OpenCL support * Supported ReduceMean3D * Supported Expand layer * Fix warning * Added Normalize subgraph * refactoring * Used addLayer * Fix check * Used addLayer * Skip failed test * Added normalize1 subgraph * Fix comments
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Tomoaki Teshima authored
- 06 Apr, 2020 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- avoid multiple expression evaluations - avoid issues with reduced support of InputArray::EXPR
-
Alexander Alekhin authored
-
Adam Fowles authored
* Fixed divide by zero error in forEach * Dedicated assertion for !empty
-
Alexander Alekhin authored
-
Liubov Batanina authored
-
Ben Li authored
-
Alexander Alekhin authored
-
- 05 Apr, 2020 1 commit
-
-
Bao "Mantle" Rong authored
-
- 04 Apr, 2020 4 commits
-
-
albert-github authored
The PREDEFINED setting for had a space between the define name and the equal sign and this is not allowed, it results in the warning: ``` error: Illegal PREDEFINED format '=', no define name specified ``` according to the documentation explicitly states that no space is allowed: > The PREDEFINED tag can be used to specify one or more macro names that are defined before the preprocessor is started (similar to the -D option of e.g. gcc). The argument of the tag is a list of macros of the form: name or name=definition (no spaces). If the definition and the "=" are omitted, "=1" is assumed. To prevent a macro definition from being undefined via #undef or recursively expanded use the := operator instead of the = operator.
-
Tomoaki Teshima authored
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 03 Apr, 2020 1 commit
-
-
Alexander Alekhin authored
-
- 02 Apr, 2020 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-