2008年4月2日 星期三

970328-02--FFT影像過濾






The inverse FFT of the previous image, with the horizontal streaks removed and the image details preserved. Here is macro that automates this procedure:
run("FFT");setColor(0);makeRectangle(125, 0, 5, 80);fill();makeRectangle(125, 176, 5, 80);fill();run("Inverse FFT");

原圖
修改
結果

沒有留言: