ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkSatoVesselnessSigmoidFeatureGenerator.h>
Generates a feature image by computing the Sato Vesselness measure of the input image and applying a sigmoid transformation to it.
The typical use of this class would be to generate the Vessel-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 39 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::SatoVesselnessFeatureGenerator< NDimension > | |
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::SatoVesselnessFeatureGenerator< NDimension > | |
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 InternalImageType | OutputImageType |
typedef InternalPixelType | OutputPixelType |
typedef SigmoidImageFilter < InternalImageType, InternalImageType > | SigmoidFilterType |
Private Member Functions | |
void | operator= (const Self &) |
SatoVesselnessSigmoidFeatureGenerator (const Self &) | |
Private Attributes | |
double | m_SigmoidAlpha |
double | m_SigmoidBeta |
SigmoidFilterType::Pointer | m_SigmoidFilter |
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::SatoVesselnessSigmoidFeatureGenerator< NDimension >::ConstPointer |
Definition at line 46 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 85 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 84 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 90 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 88 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 87 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
typedef SmartPointer<Self> itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >::Pointer |
Definition at line 45 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
typedef SatoVesselnessSigmoidFeatureGenerator itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >::Self |
Standard class typedefs.
Definition at line 43 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 92 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
typedef SatoVesselnessFeatureGenerator<NDimension> itk::SatoVesselnessSigmoidFeatureGenerator< NDimension >::Superclass |
Definition at line 44 of file itkSatoVesselnessSigmoidFeatureGenerator.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::SatoVesselnessFeatureGenerator< NDimension >.
|
protectedvirtual |
Method invoked by the pipeline in order to trigger the computation of the segmentation.
Reimplemented from itk::SatoVesselnessFeatureGenerator< NDimension >.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SatoVesselnessFeatureGenerator< NDimension >.
|
virtual |
Alpha value to be used in the Sigmoid transformation. It should be a negative number if the feature is going to be used to exclude vessels, and it should be a positive number if the feature is intended to include vessels.
|
virtual |
Beta value to be used in the Sigmoid transformation. It should be close to the Vesselness value that is considered to be a threshold in Vesselness.
|
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::SatoVesselnessFeatureGenerator< NDimension >.
|
virtual |
Alpha value to be used in the Sigmoid transformation. It should be a negative number if the feature is going to be used to exclude vessels, and it should be a positive number if the feature is intended to include vessels.
|
virtual |
Beta value to be used in the Sigmoid transformation. It should be close to the Vesselness value that is considered to be a threshold in Vesselness.
|
static |
Dimension of the space
Definition at line 55 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 96 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 97 of file itkSatoVesselnessSigmoidFeatureGenerator.h.
|
private |
Definition at line 94 of file itkSatoVesselnessSigmoidFeatureGenerator.h.