Bilinear interpolation functions for 2D images. More...
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. |
Bilinear interpolation functions for 2D images.
Definition in file vimt_bilin_interp.h.
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 16 of file vimt_bilin_interp.h.