Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

ImageWarp< PixelType > Class Template Reference

#include <ImageWarp.h>

List of all members.


Detailed Description

template<class PixelType>
class ImageWarp< PixelType >

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)


Member Typedef Documentation

template<class PixelType>
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.


Member Function Documentation

template<class PixelType>
void ImageWarp< PixelType >::gapfill vil1_memory_image_of< PixelType > &  out,
int  ngaps
[static]
 

Definition at line 54 of file ImageWarp.txx.

template<class PixelType>
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]
 

template<class PixelType>
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.

template<class PixelType>
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.


The documentation for this class was generated from the following files:
Generated on Thu Jan 10 14:46:07 2008 for contrib/oxl/oxp by  doxygen 1.4.4