I installed OpenCV (opencv-3.0.0-alpha) and it works correctly, but I cannot use this import
import org.opencv.core.*; import org.opencv.imgcodecs.Imgcodecs; public class Main { public static void main(String[] args) {
I get this error
Import org.opencv.imgcodecs.Imgcodecs cannot be allowed
How can i solve this?
user5617522
source share