作業說明:
l
讀取預先準備好的圖片:
以灰階型式: img = cv2.imread('test.jpg',0)
l f=np.fft.fft2(img)
fshift=np.fft.fftshift(f)
作FFT
l np.log 並取絕對值來拿到magnitude spectrum
l np.angle 取得phase spectrum
結果:
Fig1.原圖 Fig2.magnitude Fig3.phase
沒有留言:
張貼留言