- 26 Apr, 2018 10 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
std::exception_ptr requires enabled C++11 mode
-
Alexander Alekhin authored
- remove duplicates - restore "always on" missing entries - fix FP16 detection on MSVC
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Enaldiev authored
-
Alexander Alekhin authored
for cv::Mat with width < 16
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 25 Apr, 2018 4 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- fixed wrong condition (always true) - replaced unnecessary shift operation: '>> 63' to '< 0' - used CV_BIG_INT()/CV_BIG_UINT() macros
-
Alexander Alekhin authored
avoid using of templated 'operator T ()'
-
Alexander Alekhin authored
-
- 24 Apr, 2018 14 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
shengyu authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
* Custom deep learning layers support * Stack custom deep learning layers
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
via GCC/Clang __POPCNT__ define
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
- 23 Apr, 2018 12 commits
-
-
Alexander Nesterov authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
improved performance of v_load_deinterleave(8uC3) & v_store_interleave(8uC3) intrinsics when using SSSE3 instructions.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
To dump contents of the last OpenCV error
-
Maksim Shabunin authored
-
Alexander Alekhin authored
v_select 'mask' is restricted to these values only: 0 or ~0 (0xff/0xffff/etc) mask in accuracy test is updated.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-