ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkInterpolateImageFilter.h>
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.
itk::InterpolateImageFilter< TInputImage, TOutputImage >::InterpolateImageFilter | ( | ) | [protected] |
End concept checking
itk::InterpolateImageFilter< TInputImage, TOutputImage >::~InterpolateImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 119 of file itkInterpolateImageFilter.h.
itk::InterpolateImageFilter< TInputImage, TOutputImage >::InterpolateImageFilter | ( | const Self & | ) | [private] |
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::AfterThreadedGenerateData | ( | ) | [virtual] |
This method is used to run after multi-threading.
Reimplemented from itk::ImageSource< TOutputImage >.
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::BeforeThreadedGenerateData | ( | ) | [virtual] |
This method is used to set the state of the filter before multi-threading.
Reimplemented from itk::ImageSource< TOutputImage >.
virtual::itk::LightObject::Pointer itk::InterpolateImageFilter< TInputImage, TOutputImage >::CreateAnother | ( | void | ) | const [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 double itk::InterpolateImageFilter< TInputImage, TOutputImage >::GetDistance | ( | ) | const [virtual] |
Set/Get the distance from the first image from which to generate interpolated image. The default value is 0.5
const InputImageType* itk::InterpolateImageFilter< TInputImage, TOutputImage >::GetInput1 | ( | ) | [inline] |
Set/Get the first image
Definition at line 82 of file itkInterpolateImageFilter.h.
const InputImageType* itk::InterpolateImageFilter< TInputImage, TOutputImage >::GetInput2 | ( | ) |
virtual InterpolatorType* itk::InterpolateImageFilter< TInputImage, TOutputImage >::GetInterpolator | ( | ) | [virtual] |
Get a pointer to the interpolator function.
virtual const char* itk::InterpolateImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
static Pointer itk::InterpolateImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::operator= | ( | const Self & | ) | [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 >.
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual void itk::InterpolateImageFilter< TInputImage, TOutputImage >::SetDistance | ( | double | _arg | ) | [virtual] |
Set/Get the distance from the first image from which to generate interpolated image. The default value is 0.5
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::SetInput1 | ( | const InputImageType * | image | ) | [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 void itk::InterpolateImageFilter< TInputImage, TOutputImage >::SetInterpolator | ( | InterpolatorType * | _arg | ) | [virtual] |
Set the interpolator function
void itk::InterpolateImageFilter< TInputImage, TOutputImage >::ThreadedGenerateData | ( | const OutputImageRegionType & | outputRegionForThread, |
ThreadIdType | threadId | ||
) | [protected, virtual] |
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 > )
const unsigned int itk::InterpolateImageFilter< TInputImage, TOutputImage >::ImageDimension = TOutputImage::ImageDimension [static] |
Number of dimensions.
Definition at line 69 of file itkInterpolateImageFilter.h.
const unsigned int itk::InterpolateImageFilter< TInputImage, TOutputImage >::IntermediateImageDimension = TOutputImage::ImageDimension + 1 [static] |
Number of dimensions.
Definition at line 71 of file itkInterpolateImageFilter.h.
double itk::InterpolateImageFilter< TInputImage, TOutputImage >::m_Distance [private] |
Definition at line 135 of file itkInterpolateImageFilter.h.
IntermediateImageType::Pointer itk::InterpolateImageFilter< TInputImage, TOutputImage >::m_IntermediateImage [private] |
Definition at line 133 of file itkInterpolateImageFilter.h.
InterpolatorType::Pointer itk::InterpolateImageFilter< TInputImage, TOutputImage >::m_Interpolator [private] |
Definition at line 131 of file itkInterpolateImageFilter.h.