Ask Your Question
0

Running OpenCV on an STM32F7? (Cortex M7)

asked 2018-11-25 14:55:45 -0600

ukn gravatar image

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!

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
0

answered 2018-11-26 07:26:51 -0600

supra56 gravatar image

Running OpenCV on STM32F7 (this is impossible). Here is link: OpenMV Cam M7

edit flag offensive delete link more
0

answered 2018-11-26 04:29:03 -0600

kbarni gravatar image

Check this answer about a very similar FPU: http://answers.opencv.org/question/11...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-11-25 14:55:45 -0600

Seen: 2,192 times

Last updated: Nov 26 '18