ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkSatoLocalStructureFeatureGenerator.h>
Generates a feature image by computing measures based on the Hessian Eigenvalues.
The typical use of this class would be to generate a map of {blobs, tubes, sheets}.
SpatialObjects are used as inputs and outputs of this class.
Definition at line 42 of file itkSatoLocalStructureFeatureGenerator.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 SymmetricEigenAnalysisImageFilter < HessianImageType, EigenValueImageType > | EigenAnalysisFilterType |
typedef FixedArray< double, HessianPixelType::Dimension > | EigenValueArrayType |
typedef Image < EigenValueArrayType, Dimension > | EigenValueImageType |
typedef HessianRecursiveGaussianImageFilter < InputImageType > | HessianFilterType |
typedef HessianFilterType::OutputImageType | HessianImageType |
typedef HessianImageType::PixelType | HessianPixelType |
typedef Image < InternalPixelType, Dimension > | InternalImageType |
typedef float | InternalPixelType |
typedef LocalStructureImageFilter < EigenValueImageType, OutputImageType > | LocalStructureFilterType |
typedef ImageSpatialObject < NDimension, OutputPixelType > | OutputImageSpatialObjectType |
typedef InternalImageType | OutputImageType |
typedef InternalPixelType | OutputPixelType |
Private Member Functions | |
void | operator= (const Self &) |
SatoLocalStructureFeatureGenerator (const Self &) | |
Private Attributes | |
double | m_Alpha |
EigenAnalysisFilterType::Pointer | m_EigenAnalysisFilter |
double | m_Gamma |
HessianFilterType::Pointer | m_HessianFilter |
LocalStructureFilterType::Pointer | m_LocalStructureFilter |
double | m_Sigma |
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::SatoLocalStructureFeatureGenerator< NDimension >::ConstPointer |
Definition at line 49 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 122 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 119 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 120 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 115 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 116 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 117 of file itkSatoLocalStructureFeatureGenerator.h.
typedef InputImageSpatialObjectType::Pointer itk::SatoLocalStructureFeatureGenerator< NDimension >::InputImageSpatialObjectPointer |
Definition at line 65 of file itkSatoLocalStructureFeatureGenerator.h.
typedef ImageSpatialObject< NDimension, InputPixelType > itk::SatoLocalStructureFeatureGenerator< NDimension >::InputImageSpatialObjectType |
Definition at line 64 of file itkSatoLocalStructureFeatureGenerator.h.
typedef Image< InputPixelType, Dimension > itk::SatoLocalStructureFeatureGenerator< NDimension >::InputImageType |
Definition at line 63 of file itkSatoLocalStructureFeatureGenerator.h.
typedef signed short itk::SatoLocalStructureFeatureGenerator< NDimension >::InputPixelType |
Type of spatialObject that will be passed as input to this feature generator.
Definition at line 62 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 108 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 107 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 124 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 113 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 111 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 110 of file itkSatoLocalStructureFeatureGenerator.h.
typedef SmartPointer<Self> itk::SatoLocalStructureFeatureGenerator< NDimension >::Pointer |
Definition at line 48 of file itkSatoLocalStructureFeatureGenerator.h.
typedef SatoLocalStructureFeatureGenerator itk::SatoLocalStructureFeatureGenerator< NDimension >::Self |
Standard class typedefs.
Definition at line 46 of file itkSatoLocalStructureFeatureGenerator.h.
typedef Superclass::SpatialObjectType itk::SatoLocalStructureFeatureGenerator< NDimension >::SpatialObjectType |
Definition at line 66 of file itkSatoLocalStructureFeatureGenerator.h.
typedef FeatureGenerator<NDimension> itk::SatoLocalStructureFeatureGenerator< NDimension >::Superclass |
Definition at line 47 of file itkSatoLocalStructureFeatureGenerator.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.
|
virtual |
Alpha value to be used in the Sato Vesselness filter.
const SpatialObjectType* itk::SatoLocalStructureFeatureGenerator< NDimension >::GetFeature | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
|
virtual |
Gamma value to be used in the Sato Vesselness filter.
const SpatialObjectType* itk::SatoLocalStructureFeatureGenerator< NDimension >::GetInput | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FeatureGenerator< NDimension >.
|
virtual |
Sigma value to be used in the Gaussian smoothing preceding the Hessian computation.
|
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 >.
|
virtual |
Alpha value to be used in the Sato Vesselness filter.
|
virtual |
Gamma value to be used in the Sato Vesselness filter.
void itk::SatoLocalStructureFeatureGenerator< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
virtual |
Sigma value to be used in the Gaussian smoothing preceding the Hessian computation.
|
static |
Dimension of the space
Definition at line 58 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 131 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 127 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 132 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 126 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 128 of file itkSatoLocalStructureFeatureGenerator.h.
|
private |
Definition at line 130 of file itkSatoLocalStructureFeatureGenerator.h.