Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vimt_bilin_interp.h File Reference


Detailed Description

Bilinear interpolation functions for 2D images.

Author:
Tim Cootes

Definition in file vimt_bilin_interp.h.

#include <vil/vil_bilin_interp.h>
#include <vimt/vimt_image_2d_of.h>

Go to the source code of this file.

Functions

template<class T>
double vimt_bilin_interp_safe (const vimt_image_2d_of< T > &image, const vgl_point_2d< double > &p, int plane=0)
 Compute bilinear interpolation at (x,y) in world coordinates, no bound checks.


Function Documentation

template<class T>
double vimt_bilin_interp_safe const vimt_image_2d_of< T > &  image,
const vgl_point_2d< double > &  p,
int  plane = 0
[inline]
 

Compute bilinear interpolation at (x,y) in world coordinates, no bound checks.

Interpolates given plane of image.image() at image.world2im(p)

Definition at line 15 of file vimt_bilin_interp.h.


Generated on Thu Jan 10 14:43:58 2008 for contrib/mul/vimt by  doxygen 1.4.4