ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLungWallFeatureGenerator.h>
Generates a feature image.
The typical use of this class would be to generate the feature image needed by a Level Set filter to internally compute its speed image. This transformation is very close to a simply thresholding selection on the input image, but with the advantage of a smooth transition of intensities.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 43 of file itkLungWallFeatureGenerator.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 Types | |
typedef Image < InternalPixelType, Dimension > | InternalImageType |
typedef float | InternalPixelType |
typedef ImageSpatialObject < NDimension, OutputPixelType > | OutputImageSpatialObjectType |
typedef Image< OutputPixelType, Dimension > | OutputImageType |
typedef float | OutputPixelType |
typedef ThresholdFilterType::Pointer | ThresholdFilterPointer |
typedef BinaryThresholdImageFilter < InputImageType, InternalImageType > | ThresholdFilterType |
typedef VotingHoleFillingFilterType::Pointer | VotingHoleFillingFilterPointer |
typedef VotingBinaryHoleFillFloodingImageFilter < InternalImageType, OutputImageType > | VotingHoleFillingFilterType |
Private Member Functions | |
LungWallFeatureGenerator (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
InputPixelType | m_LungThreshold |
ThresholdFilterPointer | m_ThresholdFilter |
VotingHoleFillingFilterPointer | m_VotingHoleFillingFilter |
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 |
typedef SmartPointer<const Self> itk::LungWallFeatureGenerator< NDimension >::ConstPointer |
Definition at line 50 of file itkLungWallFeatureGenerator.h.
typedef InputImageSpatialObjectType::Pointer itk::LungWallFeatureGenerator< NDimension >::InputImageSpatialObjectPointer |
Definition at line 66 of file itkLungWallFeatureGenerator.h.
typedef ImageSpatialObject< NDimension, InputPixelType > itk::LungWallFeatureGenerator< NDimension >::InputImageSpatialObjectType |
Definition at line 65 of file itkLungWallFeatureGenerator.h.
typedef Image< InputPixelType, Dimension > itk::LungWallFeatureGenerator< NDimension >::InputImageType |
Definition at line 64 of file itkLungWallFeatureGenerator.h.
typedef signed short itk::LungWallFeatureGenerator< NDimension >::InputPixelType |
Type of spatialObject that will be passed as input to this feature generator.
Definition at line 63 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 98 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 97 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 103 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 101 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 100 of file itkLungWallFeatureGenerator.h.
typedef SmartPointer<Self> itk::LungWallFeatureGenerator< NDimension >::Pointer |
Definition at line 49 of file itkLungWallFeatureGenerator.h.
typedef LungWallFeatureGenerator itk::LungWallFeatureGenerator< NDimension >::Self |
Standard class typedefs.
Definition at line 47 of file itkLungWallFeatureGenerator.h.
typedef Superclass::SpatialObjectType itk::LungWallFeatureGenerator< NDimension >::SpatialObjectType |
Definition at line 67 of file itkLungWallFeatureGenerator.h.
typedef FeatureGenerator<NDimension> itk::LungWallFeatureGenerator< NDimension >::Superclass |
Definition at line 48 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 107 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 106 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 111 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 110 of file itkLungWallFeatureGenerator.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::LungWallFeatureGenerator< NDimension >::GetFeature | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
const SpatialObjectType* itk::LungWallFeatureGenerator< 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::LungWallFeatureGenerator< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
virtual |
Set the Hounsfield Unit value to threshold the Lung.
|
static |
Dimension of the space
Definition at line 59 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 116 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 113 of file itkLungWallFeatureGenerator.h.
|
private |
Definition at line 114 of file itkLungWallFeatureGenerator.h.