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,
And for more instructions for download the javadoc to read offline , refer
Hope This helps!