ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkShapePriorSegmentationLevelSetImageFilter.h>
Static Public Attributes | |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
Private Member Functions | |
void | operator= (const Self &) |
ShapePriorSegmentationLevelSetImageFilter (const Self &) |
A base class which defines the API for implementing a level set segmentation filter with statistical shape influence.
TInputImage is the image type of the initial model you will input to the filter using SetInput() or SetInitialImage().
TFeatureImage is the image type of the image from which the filter will calculate the speed term for segmentation (see INPUTS).
TOutputPixelType is the data type used for the output image phi, the implicit level set image. This should really only ever be set as float (default) or double.
Definition at line 74 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef SmartPointer< const Self > itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 89 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef CostFunctionType::Pointer itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CostFunctionPointer |
Definition at line 112 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixelType > itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CostFunctionType |
The type of the MAP estimate cost function.
Definition at line 111 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef Superclass::FeatureImageType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType |
Local image typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 97 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef NodeContainerType::Pointer itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NodeContainerPointer |
Definition at line 118 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef CostFunctionType::NodeContainerType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NodeContainerType |
Definition at line 117 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef CostFunctionType::NodeType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NodeType |
Type of node used to represent the active region around the zero set.
Definition at line 116 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef OptimizerType::Pointer itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OptimizerPointer |
Definition at line 123 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef SingleValuedNonLinearOptimizer itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OptimizerType |
The type of optimizer used to compute the MAP estimate of the shape and pose parameters.
Definition at line 122 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef Superclass::OutputImageType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType |
Output image type typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 96 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef TOutputPixelType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputPixelType |
Type of the output pixel.
Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 100 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef CostFunctionType::ParametersType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ParametersType |
Definition at line 113 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef SmartPointer< Self > itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer |
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 88 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef ShapePriorSegmentationLevelSetImageFilter itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 85 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef ShapeFunctionType::Pointer itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapeFunctionPointer |
Definition at line 108 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef ShapePriorSegmentationFunctionType::ShapeFunctionType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapeFunctionType |
The shape signed distance function type.
Definition at line 107 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef ShapePriorSegmentationLevelSetFunction< OutputImageType, FeatureImageType > itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapePriorSegmentationFunctionType |
The level set function with shape prior type
Definition at line 104 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType > itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass |
Standard class typedefs
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 87 of file itkShapePriorSegmentationLevelSetImageFilter.h.
typedef Superclass::ValueType itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType |
Inherited typedef from the superclass.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Definition at line 92 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
inlineprotectedvirtual |
Get the current parameters.
Definition at line 174 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
protected |
Get the current parameters.
|
private |
|
protected |
Extract node of active region into a NodeContainer
|
protectedvirtual |
Overridden from ProcessObject to set certain values before starting the finite difference solver and then create an appropriate output
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
virtual |
Set/Get the shape prior MAP cost function.
|
virtual |
Get the current parameters.
|
virtual |
Set/Get the initial parameters. These are the initial parameters applied to the ShapeFunction. The user should refer to the documentation of the particular type of ShapeSignedDistanceFunction used to determine the meaning of the parameters.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
virtual |
Set/Get the optimizer.
|
virtual |
|
inline |
Definition at line 159 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
inlinevirtual |
Definition at line 168 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
protectedvirtual |
Overrides parent implementation. MAP estimates of the shape and pose parameters is computed in this method.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
private |
Flag to indicate whether Speed and Advection images are automatically generated when running the filter. Otherwise, a pointer to images must be explicitly set or GenerateSpeedImage() and/or GenerateAdvectionImage() called directly before updating the filter
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
virtual |
Set/Get the shape prior MAP cost function.
|
virtual |
Set/Get the initial parameters. These are the initial parameters applied to the ShapeFunction. The user should refer to the documentation of the particular type of ShapeSignedDistanceFunction used to determine the meaning of the parameters.
|
virtual |
Set/Get the optimizer.
|
virtual |
Set/Get the shape signed distance function.
|
inline |
Set/Get the scaling of the shape prior term.
Definition at line 149 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
virtual |
Set the shape prior segmentation function. In general, this should only be called by a subclass of this object. It is made public to allow itk::Command objects access.
|
static |
Dimension of the input/level set image.
Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >.
Definition at line 82 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Definition at line 199 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Definition at line 202 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Definition at line 201 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Definition at line 200 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Definition at line 198 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Definition at line 204 of file itkShapePriorSegmentationLevelSetImageFilter.h.