ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkSatoVesselnessFeatureGenerator.h>
Generates a feature image by computing the Sato Vesselness measure of the input image.
The typical use of this class would be to generate the Vesselness-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 44 of file itkSatoVesselnessFeatureGenerator.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 HessianRecursiveGaussianImageFilter < InputImageType > | HessianFilterType |
typedef Image < InternalPixelType, Dimension > | InternalImageType |
typedef float | InternalPixelType |
typedef ImageSpatialObject < NDimension, OutputPixelType > | OutputImageSpatialObjectType |
typedef InternalImageType | OutputImageType |
typedef InternalPixelType | OutputPixelType |
typedef VesselEnhancingDiffusion3DImageFilter < InputPixelType, Dimension > | VesselEnhancingDiffusionFilterType |
typedef Hessian3DToVesselnessMeasureImageFilter < InternalPixelType > | VesselnessMeasureFilterType |
Private Member Functions | |
void | operator= (const Self &) |
SatoVesselnessFeatureGenerator (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::SatoVesselnessFeatureGenerator< NDimension >::ConstPointer |
Definition at line 51 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 123 of file itkSatoVesselnessFeatureGenerator.h.
typedef InputImageSpatialObjectType::Pointer itk::SatoVesselnessFeatureGenerator< NDimension >::InputImageSpatialObjectPointer |
Definition at line 67 of file itkSatoVesselnessFeatureGenerator.h.
typedef ImageSpatialObject< NDimension, InputPixelType > itk::SatoVesselnessFeatureGenerator< NDimension >::InputImageSpatialObjectType |
Definition at line 66 of file itkSatoVesselnessFeatureGenerator.h.
typedef Image< InputPixelType, Dimension > itk::SatoVesselnessFeatureGenerator< NDimension >::InputImageType |
Definition at line 65 of file itkSatoVesselnessFeatureGenerator.h.
typedef signed short itk::SatoVesselnessFeatureGenerator< NDimension >::InputPixelType |
Type of spatialObject that will be passed as input to this feature generator.
Definition at line 64 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 116 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 115 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 121 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 119 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 118 of file itkSatoVesselnessFeatureGenerator.h.
typedef SmartPointer<Self> itk::SatoVesselnessFeatureGenerator< NDimension >::Pointer |
Definition at line 50 of file itkSatoVesselnessFeatureGenerator.h.
typedef SatoVesselnessFeatureGenerator itk::SatoVesselnessFeatureGenerator< NDimension >::Self |
Standard class typedefs.
Definition at line 48 of file itkSatoVesselnessFeatureGenerator.h.
typedef Superclass::SpatialObjectType itk::SatoVesselnessFeatureGenerator< NDimension >::SpatialObjectType |
Definition at line 68 of file itkSatoVesselnessFeatureGenerator.h.
typedef FeatureGenerator<NDimension> itk::SatoVesselnessFeatureGenerator< NDimension >::Superclass |
Definition at line 49 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 125 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 124 of file itkSatoVesselnessFeatureGenerator.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 >.
Reimplemented in itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >.
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::ProcessObject.
Reimplemented in itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >.
|
virtual |
Alpha1 value to be used in the Sato Vesselness filter.
|
virtual |
Alpha2 value to be used in the Sato Vesselness filter.
const SpatialObjectType* itk::SatoVesselnessFeatureGenerator< NDimension >::GetFeature | ( | ) | const |
Output data that carries the feature in the form of a SpatialObject.
const SpatialObjectType* itk::SatoVesselnessFeatureGenerator< NDimension >::GetInput | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::FeatureGenerator< NDimension >.
Reimplemented in itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >.
|
virtual |
Sigma value to be used in the Gaussian smoothing preceding the Hessian computation.
|
virtual |
Use vessel enhancing diffusion ? Defaults to false.
|
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 >.
Reimplemented in itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >.
|
virtual |
Alpha1 value to be used in the Sato Vesselness filter.
|
virtual |
Alpha2 value to be used in the Sato Vesselness filter.
void itk::SatoVesselnessFeatureGenerator< NDimension >::SetInput | ( | const SpatialObjectType * | input | ) |
|
virtual |
Sigma value to be used in the Gaussian smoothing preceding the Hessian computation.
|
virtual |
Use vessel enhancing diffusion ? Defaults to false.
|
virtual |
Use vessel enhancing diffusion ? Defaults to false.
|
virtual |
Use vessel enhancing diffusion ? Defaults to false.
|
static |
Dimension of the space
Definition at line 60 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 132 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 133 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 127 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 131 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 134 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 129 of file itkSatoVesselnessFeatureGenerator.h.
|
private |
Definition at line 128 of file itkSatoVesselnessFeatureGenerator.h.