- 22 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
nick black authored
The usage function states that the default for match_conf is 0.65 if the default SURF feature finder is used, and 0.3 for orbs. Indeed, if --feature orbs is used, match_conf is set to 0.3f. This is a NOP, because the real default is also set to 0.3f. Change it to 0.65f when SURF is in play.
-
- 20 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Steve Nicholson authored
-
- 19 Oct, 2019 1 commit
-
-
Dmitry Kurtaev authored
-
- 18 Oct, 2019 9 commits
-
-
collin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Fei Wu authored
-
Pavel Grunt authored
-
Dmitry Kurtaev authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Oct, 2019 8 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
jasjuang authored
-
- 16 Oct, 2019 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
pylint 1.8.3
-
Alexander Alekhin authored
-
Adam Rankin authored
VTK_MAJOR_VERSION not found unless header is included
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Oct, 2019 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
- before main() launch
-
- 14 Oct, 2019 1 commit
-
-
Alexander Alekhin authored
- IPP/SSE4.2 works well
-
- 12 Oct, 2019 1 commit
-
-
Alexander Smorkalov authored
-
- 11 Oct, 2019 4 commits
-
-
JamesNewton authored
-
Chip Kerchner authored
* New v_reverse HAL intrinsic for reversing the ordering of a vector * Fix conflict. * Try to resolve conflict again. * Try one more time. * Add _MM_SHUFFLE. Remove non-vectorize code in SSE2. Fix copy and paste issue with NEON. * Change v_uint16x8 SSE2 version to use shuffles
-
Everton Constantino authored
* Adding support for vectorized masking for uchar/ushort. * Fixing bug where mask was zeroing the dst. Improved the way to calculate the mask and tweaked for further performance improvements. * Fixing mask comparison test. * Restricting to one channel. * Adding support for 3 channels, switch old approach to start using HAL's v_select.
-
Paul E. Murphy authored
Improves performance a bit. 2.2x on P9 and 2 - 3x on coffee lake x86-64.
-