ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, VMX(Altivec) and VSX(Power7) for PowerPC, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.01k stars 407 forks source link

feature request: optical flow #248

Closed axllou closed 1 year ago

axllou commented 1 year ago

Hello,

is there possibility to add LK optical flow with SIMD acceleration?

Thank you.

ermig1979 commented 1 year ago

Hi!

Could I get you alternative of optical flow:

http://ermig1979.github.io/Simd/help/struct_simd_1_1_shift_detector.html

?