ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryShapeOpeningImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TInputImage::ImageDimension |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
Static Public Attributes inherited from itk::ImageSource< TInputImage > |
Private Member Functions | |
BinaryShapeOpeningImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
AttributeType | m_Attribute |
OutputImagePixelType | m_BackgroundValue |
OutputImagePixelType | m_ForegroundValue |
bool | m_FullyConnected |
double | m_Lambda |
bool | m_ReverseOrdering |
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 |
Remove objects based on the value of their shape attribute.
The BinaryShapeOpeningImageFilter removes the objects in a binary image with an attribute value smaller or greater than a threshold called Lambda. The attributes are those of the ShapeLabelObject.
This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 47 of file itkBinaryShapeOpeningImageFilter.h.
typedef LabelObjectType::AttributeType itk::BinaryShapeOpeningImageFilter< TInputImage >::AttributeType |
Definition at line 83 of file itkBinaryShapeOpeningImageFilter.h.
typedef LabelMapToBinaryImageFilter< LabelMapType, OutputImageType > itk::BinaryShapeOpeningImageFilter< TInputImage >::BinarizerType |
Definition at line 85 of file itkBinaryShapeOpeningImageFilter.h.
typedef SmartPointer< const Self > itk::BinaryShapeOpeningImageFilter< TInputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 55 of file itkBinaryShapeOpeningImageFilter.h.
typedef InputImageType::ConstPointer itk::BinaryShapeOpeningImageFilter< TInputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 61 of file itkBinaryShapeOpeningImageFilter.h.
typedef InputImageType::PixelType itk::BinaryShapeOpeningImageFilter< TInputImage >::InputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 63 of file itkBinaryShapeOpeningImageFilter.h.
typedef InputImageType::Pointer itk::BinaryShapeOpeningImageFilter< TInputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 60 of file itkBinaryShapeOpeningImageFilter.h.
typedef InputImageType::RegionType itk::BinaryShapeOpeningImageFilter< TInputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 62 of file itkBinaryShapeOpeningImageFilter.h.
typedef TInputImage itk::BinaryShapeOpeningImageFilter< TInputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 58 of file itkBinaryShapeOpeningImageFilter.h.
typedef BinaryImageToLabelMapFilter< InputImageType, LabelMapType > itk::BinaryShapeOpeningImageFilter< TInputImage >::LabelizerType |
Definition at line 79 of file itkBinaryShapeOpeningImageFilter.h.
typedef LabelMap< LabelObjectType > itk::BinaryShapeOpeningImageFilter< TInputImage >::LabelMapType |
Definition at line 78 of file itkBinaryShapeOpeningImageFilter.h.
typedef ShapeLabelObject< LabelType, itkGetStaticConstMacro(ImageDimension) > itk::BinaryShapeOpeningImageFilter< TInputImage >::LabelObjectType |
Definition at line 77 of file itkBinaryShapeOpeningImageFilter.h.
typedef ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > itk::BinaryShapeOpeningImageFilter< TInputImage >::LabelObjectValuatorType |
Definition at line 82 of file itkBinaryShapeOpeningImageFilter.h.
typedef SizeValueType itk::BinaryShapeOpeningImageFilter< TInputImage >::LabelType |
Definition at line 75 of file itkBinaryShapeOpeningImageFilter.h.
typedef ShapeOpeningLabelMapFilter< LabelMapType > itk::BinaryShapeOpeningImageFilter< TInputImage >::OpeningType |
Definition at line 84 of file itkBinaryShapeOpeningImageFilter.h.
typedef OutputImageType::ConstPointer itk::BinaryShapeOpeningImageFilter< TInputImage >::OutputImageConstPointer |
Definition at line 65 of file itkBinaryShapeOpeningImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryShapeOpeningImageFilter< TInputImage >::OutputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 67 of file itkBinaryShapeOpeningImageFilter.h.
typedef OutputImageType::Pointer itk::BinaryShapeOpeningImageFilter< TInputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TInputImage >.
Definition at line 64 of file itkBinaryShapeOpeningImageFilter.h.
typedef OutputImageType::RegionType itk::BinaryShapeOpeningImageFilter< TInputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 66 of file itkBinaryShapeOpeningImageFilter.h.
typedef TInputImage itk::BinaryShapeOpeningImageFilter< TInputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TInputImage >.
Definition at line 59 of file itkBinaryShapeOpeningImageFilter.h.
typedef SmartPointer< Self > itk::BinaryShapeOpeningImageFilter< TInputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 54 of file itkBinaryShapeOpeningImageFilter.h.
typedef BinaryShapeOpeningImageFilter itk::BinaryShapeOpeningImageFilter< TInputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 52 of file itkBinaryShapeOpeningImageFilter.h.
typedef Image< typename OutputImageType::PixelType, itkGetStaticConstMacro(OutputImageDimension) > itk::BinaryShapeOpeningImageFilter< TInputImage >::ShapeLabelFilterOutput |
Definition at line 81 of file itkBinaryShapeOpeningImageFilter.h.
typedef ImageToImageFilter< TInputImage, TInputImage > itk::BinaryShapeOpeningImageFilter< TInputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 53 of file itkBinaryShapeOpeningImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 164 of file itkBinaryShapeOpeningImageFilter.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.
|
protectedvirtual |
BinaryShapeOpeningImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
protectedvirtual |
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.
Reimplemented from itk::ImageSource< TInputImage >.
|
protectedvirtual |
BinaryShapeOpeningImageFilter needs the entire input to be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set/Get the attribute to use to select the object to remove. Default is "Size".
|
virtual |
End concept checking Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get the value used as "foreground" in the output image. Defaults to NumericTraits<PixelType>::max().
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get the threshold used to keep or remove the objects.
|
virtual |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.
|
static |
Standard New method.
Reimplemented from itk::Object.
|
private |
PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
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::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.
|
virtual |
Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.
|
virtual |
Set/Get the attribute to use to select the object to remove. Default is "Size".
|
inline |
Set/Get the attribute to use to select the object to remove. Default is "Size".
Definition at line 156 of file itkBinaryShapeOpeningImageFilter.h.
|
virtual |
End concept checking Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get the value used as "foreground" in the output image. Defaults to NumericTraits<PixelType>::max().
|
virtual |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
|
virtual |
Set/Get the threshold used to keep or remove the objects.
|
virtual |
Set/Get the ordering of the objects. By default, the objects with an attribute value smaller than Lamba are removed. Turning ReverseOrdering to true make this filter remove objects with an attribute value greater than Lambda instead.
itk::BinaryShapeOpeningImageFilter< TInputImage >::typedef | ( | Concept::EqualityComparable< InputImagePixelType > | ) |
Begin concept checking This class requires InputEqualityComparableCheck in the form of ( Concept::EqualityComparable< InputImagePixelType > )
itk::BinaryShapeOpeningImageFilter< TInputImage >::typedef | ( | Concept::Convertible< int, InputImagePixelType > | ) |
This class requires IntConvertibleToInputCheck in the form of ( Concept::Convertible< int, InputImagePixelType > )
itk::BinaryShapeOpeningImageFilter< TInputImage >::typedef | ( | Concept::OStreamWritable< InputImagePixelType > | ) |
This class requires InputOStreamWritableCheck in the form of ( Concept::OStreamWritable< InputImagePixelType > )
|
static |
ImageDimension constants
Definition at line 72 of file itkBinaryShapeOpeningImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 70 of file itkBinaryShapeOpeningImageFilter.h.
|
private |
Definition at line 187 of file itkBinaryShapeOpeningImageFilter.h.
|
private |
Definition at line 183 of file itkBinaryShapeOpeningImageFilter.h.
|
private |
Definition at line 184 of file itkBinaryShapeOpeningImageFilter.h.
|
private |
Definition at line 182 of file itkBinaryShapeOpeningImageFilter.h.
|
private |
Definition at line 185 of file itkBinaryShapeOpeningImageFilter.h.
|
private |
Definition at line 186 of file itkBinaryShapeOpeningImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
Definition at line 71 of file itkBinaryShapeOpeningImageFilter.h.