libcvd
Classes
CVD::Interpolate Namespace Reference

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

Classes

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

Detailed Description

Classes used to specify the interpolation type for image_interpolate.