Ask Your Question
0

How to use some basic OpenCV functions upon MCUs?

asked 2017-09-10 11:05:17 -0600

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-09-10 20:53:02 -0600

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.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2017-09-10 11:05:17 -0600

Seen: 298 times

Last updated: Sep 10 '17

Related questions