Ask Your Question
0

How to use some basic OpenCV functions upon MCUs?

asked Sep 10 '17

rezaee gravatar image

For example, building an empty matrix (Mat) and draw some shapes or contours and save the result as an image.Is it possible to using OpenCV libraries for this purpose upon middle ARM microcontrollers like Cortex M4? How?

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Sep 11 '17

Ziri gravatar image

If you're using linux , you can cross compile Opencv with the right toolchain targeting Cortex M4.

Cross compilation for ARM based Linux systems.

You'll be able to build Opencv for ARM linux with specific modules.

Preview: (hide)

Question Tools

2 followers

Stats

Asked: Sep 10 '17

Seen: 327 times

Last updated: Sep 10 '17

Related questions