我策劃這個圖像的灰度版本: a busy cat http://matplotlib.org/_images/griddata_demo.png 來源:http://matplotlib.org/examples/pylab_examples/griddata_demo.html 我用下面的代碼: import numpy as np
import matplotlib.pyplot as pl
我的程序要求用戶輸入P6 .ppm圖像的文件名,然後我的程序將一個新文件寫入P5 .pgm圖像,將其轉換爲灰度。 我的程序完美運行,除非正在打開的圖像在標題中有註釋。我不確定我的問題是在我的Main()還是在我的GetNum中。任何幫助深表感謝! 我的主要看起來像這樣 fileInput = raw_input("Enter the name of the original file includ