Chapter 2. Image Transform
Transform을 하는 이유는 ?
- 압축을 위해
- 패턴 분석을 위해
- 복잡한 연산(Convolution)을 단순화 할수 있음
1. DCT(Discrete Cosine Transform)
- 압축에 활용
2. Haar Filter for Pattern Recognition
- 패턴인식에 활용
- 같은 주파수 성질이지만, 위치(패턴)가 다름 (Various filters with respect to location & size)
3. ART(Angular Radial Transform)
- 각도(Angular), 반지름(Radial) 방향으로 어떻게 변하는가
- Shape 분석에 사용 (eg. Human pose claasification)