OpenCV with JavaCV or only OpenCV to use java API

心不动则不痛 提交于 2019-12-10 16:46:23

问题


I am a new to OpenCV library and I would like to use the Java API for openCV. I read instructions in websites regarding how to install openCV and use it as a library in Eclipse.

Now what confuses me is, as I want to program in Java should i use JavaCv? or only openCV as the latter has java API as well?

kindly please clarify this issue.


回答1:


Since version 2.4.4 OpenCV supports Java. You will find a jar in the OpenCV/build/java folder. For details, see this tutorial about using OpenCV Java with Eclipse.

So my answer is, use only OpenCV, as described in the tutorial, not JavaCV.

cheers



来源:https://stackoverflow.com/questions/29182521/opencv-with-javacv-or-only-opencv-to-use-java-api

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