标签: java opencv imread
我用java opencv读了一张图片,但结果的大小为零。
有代码。图像文件存在。
Mat mat = Imgcodecs.imread("Image.jpg"); System.out.println(mat.dump());
有结果。
[]