interpolation namespace
Interpolation operations on images.
Contents
- Reference
Classes
-
template<typename T>class bicubic
- Bicubic interpolation between pixels adjacent to
xandy. -
template<typename T>class bilinear
- Bilinear interpolation between pixels adjacent to
xandy. -
template<typename T>class nearest_neighbor
- Nearest neighbour interpolation between pixels adjacent to
xandyby returning the value of the pixel to the top-left ofxandy. -
template<typename T>class nearest_neighbor_round
- Nearest neighbour interpolation between pixels adjacent to
xandyby roundingxandy.