ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkInterpolateImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TOutputImage::ImageDimension |
static const unsigned int | IntermediateImageDimension = TOutputImage::ImageDimension + 1 |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
InterpolateImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
double | m_Distance |
IntermediateImageType::Pointer | m_IntermediateImage |
InterpolatorType::Pointer | m_Interpolator |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Interpolate an image from two N-D images.
Interpolates an image from two input images of the same type and same dimension (N). In particular, this filter forms an intermediate (N+1)D image by concatenating the two input images and interpolating an image a distance away from the first image.
The interpolation is delegated to a user specified InterpolateImageFunction. By default, linear interpolation is used.
The filter is templated over the input image type and output image type. It assumes that the input and output have the same number of dimensions.
Definition at line 44 of file itkInterpolateImageFilter.h.
typedef SmartPointer< const Self > itk::InterpolateImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 52 of file itkInterpolateImageFilter.h.
typedef Superclass::InputImagePointer itk::InterpolateImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 62 of file itkInterpolateImageFilter.h.
typedef Superclass::InputImageType itk::InterpolateImageFilter< TInputImage, TOutputImage >::InputImageType |
Inherit typedefs from Superclass
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 58 of file itkInterpolateImageFilter.h.
typedef TInputImage::PixelType itk::InterpolateImageFilter< TInputImage, TOutputImage >::InputPixelType |
Interpolator typedef.
Definition at line 75 of file itkInterpolateImageFilter.h.
typedef Image< InputPixelType, itkGetStaticConstMacro(IntermediateImageDimension) > itk::InterpolateImageFilter< TInputImage, TOutputImage >::IntermediateImageType |
Definition at line 76 of file itkInterpolateImageFilter.h.
typedef InterpolateImageFunction< IntermediateImageType > itk::InterpolateImageFilter< TInputImage, TOutputImage >::InterpolatorType |
Definition at line 77 of file itkInterpolateImageFilter.h.
typedef Superclass::OutputImagePointer itk::InterpolateImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 64 of file itkInterpolateImageFilter.h.
typedef Superclass::OutputImageRegionType itk::InterpolateImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 65 of file itkInterpolateImageFilter.h.
typedef Superclass::OutputImageType itk::InterpolateImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 63 of file itkInterpolateImageFilter.h.
typedef SmartPointer< Self > itk::InterpolateImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 51 of file itkInterpolateImageFilter.h.
typedef InterpolateImageFilter itk::InterpolateImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 49 of file itkInterpolateImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::InterpolateImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 50 of file itkInterpolateImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 119 of file itkInterpolateImageFilter.h.
|
private |
|
virtual |
This method is used to run after multi-threading.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
This method is used to set the state of the filter before multi-threading.
Reimplemented from itk::ImageSource< TOutputImage >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Set/Get the distance from the first image from which to generate interpolated image. The default value is 0.5
|
inline |
Set/Get the first image
Definition at line 82 of file itkInterpolateImageFilter.h.
const InputImageType* itk::InterpolateImageFilter< TInputImage, TOutputImage >::GetInput2 | ( | ) |
|
virtual |
Get a pointer to the interpolator function.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the distance from the first image from which to generate interpolated image. The default value is 0.5
|
inline |
Set/Get the first image
Definition at line 80 of file itkInterpolateImageFilter.h.
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::SetInput2 | ( | const InputImageType * | image | ) |
Set/Get the second image
|
virtual |
Set the interpolator function
|
protectedvirtual |
InterpolateImageFilter can be implemented as a multithreaded filter.
Reimplemented from itk::ImageSource< TOutputImage >.
itk::InterpolateImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputPixelType > | ) |
Begin concept checking This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )
|
static |
Number of dimensions.
Definition at line 69 of file itkInterpolateImageFilter.h.
|
static |
Number of dimensions.
Definition at line 71 of file itkInterpolateImageFilter.h.
|
private |
Definition at line 135 of file itkInterpolateImageFilter.h.
|
private |
Definition at line 133 of file itkInterpolateImageFilter.h.
|
private |
Definition at line 131 of file itkInterpolateImageFilter.h.