my codes can be shown as follows, however when doing that net beans says that the relevant javadocs are not in libraries. Please help me to solve this problem. how can I integrate javadocs with libraries.please reply me soon
import org.opencv.core.Core;
import org.opencv.core.Mat;
import org.opencv.core.CvType;
import org.opencv.core.Scalar;
Refer this link to get your javadoc .But when compared to previos version (OpenCV 2.4.10) it's not well constructed.
In NetBeanse IDE,
- Go to Tools Tab
- Select "Java Platforms"
- You will see Java Platform Manger Window
- Select the tab "Javadoc"
- from the right side select the "Add URl" button under the "ADD ZIP/Folder"
- Copy and paste the Javdoc URL mentioned above
And for more instructions for download the javadoc to read offline , refer
Hope This helps!