ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkRecursiveMultiResolutionPyramidImageFilter.h>
Creates a multi-resolution pyramid using a recursive implementation.
RecursiveMultiResolutionPyramidImageFilter creates an image pryamid according to a user defined multi-resolution schedule.
If a schedule is downward divisible, a fast recursive implementation is used to generate the output images. If the schedule is not downward divisible the superclass (MultiResolutionPyramidImageFilter) implementation is used instead. A schedule is downward divisible if at every level, the shrink factors are divisible by the shrink factors at the next level for the same dimension.
See documentation of MultiResolutionPyramidImageFilter for information on how to specify a multi-resolution schedule.
Note that unlike the MultiResolutionPyramidImageFilter, RecursiveMultiResolutionPyramidImageFilter will not smooth the output at the finest level if the shrink factors are all one and the schedule is downward divisible.
This class is templated over the input image type and the output image type.
This filter uses multithreaded filters to perform the smoothing and downsampling.
This filter supports streaming.
Definition at line 67 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > | |
static bool | IsScheduleDownwardDivisible (const ScheduleType &schedule) |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
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 > | |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Private Member Functions | |
void | operator= (const Self &) |
RecursiveMultiResolutionPyramidImageFilter (const Self &) | |
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 |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > | |
double | m_MaximumError |
unsigned int | m_NumberOfLevels |
ScheduleType | m_Schedule |
bool | m_UseShrinkImageFilter |
typedef SmartPointer< const Self > itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 76 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef Superclass::InputImageConstPointer itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 94 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef Superclass::InputImagePointer itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Definition at line 92 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef Superclass::InputImageType itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::InputImageType |
Inherit types from the superclass..
Definition at line 90 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef Superclass::OutputImagePointer itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Definition at line 93 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef Superclass::OutputImageType itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 91 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef SmartPointer< Self > itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 75 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef RecursiveMultiResolutionPyramidImageFilter itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 72 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
typedef MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 74 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 114 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
|
private |
|
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::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
protectedvirtual |
Generate the output data.
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
virtual |
RecursiveMultiResolutionPyramidImageFilter requires a larger input requested region than the output requested regions to accommodate the shrinkage and smoothing operations. As such, MultiResolutionPyramidImageFilter needs to provide an implementation for GenerateInputRequestedRegion(). The original documentation of this method is below.
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
virtual |
Given one output whose requested region has been set, this method sets the requtested region for the remaining output images. The original documentation of this method is below.
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
protectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
static |
ImageDimension enumeration.
Definition at line 87 of file itkRecursiveMultiResolutionPyramidImageFilter.h.