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. | |
|
||||||||||||||||||||
|
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. |
1.4.4