ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkShapeLabelMapFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef ImageType::ConstPointer | ImageConstPointer |
typedef ImageType::Pointer | ImagePointer |
typedef TImage | ImageType |
typedef ImageType::IndexType | IndexType |
typedef LabelImageType::ConstPointer | LabelImageConstPointer |
typedef LabelImageType::Pointer | LabelImagePointer |
typedef TLabelImage | LabelImageType |
typedef ImageType::LabelObjectType | LabelObjectType |
typedef LabelImageType::PixelType | LabelPixelType |
typedef LabelObjectType::MatrixType | MatrixType |
typedef ImageType::OffsetType | OffsetType |
typedef ImageType::PixelType | PixelType |
typedef SmartPointer< Self > | Pointer |
typedef ImageType::RegionType | RegionType |
typedef ShapeLabelMapFilter | Self |
typedef ImageType::SizeType | SizeType |
typedef InPlaceLabelMapFilter < TImage > | Superclass |
typedef LabelObjectType::VectorType | VectorType |
Public Types inherited from itk::InPlaceLabelMapFilter< TImage > | |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TImage | InputImageType |
typedef Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImagePointer | OutputImagePointer |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef Superclass::OutputImageType | OutputImageType |
typedef TImage | TOutputImage |
Public Types inherited from itk::LabelMapFilter< TImage, TImage > | |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
Public Types inherited from itk::ImageToImageFilter< TImage, TImage > | |
Public Types inherited from itk::ImageSource< TImage > | |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
Public Types inherited from itk::ProcessObject | |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef std::vector < DataObjectIdentifierType > | NameArray |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = TImage::ImageDimension |
Static Public Attributes inherited from itk::InPlaceLabelMapFilter< TImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::LabelMapFilter< TImage, TImage > | |
Static Public Attributes inherited from itk::ImageToImageFilter< TImage, TImage > | |
Static Public Attributes inherited from itk::ImageSource< TImage > |
Private Types | |
typedef std::map< Offset2Type, SizeValueType, Offset2Type::LexicographicCompare > | MapIntercept2Type |
typedef std::map< Offset3Type, SizeValueType, Offset3Type::LexicographicCompare > | MapIntercept3Type |
typedef itk::Offset< 2 > | Offset2Type |
typedef itk::Offset< 3 > | Offset3Type |
typedef itk::Vector< double, 2 > | Spacing2Type |
typedef itk::Vector< double, 3 > | Spacing3Type |
Private Member Functions | |
void | ComputeFeretDiameter (LabelObjectType *labelObject) |
void | ComputePerimeter (LabelObjectType *labelObject) |
void | operator= (const Self &) |
template<class TMapIntercept , class TSpacing > | |
double | PerimeterFromInterceptCount (TMapIntercept &intercepts, const TSpacing &spacing) |
double | PerimeterFromInterceptCount (MapIntercept2Type &intercepts, const Spacing2Type spacing) |
double | PerimeterFromInterceptCount (MapIntercept3Type &intercepts, const Spacing3Type spacing) |
ShapeLabelMapFilter (const Self &) |
Private Attributes | |
bool | m_ComputeFeretDiameter |
bool | m_ComputePerimeter |
LabelImageConstPointer | m_LabelImage |
The valuator class for the ShapeLabelObject.
ShapeLabelMapFilter can be used to set the attributes values of the ShapeLabelObject in a LabelMap.
ShapeLabelMapFilter takes an optional parameter, used only to optimize the computation time and the memory usage when the perimeter or the feret diameter is used: the exact copy of the input LabelMap is stored in an Image. It can be set with SetLabelImage(). It is cleared at the end of the computation, so must be reset before running Update() again. It is not part of the pipeline management design, to let the subclasses of ShapeLabelMapFilter use the pipeline design to specify truly required inputs.
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 53 of file itkShapeLabelMapFilter.h.
typedef SmartPointer< const Self > itk::ShapeLabelMapFilter< TImage, TLabelImage >::ConstPointer |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 62 of file itkShapeLabelMapFilter.h.
typedef ImageType::ConstPointer itk::ShapeLabelMapFilter< TImage, TLabelImage >::ImageConstPointer |
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 67 of file itkShapeLabelMapFilter.h.
typedef ImageType::Pointer itk::ShapeLabelMapFilter< TImage, TLabelImage >::ImagePointer |
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 66 of file itkShapeLabelMapFilter.h.
typedef TImage itk::ShapeLabelMapFilter< TImage, TLabelImage >::ImageType |
Some convenient typedefs.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 65 of file itkShapeLabelMapFilter.h.
typedef ImageType::IndexType itk::ShapeLabelMapFilter< TImage, TLabelImage >::IndexType |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 69 of file itkShapeLabelMapFilter.h.
typedef LabelImageType::ConstPointer itk::ShapeLabelMapFilter< TImage, TLabelImage >::LabelImageConstPointer |
Definition at line 79 of file itkShapeLabelMapFilter.h.
typedef LabelImageType::Pointer itk::ShapeLabelMapFilter< TImage, TLabelImage >::LabelImagePointer |
Definition at line 78 of file itkShapeLabelMapFilter.h.
typedef TLabelImage itk::ShapeLabelMapFilter< TImage, TLabelImage >::LabelImageType |
Definition at line 77 of file itkShapeLabelMapFilter.h.
typedef ImageType::LabelObjectType itk::ShapeLabelMapFilter< TImage, TLabelImage >::LabelObjectType |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 73 of file itkShapeLabelMapFilter.h.
typedef LabelImageType::PixelType itk::ShapeLabelMapFilter< TImage, TLabelImage >::LabelPixelType |
Definition at line 80 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 154 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 155 of file itkShapeLabelMapFilter.h.
typedef LabelObjectType::MatrixType itk::ShapeLabelMapFilter< TImage, TLabelImage >::MatrixType |
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 74 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 150 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 151 of file itkShapeLabelMapFilter.h.
typedef ImageType::OffsetType itk::ShapeLabelMapFilter< TImage, TLabelImage >::OffsetType |
Definition at line 72 of file itkShapeLabelMapFilter.h.
typedef ImageType::PixelType itk::ShapeLabelMapFilter< TImage, TLabelImage >::PixelType |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 68 of file itkShapeLabelMapFilter.h.
typedef SmartPointer< Self > itk::ShapeLabelMapFilter< TImage, TLabelImage >::Pointer |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 61 of file itkShapeLabelMapFilter.h.
typedef ImageType::RegionType itk::ShapeLabelMapFilter< TImage, TLabelImage >::RegionType |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Definition at line 71 of file itkShapeLabelMapFilter.h.
typedef ShapeLabelMapFilter itk::ShapeLabelMapFilter< TImage, TLabelImage >::Self |
Standard class typedefs.
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 59 of file itkShapeLabelMapFilter.h.
typedef ImageType::SizeType itk::ShapeLabelMapFilter< TImage, TLabelImage >::SizeType |
Definition at line 70 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 152 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 153 of file itkShapeLabelMapFilter.h.
typedef InPlaceLabelMapFilter< TImage > itk::ShapeLabelMapFilter< TImage, TLabelImage >::Superclass |
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 60 of file itkShapeLabelMapFilter.h.
typedef LabelObjectType::VectorType itk::ShapeLabelMapFilter< TImage, TLabelImage >::VectorType |
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 75 of file itkShapeLabelMapFilter.h.
|
protected |
|
inlineprotected |
Definition at line 129 of file itkShapeLabelMapFilter.h.
|
private |
|
protectedvirtual |
If an imaging filter needs to perform processing after all processing threads have completed, the filter can can provide an implementation for AfterThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.
Reimplemented from itk::LabelMapFilter< TImage, TImage >.
|
protectedvirtual |
If an imaging filter needs to perform processing after the buffer has been allocated but before threads are spawned, the filter can can provide an implementation for BeforeThreadedGenerateData(). The execution flow in the default GenerateData() method will be: 1) Allocate the output buffer 2) Call BeforeThreadedGenerateData() 3) Spawn threads, calling ThreadedGenerateData() in each thread. 4) Call AfterThreadedGenerateData() Note that this flow of control is only available if a filter provides a ThreadedGenerateData() method and NOT a GenerateData() method.
Reimplemented from itk::LabelMapFilter< TImage, TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
|
private |
|
virtual |
Begin concept checking End concept checking Set/Get whether the maximum Feret diameter should be computed or not. Default value is false because of the high computation time required.
|
virtual |
Begin concept checking End concept checking Set/Get whether the maximum Feret diameter should be computed or not. Default value is false because of the high computation time required.
|
private |
|
virtual |
Set/Get whether the perimeter should be computed or not. Default value is false because of the high computation time required.
|
virtual |
Set/Get whether the perimeter should be computed or not. Default value is false because of the high computation time required.
|
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::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
|
virtual |
Begin concept checking End concept checking Set/Get whether the maximum Feret diameter should be computed or not. Default value is false because of the high computation time required.
|
virtual |
Set/Get whether the perimeter should be computed or not. Default value is false because of the high computation time required.
|
virtual |
Runtime information support.
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
|
static |
Standard New method.
Reimplemented from itk::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
|
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::InPlaceLabelMapFilter< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
|
private |
|
private |
|
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< TImage >.
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
|
virtual |
Begin concept checking End concept checking Set/Get whether the maximum Feret diameter should be computed or not. Default value is false because of the high computation time required.
|
virtual |
Set/Get whether the perimeter should be computed or not. Default value is false because of the high computation time required.
|
inline |
Set the label image
Definition at line 122 of file itkShapeLabelMapFilter.h.
|
protectedvirtual |
|
static |
ImageDimension constants
Reimplemented in itk::StatisticsLabelMapFilter< TImage, TFeatureImage >.
Definition at line 83 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 143 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 144 of file itkShapeLabelMapFilter.h.
|
private |
Definition at line 145 of file itkShapeLabelMapFilter.h.