- 07 Aug, 2018 9 commits
-
-
Alexander Alekhin authored
remove from DNN module headers
-
Alexander Alekhin authored
-
Alexander Alekhin authored
* core(test): merge hang test * core(merge/split): fix intrin optimization
-
Maksim Shabunin authored
-
berak authored
-
zarelaky authored
fixed call open(int id) failed
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
berak authored
-
- 06 Aug, 2018 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
All vx_call() must be wrapped into own simd128/simd256/simd512 namespace ``` namespace CV__SIMD_NAMESPACE { ... vx_call declaration is here ... } ```
-
Alexander Alekhin authored
- use '3.4.x' cache name for current maintenance series (there are no serious changes between releases) - message is shown only once during creation of new cache directory - use OPENCV_CACHE_SHOW_CLEANUP_MESSAGE=0 to hide this warning
-
Vadim Pisarevsky authored
-
Alexander Nesterov authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 05 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 04 Aug, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
imgproc: update cornerSubPix documentation
-
- 03 Aug, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Sacha authored
-
- 02 Aug, 2018 9 commits
-
-
Alexander Alekhin authored
-
tompollok authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Pierre Jeambrun authored
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
- 01 Aug, 2018 6 commits
-
-
Alexander Nesterov authored
-
Dmitry Kurtaev authored
-
amatyuko authored
Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion - for some big negative values less than -INT_MAX+32767 the sign of the numbers is lost due to overflow that leads to incorrect saturation to MAX value, instead of zero. The issue is not reproduced with CV_ENABLED_INTRINSICS=OFF
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- tests for both SIMD128 / SIMD256 - different dispatched + baseline(SIMD128) intrinsics
-