A library of image processing on a microcontroller

Hi @janjongboom
I recently worked on some vision app at Wio Terminal. But I was in great pain. Zoom in, zoom out, crop…It took a lot of time.
OpenCV helps a lot of people on PC. Is there any software library recommended for microcontrollers? The low-level API uses CMSIS DSP or SIMD instructions.

OpenMV does a lot of this by embedding MicroPython and an API that’s similar to OpenCV. Makes it very easy to do these types of things and then pair it with Edge Impulse, e.g. see https://www.youtube.com/watch?v=YKwVope5RsU . But I doubt that it’s available on other targets.

Is there any community software for Arduino C++? @janjongboom

@baozhu1, https://github.com/openmv/openmv seems to hold a large part of the firmware, but not sure if it’s everything, and how reusable this would be on other targets. I’d have a chat with Kwabena from OpenMV!