ITK
5.2.0
Insight Toolkit
|
#include <itkShapePriorSegmentationLevelSetImageFilter.h>
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 73 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ConstPointer = SmartPointer<const Self> |
Definition at line 86 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CostFunctionPointer = typename CostFunctionType::Pointer |
Definition at line 108 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::CostFunctionType = ShapePriorMAPCostFunctionBase<TFeatureImage, TOutputPixelType> |
The type of the MAP estimate cost function.
Definition at line 107 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::FeatureImageType = typename Superclass::FeatureImageType |
Definition at line 94 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NodeContainerPointer = typename NodeContainerType::Pointer |
Definition at line 114 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NodeContainerType = typename CostFunctionType::NodeContainerType |
Definition at line 113 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::NodeType = typename CostFunctionType::NodeType |
Type of node used to represent the active region around the zero set.
Definition at line 112 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OptimizerPointer = typename OptimizerType::Pointer |
Definition at line 119 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OptimizerType = SingleValuedNonLinearOptimizer |
The type of optimizer used to compute the MAP estimate of the shape and pose parameters.
Definition at line 118 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputImageType = typename Superclass::OutputImageType |
Definition at line 93 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::OutputPixelType = TOutputPixelType |
Type of the output pixel.
Definition at line 97 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ParametersType = typename CostFunctionType::ParametersType |
Definition at line 109 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Pointer = SmartPointer<Self> |
Definition at line 85 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Self = ShapePriorSegmentationLevelSetImageFilter |
Standard class type aliases
Definition at line 83 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapeFunctionPointer = typename ShapeFunctionType::Pointer |
Definition at line 104 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapeFunctionType = typename ShapePriorSegmentationFunctionType::ShapeFunctionType |
The shape signed distance function type.
Definition at line 103 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ShapePriorSegmentationFunctionType = ShapePriorSegmentationLevelSetFunction<OutputImageType, FeatureImageType> |
The level set function with shape prior type
Definition at line 100 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::Superclass = SegmentationLevelSetImageFilter<TInputImage, TFeatureImage, TOutputPixelType> |
Definition at line 84 of file itkShapePriorSegmentationLevelSetImageFilter.h.
using itk::ShapePriorSegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >::ValueType = typename Superclass::ValueType |
Inherited type alias from the superclass.
Definition at line 92 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
overrideprotecteddefault |
Set/Get the shape signed distance function.
|
protected |
Set/Get the shape signed distance function.
|
protected |
Extract node of active region into a NodeContainer
|
overrideprotectedvirtual |
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 >.
|
virtual |
Set/Get the shape signed distance function.
|
virtual |
Get the current parameters.
|
virtual |
Set/Get the shape signed distance function.
|
virtual |
Set/Get the shape signed distance function.
|
virtual |
Set/Get the shape signed distance function.
|
virtual |
Set/Get the shape signed distance function.
|
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 shape signed distance function.
|
virtual |
Set/Get the shape signed distance function.
|
inline |
Set/Get the shape signed distance function.
Definition at line 158 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
inlinevirtual |
Set/Get the shape signed distance function.
Definition at line 169 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
overrideprotectedvirtual |
Overrides parent implementation. MAP estimates of the shape and pose parameters is computed in this method.
Reimplemented from itk::SegmentationLevelSetImageFilter< TInputImage, TFeatureImage, TOutputPixelType >.
|
overrideprotectedvirtual |
Set/Get the shape signed distance function.
Reimplemented from itk::SegmentationLevelSetImageFilter< 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 147 of file itkShapePriorSegmentationLevelSetImageFilter.h.
References itk::Math::NotExactlyEquals().
|
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.
|
staticconstexpr |
Dimension of the input/level set image.
Definition at line 80 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Set/Get the shape signed distance function.
Definition at line 200 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Set/Get the shape signed distance function.
Definition at line 203 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Set/Get the shape signed distance function.
Definition at line 202 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Set/Get the shape signed distance function.
Definition at line 201 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Set/Get the shape signed distance function.
Definition at line 199 of file itkShapePriorSegmentationLevelSetImageFilter.h.
|
private |
Set/Get the shape signed distance function.
Definition at line 205 of file itkShapePriorSegmentationLevelSetImageFilter.h.