![]() |
Orfeo Toolbox
3.16
|
Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface for spline upsampling as defined by the ResamplerType. More...
#include <itkBSplineUpsampleImageFilter.h>
Public Types | |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef Superclass::InputImagePointer | InputImagePointer |
| typedef Superclass::InputImageType | InputImageType |
| typedef Superclass::OutputImageIterator | OutputImageIterator |
| typedef Superclass::OutputImagePointer | OutputImagePointer |
| typedef SmartPointer< Self > | Pointer |
| typedef BSplineUpsampleImageFilter | Self |
| typedef ResamplerType | Superclass |
Public Member Functions | |
| virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
| void | GenerateInputRequestedRegion () |
| void | GenerateOutputInformation () |
| virtual const char * | GetNameOfClass () const |
| typedef (Concept::Convertible< double, typename TOutputImage::PixelType >) DoubleConvertibleToOutputCheck | |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| BSplineUpsampleImageFilter () | |
| virtual | ~BSplineUpsampleImageFilter () |
| void | EnlargeOutputRequestedRegion (DataObject *output) |
| void | GenerateData () |
| void | PrintSelf (std::ostream &os, Indent indent) const |
Private Member Functions | |
| BSplineUpsampleImageFilter (const Self &) | |
| void | operator= (const Self &) |
Uses B-Spline interpolation to upsample an image by a factor of 2. This class is the public interface for spline upsampling as defined by the ResamplerType.
Requires the use of a resampler type. If in doubt, the basic itkBSplineResampleImageFilterBase should work fine for most applications.
This class defines N-Dimension B-Spline transformation. It is based on: [1] M. Unser, "Splines: A Perfect Fit for Signal and Image Processing," IEEE Signal Processing Magazine, vol. 16, no. 6, pp. 22-38, November 1999. [2] M. Unser, A. Aldroubi and M. Eden, "B-Spline Signal Processing: Part I--Theory," IEEE Transactions on Signal Processing, vol. 41, no. 2, pp. 821-832, February 1993. [3] M. Unser, A. Aldroubi and M. Eden, "B-Spline Signal Processing: Part II--Efficient Design and Applications," IEEE Transactions on Signal Processing, vol. 41, no. 2, pp. 834-848, February 1993. And code obtained from bigwww.epfl.ch by Philippe Thevenaz
Limitations: This class requires specification of a resampler type which may be one of: BSplineResampleImageFilterBase, BSplineL2ResampleImageFilterBase BSplineSplineCenteredResampleImageFilterBase, BSplineCenteredL2ResampleImageFilterBase The limitations of these resampler types will apply to this filter. Upsamples only by a factor of 2.
Definition at line 77 of file itkBSplineUpsampleImageFilter.h.
| typedef SmartPointer<const Self> itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::ConstPointer |
Definition at line 85 of file itkBSplineUpsampleImageFilter.h.
| typedef Superclass::InputImagePointer itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::InputImagePointer |
InputImagePointer typedef support.
Definition at line 98 of file itkBSplineUpsampleImageFilter.h.
| typedef Superclass::InputImageType itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::InputImageType |
InputImageType typedef support.
Definition at line 92 of file itkBSplineUpsampleImageFilter.h.
| typedef Superclass::OutputImageIterator itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::OutputImageIterator |
OutputImageIterator typedef support.
Definition at line 101 of file itkBSplineUpsampleImageFilter.h.
| typedef Superclass::OutputImagePointer itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::OutputImagePointer |
OutputImagePointer typedef support.
Definition at line 104 of file itkBSplineUpsampleImageFilter.h.
| typedef SmartPointer<Self> itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::Pointer |
Definition at line 84 of file itkBSplineUpsampleImageFilter.h.
| typedef BSplineUpsampleImageFilter itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::Self |
Standard class typedefs.
Definition at line 82 of file itkBSplineUpsampleImageFilter.h.
| typedef ResamplerType itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::Superclass |
Definition at line 83 of file itkBSplineUpsampleImageFilter.h.
|
protected |
Constructor
Definition at line 32 of file itkBSplineUpsampleImageFilter.txx.
|
inlineprotectedvirtual |
Definition at line 126 of file itkBSplineUpsampleImageFilter.h.
|
private |
| virtual::itk::LightObject::Pointer itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::CreateAnother | ( | void | ) | const |
|
protected |
Definition at line 185 of file itkBSplineUpsampleImageFilter.txx.
|
protected |
End concept checking
Definition at line 53 of file itkBSplineUpsampleImageFilter.txx.
| void itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::GenerateInputRequestedRegion | ( | void | ) |
This filter requires all of the input image
Definition at line 85 of file itkBSplineUpsampleImageFilter.txx.
| void itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::GenerateOutputInformation | ( | void | ) |
Creates an image twice the size of the input image with spacing half the input image.
Definition at line 133 of file itkBSplineUpsampleImageFilter.txx.
|
virtual |
Run-time type information (and related methods).
|
static |
New macro for creation of through a Smart Pointer
|
private |
|
protected |
Standard "PrintSelf" method
Definition at line 43 of file itkBSplineUpsampleImageFilter.txx.
| itk::BSplineUpsampleImageFilter< TInputImage, TOutputImage, ResamplerType >::typedef | ( | Concept::Convertible< double, typename TOutputImage::PixelType > | ) |
Begin concept checking This class requires DoubleConvertibleToOutputCheck in the form of (Concept::Convertible<double, typename TOutputImage::PixelType>)