matshow 可以使用 PIL 或其他库将图像显示为 imshow 吗?
Can matshow display an image as imshow with PIL or another library?
我看到这个 post 谈论 matshow
和 PIL
(PIL/pillow image output is redder than the desired RGB values) 但通常当我们想要显示图像时我们使用 imshow
和PIL
。我在问是否有办法只用 matshow
和 PIL
来做到这一点。
我看到这个 post 谈论 matshow
和 PIL
(PIL/pillow image output is redder than the desired RGB values) 但通常当我们想要显示图像时我们使用 imshow
和PIL
。我在问是否有办法只用 matshow
和 PIL
来做到这一点。