Retina ¶
- Rod
 - 추상체보다 민감, 낮은 해상도
 
- night vision
 
 
- 추상체보다 민감, 낮은 해상도
- Cone
 - 색을 감지
 
- L(long wavelength light), M, S
 
- 같은 빛에 대해 S광을 감지하는데 더 많은 에너지 필요
 
 
 
- 색을 감지
Color Representation ¶
- Cartesian coordinate
 - RGB
 
- CIE XYZ model
 
 
- RGB
- Polar coordinate
 - HSL/HSB/?
 
 
- HSL/HSB/?
- ETC
 - YUV,YCbCr
 
 
 
- YUV,YCbCr
Data Compression ¶
- Lossless compression
 - encodes redundant data
 
- Run-length Encoding, Huffman coding
 
 
- encodes redundant data
- Lossy compression
 - 필요없는 데이터 제거
 
- JPEG, MPEG, MP3
 
 
- 필요없는 데이터 제거
Image Compression ¶
- 사람은 모든 데이터를 사용하지 않음
 - Remote redundant data
 - number of pixel
 
- 등등
 
 
- number of pixel
 
- Remote redundant data
- Fourier Transform
 - Euler's Formula
 
- 모든 신호들은 sine function으로 표현 가능
 
 
- Euler's Formula
- Discrete Fourier Transform
 - Image is Discrete
 
- Discrete Cosine transform
 
 
 
- Image is Discrete













