ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryShapeKeepNObjectsImageFilter.h>
keep N objects according to their shape attributes
BinaryShapeKeepNObjectsImageFilter keep the N objects in a binary image with the highest (or lowest) attribute value. The attributes are the ones 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 itkBinaryShapeKeepNObjectsImageFilter.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 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 | |
BinaryShapeKeepNObjectsImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
AttributeType | m_Attribute |
OutputImagePixelType | m_BackgroundValue |
OutputImagePixelType | m_ForegroundValue |
bool | m_FullyConnected |
SizeValueType | m_NumberOfObjects |
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 |
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::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef LabelObjectType::AttributeType itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::AttributeType |
Definition at line 86 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef LabelMapToBinaryImageFilter< LabelMapType, OutputImageType > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::BinarizerType |
Definition at line 88 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef SmartPointer< const Self > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::ConstPointer |
Definition at line 55 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef InputImageType::ConstPointer itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::InputImageConstPointer |
Definition at line 61 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef InputImageType::PixelType itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::InputImagePixelType |
Definition at line 63 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef InputImageType::Pointer itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::InputImagePointer |
Definition at line 60 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef InputImageType::RegionType itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::InputImageRegionType |
Definition at line 62 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef TInputImage itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::InputImageType |
Some convenient typedefs.
Definition at line 58 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef ShapeKeepNObjectsLabelMapFilter< LabelMapType > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::KeepNObjectsType |
Definition at line 87 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef BinaryImageToLabelMapFilter< InputImageType, LabelMapType > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::LabelizerType |
Definition at line 82 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef LabelMap< LabelObjectType > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::LabelMapType |
Definition at line 81 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef ShapeLabelObject< LabelType, itkGetStaticConstMacro(ImageDimension) > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::LabelObjectType |
Definition at line 80 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef ShapeLabelMapFilter< LabelMapType, ShapeLabelFilterOutput > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::LabelObjectValuatorType |
Definition at line 85 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef SizeValueType itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::LabelType |
Definition at line 78 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef OutputImageType::ConstPointer itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::OutputImageConstPointer |
Definition at line 65 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::OutputImagePixelType |
Definition at line 67 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef OutputImageType::Pointer itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::OutputImagePointer |
Definition at line 64 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef OutputImageType::RegionType itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::OutputImageRegionType |
Definition at line 66 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef TInputImage itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::OutputImageType |
Definition at line 59 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef SmartPointer< Self > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::Pointer |
Definition at line 54 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef BinaryShapeKeepNObjectsImageFilter itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::Self |
Standard class typedefs.
Definition at line 52 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef Image< typename OutputImageType::PixelType, itkGetStaticConstMacro(OutputImageDimension) > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::ShapeLabelFilterOutput |
Definition at line 84 of file itkBinaryShapeKeepNObjectsImageFilter.h.
typedef ImageToImageFilter< TInputImage, TInputImage > itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::Superclass |
Definition at line 53 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
protected |
|
inlineprotected |
Definition at line 167 of file itkBinaryShapeKeepNObjectsImageFilter.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 |
BinaryShapeKeepNObjectsImageFilter 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 |
BinaryShapeKeepNObjectsImageFilter needs the entire input 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 keep. The default is "NumberOfPixels".
|
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 |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set/Get the number of objects to keep
|
virtual |
Set/Get the ordering of the objects. By default, the ones with the highest value are kept. Turming ReverseOrdering to true make this filter keep the objects with the smallest values
|
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::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set/Get the ordering of the objects. By default, the ones with the highest value are kept. Turming ReverseOrdering to true make this filter keep the objects with the smallest values
|
virtual |
Set/Get the ordering of the objects. By default, the ones with the highest value are kept. Turming ReverseOrdering to true make this filter keep the objects with the smallest values
|
virtual |
Set/Get the attribute to use to select the object to keep. The default is "NumberOfPixels".
|
inline |
Set/Get the attribute to use to select the object to keep. The default is "NumberOfPixels".
Definition at line 159 of file itkBinaryShapeKeepNObjectsImageFilter.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 number of objects to keep
|
virtual |
Set/Get the ordering of the objects. By default, the ones with the highest value are kept. Turming ReverseOrdering to true make this filter keep the objects with the smallest values
itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::typedef | ( | Concept::EqualityComparable< InputImagePixelType > | ) |
Begin concept checking This class requires InputEqualityComparableCheck in the form of ( Concept::EqualityComparable< InputImagePixelType > )
itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::typedef | ( | Concept::Convertible< int, InputImagePixelType > | ) |
This class requires IntConvertibleToInputCheck in the form of ( Concept::Convertible< int, InputImagePixelType > )
itk::BinaryShapeKeepNObjectsImageFilter< TInputImage >::typedef | ( | Concept::OStreamWritable< InputImagePixelType > | ) |
This class requires InputOStreamWritableCheck in the form of ( Concept::OStreamWritable< InputImagePixelType > )
|
static |
ImageDimension constants
Definition at line 75 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
static |
ImageDimension constants
Definition at line 71 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
private |
Definition at line 191 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
private |
Definition at line 187 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
private |
Definition at line 188 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
private |
Definition at line 186 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
private |
Definition at line 189 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
private |
Definition at line 190 of file itkBinaryShapeKeepNObjectsImageFilter.h.
|
static |
ImageDimension constants
Definition at line 73 of file itkBinaryShapeKeepNObjectsImageFilter.h.