ITK
6.0.0
Insight Toolkit
|
#include <itkRecursiveMultiResolutionPyramidImageFilter.h>
Creates a multi-resolution pyramid using a recursive implementation.
RecursiveMultiResolutionPyramidImageFilter creates an image pyramid 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 64 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 Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static double | GetGlobalDefaultCoordinateTolerance () |
static double | GetGlobalDefaultDirectionTolerance () |
static void | SetGlobalDefaultCoordinateTolerance (double) |
static void | SetGlobalDefaultDirectionTolerance (double) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | ImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > | |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
using itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 74 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
using itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer<Self> |
Definition at line 73 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
using itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::Self = RecursiveMultiResolutionPyramidImageFilter |
Standard class type aliases.
Definition at line 71 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
using itk::RecursiveMultiResolutionPyramidImageFilter< TInputImage, TOutputImage >::Superclass = MultiResolutionPyramidImageFilter<TInputImage, TOutputImage> |
Definition at line 72 of file itkRecursiveMultiResolutionPyramidImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Generate the output data.
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
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 >.
|
overridevirtual |
Given one output whose requested region has been set, this method sets the requested region for the remaining output images. The original documentation of this method is below.
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
Reimplemented from itk::MultiResolutionPyramidImageFilter< TInputImage, TOutputImage >.
|
static |
Method for creation through the object factory.
|
staticconstexpr |
ImageDimension enumeration.
Definition at line 83 of file itkRecursiveMultiResolutionPyramidImageFilter.h.