'module' object has no attribute 'ImageWriter'

Viewed 42

重现步骤
image库中有class image.ImageWriter(path)
创建一个ImageWriter对象,您就可以以用于OpenMV Cams的简单文件格式将未压缩的图像写到磁盘上。然后未压缩的图像可以使用ImageReader重新读取。

我在代码中imagewriter = image.ImageWriter(path)
报错: Exception occurred: ''module' object has no attribute 'ImageWriter''
是我模型引入的方式不对吗

1 Answers

你好,K230未实现该模块。