CVD 0.8
Classes
CVD::Interpolate Namespace Reference

Classes used to specify the interpolation type for image_interpolate. More...

Classes

class  NearestNeighbour
 This does not interpolate: it uses the nearest neighbour. More...
class  Bilinear
 This class is for bilinear interpolation. More...
class  Bicubic
 This class is for bicubic (not bicubic spline) interpolation. More...

Detailed Description

Classes used to specify the interpolation type for image_interpolate.