#include <itkShapePriorSegmentationLevelSetImageFilter.h>
Inheritance diagram for itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >:
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 72 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 88 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 112 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The type of the MAP estimate cost function. Definition at line 111 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 96 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 118 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 117 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Type of node used to represent the active region around the zero set. Definition at line 116 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 122 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The type of optimizer used to compute the MAP estimate of the shape and pose parameters. Definition at line 121 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 95 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Type of the output pixel. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 99 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 113 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 87 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 84 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 108 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The shape signed distance function type. Definition at line 107 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The level set function with shape prior type Definition at line 103 of file itkShapePriorSegmentationLevelSetImageFilter.h. Referenced by itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetShapePriorScaling(). |
|
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 86 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Inherited typedef from the superclass. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 94 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 173 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
|
|
Extract node of active region into a NodeContainer |
|
Overridden from ProcessObject to set certain values before starting the finite difference solver and then create an appropriate output Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
|
Run-time type information (and related methods). Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
|
Set/Get the shape prior MAP cost function. |
|
Get the current parameters. |
|
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. |
|
Set/Get the optimizer. |
|
Set/Get the shape signed distance function. |
|
Set/Get the scaling of the shape prior term. Definition at line 156 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
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. Definition at line 165 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Overrides parent implementation. MAP estimates of the shape and pose parameters is computed in this method. |
|
Dimension of the input/level set image. |
|
Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
|
Set/Get the shape prior MAP cost function. |
|
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. |
|
Set/Get the optimizer. |
|
Set/Get the shape signed distance function. |
|
Set/Get the scaling of the shape prior term. Definition at line 148 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
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. |