ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkAutoCropLabelMapFilter.h>
Crop a LabelMap image to fit exactly the objects in the LabelMap.
The CropBorder can be used to add a border which will never be larger than the input image. To add a border of size independent of the input image, PadLabelMapFilter can be used.
This implementation was taken from the Insight Journal paper: https://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 53 of file itkAutoCropLabelMapFilter.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = AutoCropLabelMapFilter |
using | SizeType = typename InputImageType::SizeType |
using | Superclass = ChangeRegionLabelMapFilter< TInputImage > |
using | TOutputImage = TInputImage |
Public Types inherited from itk::ChangeRegionLabelMapFilter< TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | IndexValueType = typename InputImageType::IndexValueType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = ChangeRegionLabelMapFilter |
using | SizeType = typename InputImageType::SizeType |
using | Superclass = InPlaceLabelMapFilter< TInputImage > |
using | TOutputImage = TInputImage |
Public Types inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | IndexType = typename InputImageType::IndexType |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImagePointer = typename Superclass::OutputImagePointer |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | OutputImageType = typename Superclass::OutputImageType |
using | PixelType = typename InputImageType::PixelType |
using | Pointer = SmartPointer< Self > |
using | RegionType = typename InputImageType::RegionType |
using | Self = InPlaceLabelMapFilter |
using | Superclass = LabelMapFilter< TInputImage, TInputImage > |
using | TOutputImage = TInputImage |
Public Types inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename Superclass::InputImageConstPointer |
using | InputImagePixelType = typename Superclass::InputImagePixelType |
using | InputImagePointer = typename Superclass::InputImagePointer |
using | InputImageRegionType = typename Superclass::InputImageRegionType |
using | InputImageType = typename Superclass::InputImageType |
using | LabelObjectType = typename InputImageType::LabelObjectType |
using | OutputImageConstPointer = typename OutputImageType::ConstPointer |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TInputImage |
using | Pointer = SmartPointer< Self > |
using | Self = LabelMapFilter |
using | Superclass = ImageToImageFilter< TInputImage, TInputImage > |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImageConstPointer = typename InputImageType::ConstPointer |
using | InputImagePixelType = typename InputImageType::PixelType |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageRegionType = typename InputImageType::RegionType |
using | InputImageType = TInputImage |
using | OutputImagePixelType = typename Superclass::OutputImagePixelType |
using | OutputImageRegionType = typename Superclass::OutputImageRegionType |
using | Pointer = SmartPointer< Self > |
using | Self = ImageToImageFilter |
using | Superclass = ImageSource< TInputImage > |
Public Types inherited from itk::ImageSource< TInputImage > | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
using | OutputImagePixelType = typename OutputImageType::PixelType |
using | OutputImagePointer = typename OutputImageType::Pointer |
using | OutputImageRegionType = typename OutputImageType::RegionType |
using | OutputImageType = TInputImage |
using | Pointer = SmartPointer< Self > |
using | Self = ImageSource |
using | Superclass = ProcessObject |
Public Types inherited from itk::ProcessObject | |
using | ConstPointer = SmartPointer< const Self > |
using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
using | DataObjectPointer = DataObject::Pointer |
using | DataObjectPointerArray = std::vector< DataObjectPointer > |
using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
using | MultiThreaderType = MultiThreaderBase |
using | NameArray = std::vector< DataObjectIdentifierType > |
using | Pointer = SmartPointer< Self > |
using | Self = ProcessObject |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ChangeRegionLabelMapFilter< TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
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 = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ChangeRegionLabelMapFilter< TInputImage > | |
static constexpr unsigned int | ImageDimension = TOutputImage::ImageDimension |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
static constexpr unsigned int | InputImageDimension = TInputImage::ImageDimension |
static constexpr unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static constexpr unsigned int | InputImageDimension |
static constexpr unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TInputImage > | |
static constexpr unsigned int | OutputImageDimension |
Private Attributes | |
SizeType | m_CropBorder |
using itk::AutoCropLabelMapFilter< TInputImage >::ConstPointer = SmartPointer< const Self > |
Definition at line 63 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::IndexType = typename InputImageType::IndexType |
Definition at line 86 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 80 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 82 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 79 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 81 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 78 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::LabelObjectType = typename InputImageType::LabelObjectType |
Definition at line 83 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::OutputImagePixelType = typename Superclass::OutputImagePixelType |
Definition at line 75 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::OutputImagePointer = typename Superclass::OutputImagePointer |
Definition at line 73 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::OutputImageRegionType = typename Superclass::OutputImageRegionType |
Definition at line 74 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::OutputImageType = typename Superclass::OutputImageType |
Superclass type alias.
Definition at line 72 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::PixelType = typename InputImageType::PixelType |
Definition at line 85 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::Pointer = SmartPointer< Self > |
Definition at line 62 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::RegionType = typename InputImageType::RegionType |
Definition at line 88 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::Self = AutoCropLabelMapFilter |
Standard class type aliases.
Definition at line 60 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::SizeType = typename InputImageType::SizeType |
Definition at line 87 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::Superclass = ChangeRegionLabelMapFilter< TInputImage > |
Definition at line 61 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::TOutputImage = TInputImage |
Definition at line 90 of file itkAutoCropLabelMapFilter.h.
|
protected |
|
overrideprotecteddefault |
|
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 |
Generate the information describing the output data. The default implementation of this method will copy information from the input to the output. A filter may override this method if its output will have different information than its input. For instance, a filter that shrinks an image will need to provide an implementation for this method that changes the spacing of the pixels. Such filters should call their superclass' implementation of this method prior to changing the information values they need (i.e. GenerateOutputInformation() should call Superclass::GenerateOutputInformation() prior to changing the information.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get the border added to the mask before the crop. The default is 0 on * all the axis.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ChangeRegionLabelMapFilter< TInputImage >.
|
static |
Standard New method.
|
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::ProcessObject.
|
virtual |
Set/Get the border added to the mask before the crop. The default is 0 on * all the axis.
|
static |
Definition at line 95 of file itkAutoCropLabelMapFilter.h.
|
static |
ImageDimension constants
Definition at line 93 of file itkAutoCropLabelMapFilter.h.
|
private |
Definition at line 113 of file itkAutoCropLabelMapFilter.h.
|
static |
Definition at line 94 of file itkAutoCropLabelMapFilter.h.