How do I install the openCV library for the Arduino IDE?

空扰寡人 提交于 2019-12-11 01:07:50

问题


I am working on an Arduino project that uses facial tracking, object tracking, facial recognition etc. To accomplish this, I decided to use the OpenCV library. The problem is, however, I don't know how to install the OpenCV library for Arduino, and Processing. Can anyone tell me how to do this? Thank you.


回答1:


If you're using the Processing Editor:

Go to the Sketch menu, then select Import Library...* and then go to **Add Library...

That brings up the Contribution Manager where you can search for Processing libraries. Search for OpenCV for Processing, select it, and click the Install button.

Once it's installed, import it into your sketch to use it.

More info can be found here.



来源:https://stackoverflow.com/questions/36853977/how-do-i-install-the-opencv-library-for-the-arduino-ide

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!