ITK
6.0.0
Insight 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://doi.org/10.54294/q6auw4
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 | 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 | 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 | 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 | 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 | 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::ImageToImageFilter< TInputImage, TInputImage > | |
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 = 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 {} |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
using | InputToOutputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::OutputImageDimension, Self::InputImageDimension > |
using | OutputToInputRegionCopierType = ImageToImageFilterDetail::ImageRegionCopier< Self::InputImageDimension, Self::OutputImageDimension > |
Static Protected Member Functions inherited from itk::ImageSource< TInputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_FUNCTION_CALL_CONVENTION | ThreaderCallback (void *arg) |
Static Protected Member Functions inherited from itk::ProcessObject | |
template<typename TSourceObject > | |
static void | MakeRequiredOutputs (TSourceObject &sourceObject, const DataObjectPointerArraySizeType numberOfRequiredOutputs) |
static constexpr float | progressFixedToFloat (uint32_t fixed) |
static uint32_t | progressFloatToFixed (float f) |
Protected Attributes inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
std::mutex | m_LabelObjectContainerLock |
Protected Attributes inherited from itk::ImageSource< TInputImage > | |
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::AutoCropLabelMapFilter< TInputImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 62 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::IndexType = typename InputImageType::IndexType |
Definition at line 85 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImageConstPointer = typename InputImageType::ConstPointer |
Definition at line 79 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImagePixelType = typename InputImageType::PixelType |
Definition at line 81 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 78 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImageRegionType = typename InputImageType::RegionType |
Definition at line 80 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::InputImageType = TInputImage |
Some convenient type alias.
Definition at line 77 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::LabelObjectType = typename InputImageType::LabelObjectType |
Definition at line 82 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::PixelType = typename InputImageType::PixelType |
Definition at line 84 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::Pointer = SmartPointer<Self> |
Definition at line 61 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::RegionType = typename InputImageType::RegionType |
Definition at line 87 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::Self = AutoCropLabelMapFilter |
Standard class type aliases.
Definition at line 59 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::SizeType = typename InputImageType::SizeType |
Definition at line 86 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::Superclass = ChangeRegionLabelMapFilter<TInputImage> |
Definition at line 60 of file itkAutoCropLabelMapFilter.h.
using itk::AutoCropLabelMapFilter< TInputImage >::TOutputImage = TInputImage |
Definition at line 89 of file itkAutoCropLabelMapFilter.h.
|
protected |
|
overrideprotecteddefault |
|
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.
|
overridevirtual |
Reimplemented from itk::ProcessObject.
|
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.
|
staticconstexpr |
Definition at line 94 of file itkAutoCropLabelMapFilter.h.
|
staticconstexpr |
ImageDimension constants
Definition at line 92 of file itkAutoCropLabelMapFilter.h.
|
private |
Definition at line 114 of file itkAutoCropLabelMapFilter.h.
|
staticconstexpr |
Definition at line 93 of file itkAutoCropLabelMapFilter.h.