Are there any OpenCV cross compilers available for MICROCONTROLLERs?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
OpenCV cross compiler? Errr… I"m not sure such a thing exists! Let’s not mix cross-compilers (like gcc), with OpenCV – which is a cross-platform library for computer vision.
But in case you meant OpenCV compiled for microcontrollers, you might find some pre-built binaries for the platform you are working with, but none of these are official releases from the OpenCV developers.
This thread discusses some of the challenges involved when using OpenCV on microcontrollers:
Some of the posts suggest other less resource consuming alternatives like CImg and CVIPtools.
If you decide to stick with OpenCV, you might be interested in this tutorial: how to building OpenCV for ARM Cortex-A8 platform using Cmake in a linux environment.