[DIP] Interpolation (on Image)
·
Programming/DIP
Interpolation (on Image)measure 되지 못한 or 모르는 pixel(or sample)의 값을 주변의 pixel(or sample)들을 이용하여 구하는 과정.Given ($x_0$, $y_0$ ), ( $x_1$ , $y_1$), $\cdots$ ($x_n$, $y_n$), find the value of $y$ at a value of $x$ that is not given단, Interpolation으로 얻어진 inerpolant의 경우, 주어진 주변의 pixel 값들을 정확히 그대로 재현해야함.일반적인 fitting 또는 approximation과 가장 큰 차이점이 바로 이 것임.또한 interplation으로 추정되는 값들은 항상 주어진 값들의 사이에 존재한다 (extrap..