如何在Eclipse中下载或链接OpenCV Javadoc

问题描述:

我正在使用Eclipse IDE在Java中使用OpenCV 3.0,但是我想将Javadoc附加到OpenCV jar中,以方便地了解方法和参数的用法.在我使用OpenCV 2.4.10之前,它具有出色的文档及其源代码,并且容易了解方法和参数.但是,现在OpenCV 3源代码中没有任何文档工具.

I am using OpenCV 3.0 in Java using Eclipse IDE, but I want to attach Javadoc to OpenCV jar to easily read about method and parameter usage. Before I was using OpenCV 2.4.10 it has good documentation with its source code and easily know about the method and parameter. But now there is no any documentation facility in OpenCV 3 source code.

如果有人知道这一点,请告诉我如何附加Javadoc for OpenCV 3.0.

If anyone knows about this, please tell me how to attach the Javadoc for OpenCV 3.0.

提前谢谢!

现在还提供了OpenCV 3.0的javadoc. http://docs.opencv.org/java/3.0.0/ 试试这个网址!

Now javadoc for OpenCV 3.0 is also available. http://docs.opencv.org/java/3.0.0/ try this url!