opencv/modules/objdetect/src
Chip Kerchner d513fb4c8e Merge pull request #15199 from ChipKerchner:hogToHal
Convert HOG from SSE SIMD to HAL - 35-45% faster on Power (VSX) (#15199)

* Convert SSE SIMD to HAL. 35-45% improvement for Power (VSX)

* Remove CV_NEON code. Use v_floor instead of 3 lines of code.

* Invert comparison logic to simplify code.

* Change initialization from v_load to constructor type.
2019-08-08 18:57:03 +03:00
..
opencl Fixed several OpenCL compiler warnings 2016-11-07 16:49:12 +03:00
cascadedetect_convert.cpp fixed various warnings from the “doc” and other builders 2013-12-19 16:31:30 +04:00
cascadedetect.cpp objdetect: validate feature rectangle on reading 2019-07-25 18:58:53 +03:00
cascadedetect.hpp objdetect: validate feature rectangle on reading 2019-07-25 18:58:53 +03:00
detection_based_tracker.cpp refactoring catching all exceptions as const ref 2018-11-08 19:59:47 +03:00
haar.avx.cpp AVX optimized implementation of haar migrated to separate file 2017-07-04 16:54:48 +03:00
haar.cpp Merge pull request #12877 from maver1:3.4 2018-10-24 15:02:53 +03:00
haar.hpp AVX optimized implementation of haar migrated to separate file 2017-07-04 16:54:48 +03:00
hog.cpp Merge pull request #15199 from ChipKerchner:hogToHal 2019-08-08 18:57:03 +03:00
main.cpp IPPInitSingelton was added to contain IPP related global variables; 2015-10-01 09:58:48 +03:00
precomp.hpp Reduce dependencies between modules 2017-03-15 17:58:52 +03:00
qrcode.cpp Remove check and added binding tests 2019-06-07 14:53:40 +00:00