ermig1979 / Simd

C++ image processing and machine learning library with using of SIMD: SSE, AVX, AVX-512, AMX for x86/x64, NEON for ARM.
http://ermig1979.github.io/Simd
MIT License
2.06k stars 412 forks source link

Image as ROI Mask #163

Closed trlsmax closed 3 years ago

trlsmax commented 3 years ago

Is there a way to use an image, like mask.bmp, as a ROI mask in motion detector? Or do we have to find contour in the mask.bmp and set it in model ?

ermig1979 commented 3 years ago

Hi! There is no such feature now. But I can add it if it will necessary.

ermig1979 commented 3 years ago

I added this feature.

trlsmax commented 3 years ago

Wow! Super fast. Thank you. This will really help if I run my code on raspberry pi.