#include <ImageWarp.h>
Definition at line 21 of file ImageWarp.h.
Public Types | |
| typedef vnl_numeric_traits< PixelType >::real_t | real_t |
| The type of the return value of "bilinear" and "bicubic", which will be a floating point version of the pixel type. | |
Static Public Member Functions | |
| static void | mean_nz_intensity (const vil1_memory_image_of< PixelType > &in, int x, int y, int window_size, real_t *out, int *nnzp=0) |
| static void | gapfill (vil1_memory_image_of< PixelType > &out, int ngaps) |
| static void | warp (Mapping_2d_2d &map, const vil1_memory_image_of< PixelType > &in, vil1_memory_image_of< PixelType > &out) |
| static void | warp_inverse (Mapping_2d_2d &map, const vil1_memory_image_of< PixelType > &in, vil1_memory_image_of< PixelType > &out) |
| typedef vnl_numeric_traits<PixelType>::real_t ImageWarp< PixelType >::real_t |
The type of the return value of "bilinear" and "bicubic", which will be a floating point version of the pixel type.
Definition at line 27 of file ImageWarp.h.
| static void ImageWarp< PixelType >::mean_nz_intensity | ( | const vil1_memory_image_of< PixelType > & | in, | |
| int | x, | |||
| int | y, | |||
| int | window_size, | |||
| real_t * | out, | |||
| int * | nnzp = 0 | |||
| ) | [static] |
| void ImageWarp< PixelType >::gapfill | ( | vil1_memory_image_of< PixelType > & | out, | |
| int | ngaps | |||
| ) | [static] |
Definition at line 54 of file ImageWarp.txx.
| void ImageWarp< PixelType >::warp | ( | Mapping_2d_2d & | map, | |
| const vil1_memory_image_of< PixelType > & | in, | |||
| vil1_memory_image_of< PixelType > & | out | |||
| ) | [static] |
Definition at line 83 of file ImageWarp.txx.
| void ImageWarp< PixelType >::warp_inverse | ( | Mapping_2d_2d & | map, | |
| const vil1_memory_image_of< PixelType > & | in, | |||
| vil1_memory_image_of< PixelType > & | out | |||
| ) | [static] |
Definition at line 113 of file ImageWarp.txx.
1.5.1