Ask Your Question

Revision history [back]

Running OpenCV on an STM32F7? (Cortex M7)

I have an image processing application that I'd like to try and get running on an embedded microcontroller. Things like the OpenMV camera lead me to believe that the STM32F7 is indeed powerful enough to do what I want. I don't need the full OpenCV library -- all I need are the Mat and Point2f classes and the cvtColor, copyTo, getRotationMatrix2D, warpAffine, threshold, medianBlur, and Laplacian functions.

I've done a bit of searching but have found no straight answers as to whether this is possible, and if it is, how to go about porting the library. Is any of this feasible? Any help would be much appreciated -- thanks!