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

Motion detector - research paper on implementation #227

Closed qraleq closed 1 year ago

qraleq commented 1 year ago

Hi, I'm interested if there's a white paper or journal paper describing the implementation of your motion detector?

Thank you!

ermig1979 commented 1 year ago

Hi!

There is no journal paper with description. Motion Detector is based on internal research into our company.