ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkFeatureGenerator.h>
Class that generates features (typically images) used as input for a segmentation method.
The typical use of this class would be to generate the edge-map needed by a Level Set filter to internally compute its speed image.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 40 of file itkFeatureGenerator.h.
Static Public Member Functions | |
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 |
Private Member Functions | |
FeatureGenerator (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 |
typedef SmartPointer<const Self> itk::FeatureGenerator< NDimension >::ConstPointer |
Definition at line 47 of file itkFeatureGenerator.h.
typedef SmartPointer<Self> itk::FeatureGenerator< NDimension >::Pointer |
Definition at line 46 of file itkFeatureGenerator.h.
typedef FeatureGenerator itk::FeatureGenerator< NDimension >::Self |
Standard class typedefs.
Definition at line 44 of file itkFeatureGenerator.h.
typedef SpatialObjectType::Pointer itk::FeatureGenerator< NDimension >::SpatialObjectPointer |
Definition at line 61 of file itkFeatureGenerator.h.
typedef SpatialObject< NDimension > itk::FeatureGenerator< NDimension >::SpatialObjectType |
Type of spatialObject that will be passed as input and output of this segmentation method.
Definition at line 60 of file itkFeatureGenerator.h.
typedef ProcessObject itk::FeatureGenerator< NDimension >::Superclass |
Definition at line 45 of file itkFeatureGenerator.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::Object.
Reimplemented in itk::MorphologicalOpenningFeatureGenerator< NDimension >, itk::SatoVesselnessFeatureGenerator< NDimension >, itk::WeightedSumFeatureAggregator< NDimension >, itk::LungWallFeatureGenerator< NDimension >, itk::SigmoidFeatureGenerator< NDimension >, itk::FrangiTubularnessFeatureGenerator< NDimension >, itk::GradientMagnitudeSigmoidFeatureGenerator< NDimension >, itk::MaximumFeatureAggregator< NDimension >, itk::MinimumFeatureAggregator< NDimension >, itk::SatoLocalStructureFeatureGenerator< NDimension >, and itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >.
const SpatialObjectType* itk::FeatureGenerator< NDimension >::GetFeature | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
const SpatialObjectType* itk::FeatureGenerator< NDimension >::GetInput | ( | ) | const |
|
protected |
Derived classes must implement the "void GenerateData()" method non-const version of the method intended to be used in derived classes.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ProcessObject.
Reimplemented in itk::CannyEdgesDistanceAdvectionFieldFeatureGenerator< NDimension >, itk::CannyEdgesDistanceFeatureGenerator< NDimension >, itk::CannyEdgesFeatureGenerator< NDimension >, itk::MorphologicalOpenningFeatureGenerator< NDimension >, itk::DescoteauxSheetnessFeatureGenerator< NDimension >, itk::SatoVesselnessFeatureGenerator< NDimension >, itk::WeightedSumFeatureAggregator< NDimension >, itk::LungWallFeatureGenerator< NDimension >, itk::SigmoidFeatureGenerator< NDimension >, itk::FrangiTubularnessFeatureGenerator< NDimension >, itk::GradientMagnitudeSigmoidFeatureGenerator< NDimension >, itk::MaximumFeatureAggregator< NDimension >, itk::MinimumFeatureAggregator< NDimension >, itk::SatoLocalStructureFeatureGenerator< NDimension >, itk::BinaryThresholdFeatureGenerator< NDimension >, itk::FeatureAggregator< NDimension >, and itk::SatoVesselnessSigmoidFeatureGenerator< 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::ProcessObject.
Reimplemented in itk::SatoVesselnessFeatureGenerator< NDimension >, itk::FrangiTubularnessFeatureGenerator< NDimension >, itk::GradientMagnitudeSigmoidFeatureGenerator< NDimension >, itk::SatoLocalStructureFeatureGenerator< NDimension >, itk::SigmoidFeatureGenerator< NDimension >, itk::MorphologicalOpenningFeatureGenerator< NDimension >, itk::LungWallFeatureGenerator< NDimension >, itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >, itk::WeightedSumFeatureAggregator< NDimension >, itk::MaximumFeatureAggregator< NDimension >, and itk::MinimumFeatureAggregator< NDimension >.
void itk::FeatureGenerator< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
static |
Dimension of the space
Definition at line 56 of file itkFeatureGenerator.h.