ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkVectorExpandImageFilter.h>
Expand the size of a vector image by an integer factor in each dimension.
VectorExpandImageFilter increases the size of an image by an integer factor in each dimension using a interpolation method. The output image size in each dimension is given by:
OutputSize[j] = InputSize[j] * ExpandFactors[j]
The output values are obtained by interpolating the input image. The default interpolation type used is the VectorLinearInterpolateImageFunction. The user can specified a particular interpolation function via SetInterpolator(). Note that the input interpolator must derive from base class VectorInterpolateImageFunction.
This filter will produce an output with different pixel spacing that its input image such that:
OutputSpacing[j] = InputSpacing[j] / ExpandFactors[j]
The filter is templated over the input image type and the output image type.
This filter is implemented as a multithreaded filter and supports streaming.
This filter assumes that the input and output image has the same number of dimensions, and that the input and output pixel types have the same vector dimension.
Definition at line 72 of file itkVectorExpandImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TInputImage::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 |
Private Attributes | |
ExpandFactorsArrayType | m_ExpandFactors |
InterpolatorPointer | m_Interpolator |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ImageSource< TOutputImage > | |
bool | m_DynamicMultiThreading |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 82 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::CoordRepType = double |
Typedef support for the interpolation function
Definition at line 116 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::DefaultInterpolatorType = VectorLinearInterpolateImageFunction< InputImageType, CoordRepType > |
Definition at line 119 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::ExpandFactorsArrayType = FixedArray< ExpandFactorsType, ImageDimension > |
Definition at line 113 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::ExpandFactorsType = float |
The type of the expand factors representation
Definition at line 112 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::InputImagePointer = typename TInputImage::Pointer |
Typedef to describe the output image region type.
Definition at line 88 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::InputImageType = typename Superclass::InputImageType |
Inherit some types from superclass
Definition at line 99 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::InputPixelType = typename InputImageType::PixelType |
Definition at line 105 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::InputValueType = typename InputPixelType::ValueType |
Definition at line 106 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::InterpolatorPointer = typename InterpolatorType::Pointer |
Definition at line 118 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::InterpolatorType = VectorInterpolateImageFunction< InputImageType, CoordRepType > |
Definition at line 117 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::OutputImagePointer = typename TOutputImage::Pointer |
Definition at line 89 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::OutputImageRegionType = typename TOutputImage::RegionType |
Definition at line 90 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::OutputImageType = typename Superclass::OutputImageType |
Definition at line 100 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::OutputPixelType = typename OutputImageType::PixelType |
Input/output vector types.
Definition at line 103 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::OutputValueType = typename OutputPixelType::ValueType |
Definition at line 104 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::Pointer = SmartPointer< Self > |
Definition at line 81 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::Self = VectorExpandImageFilter |
Standard class type aliases.
Definition at line 79 of file itkVectorExpandImageFilter.h.
using itk::VectorExpandImageFilter< TInputImage, TOutputImage >::Superclass = ImageToImageFilter< TInputImage, TOutputImage > |
Definition at line 80 of file itkVectorExpandImageFilter.h.
anonymous enum |
Determine the vector dimension.
Enumerator | |
---|---|
VectorDimension |
Definition at line 109 of file itkVectorExpandImageFilter.h.
|
protected |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
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.
|
overrideprotectedvirtual |
VectorExpandImageFilter is implemented as a multithreaded filter. Therefore, this implementation provides a DynamicThreadedGenerateData() routine which is called for each processing thread. The output image data is allocated automatically by the superclass prior to calling DynamicThreadedGenerateData(). DynamicThreadedGenerateData can only write to the portion of the output image specified by the parameter "outputRegionForThread"
Reimplemented from itk::ImageSource< TOutputImage >.
|
overridevirtual |
VectorExpandImageFilter needs a smaller input requested region than the output requested region. As such, ShrinkImageFilter needs to provide an implementation for GenerateInputRequestedRegion() in order to inform the pipeline execution model.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
overridevirtual |
VectorExpandImageFilter produces an image which is a different resolution and with a different pixel spacing than its input image. As such, VectorExpandImageFilter needs to provide an implementation for UpdateOutputInformation() in order to inform the pipeline execution model. The original documentation of this method is below.
Reimplemented from itk::ProcessObject.
|
virtual |
Get the expand factors.
|
virtual |
Get/Set the interpolator function.
|
virtual |
Get/Set 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.
|
overrideprotectedvirtual |
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::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set the expand factors. Values are clamped to a minimum value of 1. Default is 1 for all dimensions.
|
virtual |
Set the expand factors. Values are clamped to a minimum value of 1. Default is 1 for all dimensions.
|
virtual |
Set the expand factors. Values are clamped to a minimum value of 1. Default is 1 for all dimensions.
|
virtual |
Get/Set the interpolator function.
|
static |
ImageDimension enumeration
Definition at line 96 of file itkVectorExpandImageFilter.h.
|
private |
Definition at line 181 of file itkVectorExpandImageFilter.h.
|
private |
Definition at line 182 of file itkVectorExpandImageFilter.h.