2008年5月1日 星期四

[期中考] 5. 立體影像製作(20分)

參考資料立體像對製作(anaglyph)

一.



























三.













簡裁影像 Image Crop















立體像片 3D stereo














[期中考] 6.FFT影像處理(15分)

參考資料Fast Fourier Transform, FFT應用











(4) FFT處理











(5) 3維展示








[期中考] 4. 基本數位影像處理(15分)

參考資料胚胎數量及面積計算































指令順序: Edit→Selection→Specify 
image→crop面積大小: 680X520

[期中考] 3.基本數位影像處理(15分)

參考資料樹葉光合作用面積測量




































指令順序:
 Edit→Selection→Specify
 image→crop
面積大小:
 360X400

[期中考] 2.基本數位影像處理(15分)

參考資料Original影像與處理後影像之影像差

原圖



平滑



銳利



找邊



雜訊



陰影

[期中考] 1.基本數位影像處理(20分)

參考資料128x128Original影像處理

2008年3月28日 星期五

[作業]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");


FFT 原圖更改














過程













轉換後