#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) |
|
|||||
|
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. |
|
||||||||||||||||
|
Definition at line 54 of file ImageWarp.txx. |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
Definition at line 83 of file ImageWarp.txx. |
|
||||||||||||||||||||
|
Definition at line 113 of file ImageWarp.txx. |
1.4.4