ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkMorphologicalOpenningFeatureGenerator.h>
Generates a feature image based on intensity and removes small pieces from it.
This feature generator thresholds the input image, runs an Openning Mathematical Morphology Filter and then a Voting Hole Filling filter. The net effect is the elimination of small islands and small holes from the thresholded image.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 46 of file itkMorphologicalOpenningFeatureGenerator.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::FeatureGenerator< NDimension > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | Dimension = NDimension |
Static Public Attributes inherited from itk::FeatureGenerator< NDimension > | |
static const unsigned int | Dimension = NDimension |
Private Member Functions | |
MorphologicalOpenningFeatureGenerator (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
|
private |
Definition at line 123 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 122 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef SmartPointer<const Self> itk::MorphologicalOpenningFeatureGenerator< NDimension >::ConstPointer |
Definition at line 53 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef InputImageSpatialObjectType::Pointer itk::MorphologicalOpenningFeatureGenerator< NDimension >::InputImageSpatialObjectPointer |
Definition at line 69 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef ImageSpatialObject< NDimension, InputPixelType > itk::MorphologicalOpenningFeatureGenerator< NDimension >::InputImageSpatialObjectType |
Definition at line 68 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef Image< InputPixelType, Dimension > itk::MorphologicalOpenningFeatureGenerator< NDimension >::InputImageType |
Definition at line 67 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef signed short itk::MorphologicalOpenningFeatureGenerator< NDimension >::InputPixelType |
Type of spatialObject that will be passed as input to this feature generator.
Definition at line 66 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 101 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 100 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 112 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 115 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 114 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 106 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 104 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 103 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef SmartPointer<Self> itk::MorphologicalOpenningFeatureGenerator< NDimension >::Pointer |
Definition at line 52 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef MorphologicalOpenningFeatureGenerator itk::MorphologicalOpenningFeatureGenerator< NDimension >::Self |
Standard class typedefs.
Definition at line 50 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef Superclass::SpatialObjectType itk::MorphologicalOpenningFeatureGenerator< NDimension >::SpatialObjectType |
Definition at line 70 of file itkMorphologicalOpenningFeatureGenerator.h.
typedef FeatureGenerator<NDimension> itk::MorphologicalOpenningFeatureGenerator< NDimension >::Superclass |
Definition at line 51 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 110 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 109 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 119 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 118 of file itkMorphologicalOpenningFeatureGenerator.h.
|
protected |
|
protectedvirtual |
|
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::FeatureGenerator< NDimension >.
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
const SpatialObjectType* itk::MorphologicalOpenningFeatureGenerator< NDimension >::GetFeature | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
const SpatialObjectType* itk::MorphologicalOpenningFeatureGenerator< NDimension >::GetInput | ( | ) | const |
|
virtual |
Set the Hounsfield Unit value to threshold the Lung.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FeatureGenerator< NDimension >.
|
static |
Method for creation through the object factory.
|
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::FeatureGenerator< NDimension >.
void itk::MorphologicalOpenningFeatureGenerator< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
virtual |
Set the Hounsfield Unit value to threshold the Lung.
|
static |
Dimension of the space
Definition at line 62 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 129 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 131 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 127 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 126 of file itkMorphologicalOpenningFeatureGenerator.h.
|
private |
Definition at line 128 of file itkMorphologicalOpenningFeatureGenerator.h.