core/vil/vil_resample_bicub.h File Reference


Detailed Description

Sample grid of points with bicubic interpolation in one image and place in another.

The vil bicub source files were derived from the corresponding vil bilin files, thus the vil bilin/bicub source files are very similar. If you modify something in this file, there is a corresponding bilin file that would likely also benefit from the same change.

Definition in file vil_resample_bicub.h.

#include <vil/vil_image_view.h>

Go to the source code of this file.


Functions

template<class sType, class dType>
void vil_resample_bicub (const vil_image_view< sType > &src_image, vil_image_view< dType > &dest_image, int n1, int n2)
 Resample image to a specified width (n1) and height (n2).

Function Documentation

template<class sType, class dType>
void vil_resample_bicub ( const vil_image_view< sType > &  src_image,
vil_image_view< dType > &  dest_image,
int  n1,
int  n2 
)

Resample image to a specified width (n1) and height (n2).

Definition at line 126 of file vil_resample_bicub.txx.


Generated on Sat Nov 22 05:07:56 2008 for core/vil by  doxygen 1.5.1