#include <itkShapePriorMAPCostFunction.h>
Inheritance diagram for itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >:
This class follows the shape and pose parameters estimation developed in [1]. Note that this class returns the negative log of the MAP function. Using the negative function make this cost function compatible with generic optimizers which seeks the minimum of a cost function.
This class has two template parameters, the feature image type representing the edge potential map and the pixel type used to represent the output level set in the ShapePriorSegmentationLevelSetImageFilter.
Definition at line 49 of file itkShapePriorMAPCostFunction.h.
|
Type of the array for storing shape parameter mean and standard deivation. Definition at line 92 of file itkShapePriorMAPCostFunction.h. Referenced by itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::~ShapePriorMAPCostFunction(). |
|
Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 57 of file itkShapePriorMAPCostFunction.h. |
|
Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 71 of file itkShapePriorMAPCostFunction.h. |
|
Type of the feature image representing the edge potential map. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 70 of file itkShapePriorMAPCostFunction.h. |
|
Type of the return measure value. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 74 of file itkShapePriorMAPCostFunction.h. |
|
Type of container used to store the level set nodes. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 86 of file itkShapePriorMAPCostFunction.h. |
|
Type of node used to represent the active region around the zero set. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 83 of file itkShapePriorMAPCostFunction.h. |
|
ParametersType typedef. It defines a position in the optimization search space. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 67 of file itkShapePriorMAPCostFunction.h. |
|
Type of pixel used to represent the level set. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 80 of file itkShapePriorMAPCostFunction.h. |
|
Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 56 of file itkShapePriorMAPCostFunction.h. |
|
Standard class typedefs. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 54 of file itkShapePriorMAPCostFunction.h. Referenced by itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::~ShapePriorMAPCostFunction(). |
|
Type of the shape signed distance function. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 89 of file itkShapePriorMAPCostFunction.h. |
|
Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. Definition at line 55 of file itkShapePriorMAPCostFunction.h. |
|
Set/Get the weights for each term. Default is a vector of all ones. The weights are applied to terms in the following order: LogInsideTerm, LogGradientTerm, LogShapePriorTerm and LogPosePriorTerm. Definition at line 107 of file itkShapePriorMAPCostFunction.h. Referenced by itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::~ShapePriorMAPCostFunction(). |
|
|
|
|
Compute the gradient term component of the MAP cost function. In particular, this method assume that ( 1 - FeatureImage ) approximates a Gaussian (zero mean, unit variance) algon the normal of the evolving contour. The gradient term is then given by a Laplacian of the goodness of fit of the Gaussian. Implements itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Compute the inside term component of the MAP cost function. In particular, the method sums the number of pixels inside the current contour (defined by nodes of the active region that are less than zero) which are outside the shape specified by the input parameters. Implements itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Compute the pose prior component of the MAP cost function. In particular, this method assumes that the pose parameters are uniformly distributed and returns a constant of zero. Implements itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Compute the shape prior component of the MAP cost function. In particular, the method assumes that the shape parameters comes from independent Gaussian distributions defined by the ShapeParameterMeans and ShapeParameterVariances array. Implements itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Run-time type information (and related methods). Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Set/Get the array of shape parameters mean. |
|
Set/Get the array of shape parameters standard deviation. |
|
Set/Get the weights for each term. Default is a vector of all ones. The weights are applied to terms in the following order: LogInsideTerm, LogGradientTerm, LogShapePriorTerm and LogPosePriorTerm. |
|
Initialize the cost function by making sure that all the components are present. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Dimension constant. Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
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::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >. |
|
Set/Get the array of shape parameters mean. |
|
Set/Get the array of shape parameters standard deviation. |
|
Set/Get the weights for each term. Default is a vector of all ones. The weights are applied to terms in the following order: LogInsideTerm, LogGradientTerm, LogShapePriorTerm and LogPosePriorTerm. |