
图像处理
AshlingCD
这个作者很懒,什么都没留下…
展开
-
javacv The method imwrite
The method imwrite(String, Mat) in the type Highgui is not applicable for the arguments (String, opencv_core.Mat) 出错 之前用的包是import static org.bytedeco.javacpp.opencv_core.Mat; 后重新导入import org.opencv.原创 2017-05-05 10:05:08 · 676 阅读 · 0 评论 -
javax.imageio.IIOException: Can't read input file!
这一小段程序运行之后,出现了javax.imageio.IIOException: Can't read input file! 之后把max改为文件夹里图片的张数时,不再报错 int max=200000; for (int i = 19; i <= max; i++) { BufferedImage im = ImageIO.read(new File("原创 2017-05-06 12:00:05 · 15636 阅读 · 0 评论