7. Fourier Descriptor
Template Matching Kernel을 통해서 pattern이 있는지 찾는 방법이다. Filter와 Image가 유사할수록 큰 값을 가진다. c(x,y)=∑s∑tω(s,t)f(x+s,y+t) Normalization할 수 있다. c(x,y)=∑s∑t[ω(s,t)−ωmean][f(x+s,y+t)−fmean]∑s∑t[ω(s,t)−ωmean]2[f(x+s,y+t)−fmean]2 size와 rotation의 normalization은 복잡해서 다른 방법이 필요하다. *2D rotation Linear Int..
2023.05.10