ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkChangeRegionLabelMapFilter.h>
Change the region of a label map.
Change the region of a label map. If the output can't contain some of the objects' lines they are truncated or removed. All objects fully outside the output region are removed.
This code was contributed in the Insight Journal paper: "Label object representation and manipulation with ITK" by Lehmann G. http://hdl.handle.net/1926/584 http://www.insight-journal.org/browse/publication/176
Definition at line 56 of file itkChangeRegionLabelMapFilter.h.
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::IndexValueType | IndexValueType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef InputImageType::LabelObjectType | LabelObjectType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef InputImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef InputImageType::RegionType | RegionType |
typedef ChangeRegionLabelMapFilter | Self |
typedef InputImageType::SizeType | SizeType |
typedef InPlaceLabelMapFilter < TInputImage > | Superclass |
typedef TInputImage | TOutputImage |
Public Types inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::IndexType | IndexType |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef InputImageType::LabelObjectType | LabelObjectType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef InputImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef InputImageType::RegionType | RegionType |
typedef InPlaceLabelMapFilter | Self |
typedef LabelMapFilter < TInputImage, TInputImage > | Superclass |
typedef TInputImage | TOutputImage |
Public Types inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef InputImageType::LabelObjectType | LabelObjectType |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TInputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef LabelMapFilter | Self |
typedef ImageToImageFilter < TInputImage, TInputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TInputImage > | Superclass |
Public Types inherited from itk::ImageSource< TInputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TInputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
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 Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | ImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::InPlaceLabelMapFilter< TInputImage > | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TInputImage > | |
static const unsigned int | OutputImageDimension |
Private Member Functions | |
ChangeRegionLabelMapFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
OutputImageRegionType | m_Region |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TInputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::LabelMapFilter< TInputImage, TInputImage > | |
FastMutexLock::Pointer | m_LabelObjectContainerLock |
typedef SmartPointer< const Self > itk::ChangeRegionLabelMapFilter< TInputImage >::ConstPointer |
Definition at line 63 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::IndexType itk::ChangeRegionLabelMapFilter< TInputImage >::IndexType |
Definition at line 86 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::IndexValueType itk::ChangeRegionLabelMapFilter< TInputImage >::IndexValueType |
Definition at line 87 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::ConstPointer itk::ChangeRegionLabelMapFilter< TInputImage >::InputImageConstPointer |
Definition at line 80 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::PixelType itk::ChangeRegionLabelMapFilter< TInputImage >::InputImagePixelType |
Definition at line 82 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::Pointer itk::ChangeRegionLabelMapFilter< TInputImage >::InputImagePointer |
Definition at line 79 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::RegionType itk::ChangeRegionLabelMapFilter< TInputImage >::InputImageRegionType |
Definition at line 81 of file itkChangeRegionLabelMapFilter.h.
typedef TInputImage itk::ChangeRegionLabelMapFilter< TInputImage >::InputImageType |
Some convenient typedefs.
Definition at line 78 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::LabelObjectType itk::ChangeRegionLabelMapFilter< TInputImage >::LabelObjectType |
Definition at line 83 of file itkChangeRegionLabelMapFilter.h.
typedef Superclass::OutputImagePixelType itk::ChangeRegionLabelMapFilter< TInputImage >::OutputImagePixelType |
Definition at line 75 of file itkChangeRegionLabelMapFilter.h.
typedef Superclass::OutputImagePointer itk::ChangeRegionLabelMapFilter< TInputImage >::OutputImagePointer |
Definition at line 73 of file itkChangeRegionLabelMapFilter.h.
typedef Superclass::OutputImageRegionType itk::ChangeRegionLabelMapFilter< TInputImage >::OutputImageRegionType |
Definition at line 74 of file itkChangeRegionLabelMapFilter.h.
typedef Superclass::OutputImageType itk::ChangeRegionLabelMapFilter< TInputImage >::OutputImageType |
Superclass typedefs.
Definition at line 69 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::PixelType itk::ChangeRegionLabelMapFilter< TInputImage >::PixelType |
Definition at line 85 of file itkChangeRegionLabelMapFilter.h.
typedef SmartPointer< Self > itk::ChangeRegionLabelMapFilter< TInputImage >::Pointer |
Definition at line 62 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::RegionType itk::ChangeRegionLabelMapFilter< TInputImage >::RegionType |
Definition at line 89 of file itkChangeRegionLabelMapFilter.h.
typedef ChangeRegionLabelMapFilter itk::ChangeRegionLabelMapFilter< TInputImage >::Self |
Standard class typedefs.
Definition at line 60 of file itkChangeRegionLabelMapFilter.h.
typedef InputImageType::SizeType itk::ChangeRegionLabelMapFilter< TInputImage >::SizeType |
Definition at line 88 of file itkChangeRegionLabelMapFilter.h.
typedef InPlaceLabelMapFilter< TInputImage > itk::ChangeRegionLabelMapFilter< TInputImage >::Superclass |
Definition at line 61 of file itkChangeRegionLabelMapFilter.h.
typedef TInputImage itk::ChangeRegionLabelMapFilter< TInputImage >::TOutputImage |
Definition at line 91 of file itkChangeRegionLabelMapFilter.h.
|
inlineprotected |
Definition at line 105 of file itkChangeRegionLabelMapFilter.h.
|
inlineprotected |
Definition at line 106 of file itkChangeRegionLabelMapFilter.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::Object.
Reimplemented in itk::CropLabelMapFilter< TInputImage >, itk::PadLabelMapFilter< TInputImage >, and itk::RegionFromReferenceLabelMapFilter< TInputImage >.
|
protectedvirtual |
Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.
Reimplemented from itk::ProcessObject.
|
protectedvirtual |
A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.
Reimplemented from itk::ImageSource< TInputImage >.
|
protectedvirtual |
What is the input requested region that is required to produce the output requested region? The base assumption for image processing filters is that the input requested region can be set to match the output requested region. If a filter requires more input (for instance a filter that uses neighborhoods needs more input than output to avoid introducing artificial boundary conditions) or less input (for instance a magnify filter) will have to override this method. In doing so, it should call its superclass' implementation as its first step. Note that imaging filters operate differently than the classes to this point in the class hierarchy. Up till now, the base assumption has been that the largest possible region will be requested of the input.
This implementation of GenerateInputRequestedRegion() only processes the inputs that are a subclass of the ImageBase<InputImageDimension>. If an input is another type of DataObject (including an Image of a different dimension), they are skipped by this method. The subclasses of ImageToImageFilter are responsible for providing an implementation of GenerateInputRequestedRegion() when there are multiple inputs of different types.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
protectedvirtual |
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.
Reimplemented in itk::RegionFromReferenceLabelMapFilter< TInputImage >, itk::CropLabelMapFilter< TInputImage >, itk::PadLabelMapFilter< TInputImage >, and itk::AutoCropLabelMapFilter< TInputImage >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::InPlaceLabelMapFilter< TInputImage >.
Reimplemented in itk::AutoCropLabelMapFilter< TInputImage >, itk::CropLabelMapFilter< TInputImage >, itk::PadLabelMapFilter< TInputImage >, and itk::RegionFromReferenceLabelMapFilter< TInputImage >.
|
virtual |
The output region to use
|
static |
Standard New method.
|
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::InPlaceLabelMapFilter< TInputImage >.
Reimplemented in itk::RegionFromReferenceLabelMapFilter< TInputImage >, itk::CropLabelMapFilter< TInputImage >, itk::PadLabelMapFilter< TInputImage >, and itk::AutoCropLabelMapFilter< TInputImage >.
|
virtual |
The output region to use
|
protectedvirtual |
Reimplemented from itk::LabelMapFilter< TInputImage, TInputImage >.
|
static |
ImageDimension constants
Definition at line 96 of file itkChangeRegionLabelMapFilter.h.
|
static |
ImageDimension constants
Definition at line 94 of file itkChangeRegionLabelMapFilter.h.
|
private |
Definition at line 124 of file itkChangeRegionLabelMapFilter.h.
|
static |
ImageDimension constants
Definition at line 95 of file itkChangeRegionLabelMapFilter.h.