==== 내용 ==== === Retina === * Rod * 추상체보다 민감, 낮은 해상도 * night vision * Cone * 색을 감지 * L(long wavelength light), M, S * 같은 빛에 대해 S광을 감지하는데 더 많은 에너지 필요 === Color Vision === * 광원은 합산혼합 * 반사광은 감산혼합 * Trichromacity * 색은 3개로 구성 * Metamerism * 보색효과 === Color Constancy, Chromatic Adaptation === * 사람의 눈은 일관성을 유지하려 함 * 예시 * 드레스 사진(파검) === Digital representation of image === * Bitmap * Sampling(pixel per unit) * Quantization * Vector image === Color Representation === * Cartesian coordinate * RGB * CIE XYZ model * Polar coordinate * HSL/HSB/? * ETC * YUV,YCbCr === Data Compression === * Lossless compression * encodes redundant data * Run-length Encoding, Huffman coding * Lossy compression * 필요없는 데이터 제거 * JPEG, MPEG, MP3 == Image Compression == * 사람은 모든 데이터를 사용하지 않음 * Remote redundant data * number of pixel * 등등 * Fourier Transform * Euler's Formula * 모든 신호들은 sine function으로 표현 가능 * Discrete Fourier Transform * Image is Discrete * Discrete Cosine transform === JPEG === - RGB -> YCbCr - 이미지를 8x8블럭으로 나누고 - DCT - Quantization(가장 손실 많이 일어남) === Entropy Coding === * zig-zag scanning - separate DC/AC coeff - DCMP on DC - Huffman coding === JPEG artifact * JPEG파일은 디지털 풍화가 일어난다 * JPEG도 loseless형식이 가능하다