Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - Images - Warping - BilinearInterpolationC<class InT,class OutT>
 

  PUBLIC
BilinearInterpolationC::BilinearInterpolationC(const ImageRectangleC &)
BilinearInterpolationC::Apply(const ImageC &)

   BilinearInterpolationC<class InT,class OutT>   
 
Scale an image using bi-Linear Interpolation.
 
include "Ravl/Image/BilinearInterpolation.hh"
Created:05/05/1999 
Source file:Ravl/Image/Processing/Filters/BilinearInterpolation.hh
User Level:Normal
Library:RavlImageProc
In Scope:RavlImageN

Variables:
ImageRectangleC rec;

Methods:
BilinearInterpolationC(const ImageRectangleC & ir)
Constructor.
'ir' is the output rectangle.

ImageC<OutT> Apply(const ImageC<InT> & img)
Interpolate input image working rectangle into output image rectangle.
The output rectangle is specified in the constructor.


Maintainer:Kieron Messer, Created: 05/05/1999, Documentation by CxxDoc: Tue Aug 13 09:59:30 2002