ihhub / penguinV

Computer vision library with focus on heterogeneous systems
Other
118 stars 90 forks source link

SIMD implementation of ConvertToGrayScale() function #114

Open ihhub opened 5 years ago

ihhub commented 5 years ago

We do not have SIMD (SSE, AVX or NEON) implementation of ConvertToGrayScale() function. For the person who is willing to add such code please take a look into an implementation of the function inside image_function.cpp and the structure which is used for SIMD code inside image_function_simd.cpp. Please do not forget to add unit test for newly created function(s) inside unit_test_image_function.cpp (it's just one line code via macros call).

ihhub commented 4 years ago

Hi @0x72D0 would you mind to work on this issue?

0x72D0 commented 4 years ago

Hi @ihhub I could jump on this after the avx512 implementation

ihhub commented 4 years ago

Thanks a lot!