#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 from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 86 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 110 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The type of the MAP estimate cost function. Definition at line 109 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Local image typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 94 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 116 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 115 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Type of node used to represent the active region around the zero set. Definition at line 114 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 120 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The type of optimizer used to compute the MAP estimate of the shape and pose parameters. Definition at line 119 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Output image type typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 93 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Type of the output pixel. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 97 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 111 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 85 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 83 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Definition at line 106 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The shape signed distance function type. Definition at line 105 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
The level set function with shape prior type Definition at line 101 of file itkShapePriorSegmentationLevelSetImageFilter.h. Referenced by itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::GetShapePriorScaling(). |
|
Standard class typedefs Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Definition at line 84 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
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. |
|
Definition at line 171 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 from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. 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. |
|
Run-time type information (and related methods). Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. Reimplemented in itk::GeodesicActiveContourShapePriorLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. |
|
Set/Get the optimizer. |
|
Set/Get the shape signed distance function. |
|
Set/Get the scaling of the shape prior term. Definition at line 154 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 163 of file itkShapePriorSegmentationLevelSetImageFilter.h. |
|
Overrides parent implementation. MAP estimates of the shape and pose parameters is computed in this method. Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. |
|
Dimension of the input/level set image. |
|
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::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >. 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 146 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. |