2008年12月19日 星期五

CH6 - IMAGE GEOMETRY

6.1 Interpolation Data
Interpolation(內插法 ):
用等距對應資料作比對,求對應之值。
Nearest-neighbor Interpolation(鄰近內插法):
由附近的點來推測出值。
Linear Interpolation(線性內插法):
一條線性圖型,經運算求值。
================================================
6.2 Image Interpolation
Bilinear Interpolation(雙線性內插法):
放大圖片,並有柔和圖片效果。
================================================
6.3 General Interpolation
cubic interpolation:
在立體空間矩陣內使用Linear Interpolation線性內插法來計算值。
bicubic interpolation:
能改善邊緣鉅齒化的問題。
================================================
6.4 Enlargement by Spatial Filtering
Zero-interleaving:
將原矩陣的每個值填零,已達辨識放大的效果了。
================================================
6.5 Scaling Smaller
image minimization(影像縮小):
就影像縮小。
subsampling:
刪除某區間值,再縮小排列,達變化圖形。
================================================
6.6 Rotation
rotation=>選轉。
MATLAB 指令:
imrotate(image,角度,'method'):
使Imagh此圖旋轉角度值。
================================================
6.7 Anamorphosis
(作者頭痛不舒服!!休息一個禮拜!!)

沒有留言:

張貼留言