본문 바로가기

Studying/Digital Image Processing

[디지털 영상처리 설계] 내용 정리

Achromatic (Monochromatic) light: no color, only intensity - grey level

Chromatic light: color attribute

Radiance (W watt): 광원에서 나오는 에너지의 양

Luminance (lm, Lumens): 센서같은 관측하는 것이 광원에서 받은 에너지의 양을 측정한 것

Brightness (no unit): 주관적인 밝기


line(stripes) sensor

high resolution

여러 물질의 표면 검사


영상은 object에서 반사된 빛을 광학센서를 통해 ccd 센서로 x-y 격자에 표현 spatial sampling


이미지의 밝기 f(x,y) 는 i(x,y) 빛의 세기 r(x,y) 물체의 반사 의 곱


1pixel = 1byte = 8 bit = 256


digital image = 2d function (M * N) 보통은 square로 1픽셀 당 1바이트, grey level L = 2^k (number of bit)


spatial resolution 동일한 영상을 픽셀의 수를 달리

gray level 비트의 수를 다르게


Moire pattern

interference pattern 두 개의 격자를 합쳤을 때, 존재하지 않던 새로운 패턴이 생김


Zooming (Oversampling): 존재하는 픽셀에서 새로운 픽셀을 만드는 것

pixel replication:  단순히 픽셀 수 늘림 (어차피 색은 똑같아서 그냥 커지는 효과 checkerboard effet 발생)

Nearest neighbor interpolation: 주위에 있는 픽셀의 색과 비슷한 색으로

Bilinear interpolation: 거리에 반비례하게 해서

Shrinking (Undersampling):  존재하는 약간의 픽셀을 없애는 것

integer factor: 1/2, 1/3

non-integer: 2/3 -> 2 zoom 3 shrink