#include <itkShapePriorMAPCostFunction.h>
Represents the maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetImageFilter to estimate the shape parameters.
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.
For algorithmic details see [63].
Definition at line 47 of file itkShapePriorMAPCostFunction.h.
Public Member Functions | |
MeasureType | ComputeLogGradientTerm (const ParametersType ¶meters) const override |
MeasureType | ComputeLogInsideTerm (const ParametersType ¶meters) const override |
MeasureType | ComputeLogPosePriorTerm (const ParametersType ¶meters) const override |
MeasureType | ComputeLogShapePriorTerm (const ParametersType ¶meters) const override |
virtual::itk::LightObject::Pointer | CreateAnother () const |
const char * | GetNameOfClass () const override |
void | Initialize () override |
virtual void | SetShapeParameterMeans (ArrayType _arg) |
virtual ArrayType | GetShapeParameterMeans () const |
virtual void | SetShapeParameterStandardDeviations (ArrayType _arg) |
virtual ArrayType | GetShapeParameterStandardDeviations () const |
![]() | |
void | GetDerivative (const ParametersType &, DerivativeType &) const override |
const char * | GetNameOfClass () const override |
unsigned int | GetNumberOfParameters () const override |
MeasureType | GetValue (const ParametersType ¶meters) const override |
virtual void | SetShapeFunction (ShapeFunctionType *_arg) |
virtual ShapeFunctionType * | GetModifiableShapeFunction () |
virtual const ShapeFunctionType * | GetShapeFunction () const |
virtual void | SetActiveRegion (const NodeContainerType *_arg) |
virtual const NodeContainerType * | GetActiveRegion () const |
virtual void | SetFeatureImage (const FeatureImageType *_arg) |
virtual const FeatureImageType * | GetFeatureImage () const |
![]() | |
const char * | GetNameOfClass () const override |
virtual void | GetValueAndDerivative (const ParametersType ¶meters, MeasureType &value, DerivativeType &derivative) const |
![]() | |
unsigned long | AddObserver (const EventObject &event, Command *cmd) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) const |
void | SetDebug (bool debugFlag) const |
void | SetReferenceCount (int) override |
void | UnRegister () const noexcept override |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () const |
![]() | |
Pointer | Clone () const |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
![]() | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
![]() | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TFeatureImage::ImageDimension |
![]() | |
static constexpr unsigned int | ImageDimension = TFeatureImage::ImageDimension |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
ShapePriorMAPCostFunction () | |
~ShapePriorMAPCostFunction () override=default | |
![]() | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
ShapePriorMAPCostFunctionBase () | |
~ShapePriorMAPCostFunctionBase () override=default | |
![]() | |
SingleValuedCostFunction ()=default | |
~SingleValuedCostFunction () override | |
![]() | |
CostFunctionTemplate ()=default | |
CostFunctionTemplate ()=default | |
~CostFunctionTemplate () override=default | |
~CostFunctionTemplate () override=default | |
![]() | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
~Object () override | |
![]() | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Attributes | |
GaussianKernelFunction< double >::Pointer | m_GaussianFunction {} |
ArrayType | m_ShapeParameterMeans {} |
ArrayType | m_ShapeParameterStandardDeviations {} |
WeightsType | m_Weights {} |
using | WeightsType = FixedArray<double, 4> |
virtual void | SetWeights (WeightsType _arg) |
virtual const WeightsType & | GetWeights () const |
Additional Inherited Members | |
![]() | |
NodeContainerPointer | m_ActiveRegion {} |
FeatureImagePointer | m_FeatureImage {} |
ShapeFunctionPointer | m_ShapeFunction {} |
![]() | |
std::atomic< int > | m_ReferenceCount {} |
using itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::ArrayType = Array<double> |
Type of the array for storing shape parameter mean and standard deviation. FIXME: should be templated.
Definition at line 93 of file itkShapePriorMAPCostFunction.h.
using itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::ConstPointer = SmartPointer<const Self> |
Definition at line 56 of file itkShapePriorMAPCostFunction.h.
using itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::FeatureImagePointer |
Definition at line 72 of file itkShapePriorMAPCostFunctionBase.h.
using itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::FeatureImageType |
Type of the feature image representing the edge potential map.
Definition at line 71 of file itkShapePriorMAPCostFunctionBase.h.
using itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::NodeContainerType |
Type of container used to store the level set nodes.
Definition at line 84 of file itkShapePriorMAPCostFunctionBase.h.
using itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::NodeType |
Type of node used to represent the active region around the zero set.
Definition at line 81 of file itkShapePriorMAPCostFunctionBase.h.
using itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::PixelType |
Type of pixel used to represent the level set.
Definition at line 78 of file itkShapePriorMAPCostFunctionBase.h.
using itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::Pointer = SmartPointer<Self> |
Definition at line 55 of file itkShapePriorMAPCostFunction.h.
using itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::Self = ShapePriorMAPCostFunction |
Standard class type aliases.
Definition at line 53 of file itkShapePriorMAPCostFunction.h.
using itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::ShapeFunctionType |
Type of the shape signed distance function.
Definition at line 88 of file itkShapePriorMAPCostFunctionBase.h.
using itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::Superclass = ShapePriorMAPCostFunctionBase<TFeatureImage, TOutputPixel> |
Definition at line 54 of file itkShapePriorMAPCostFunction.h.
using itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >::WeightsType = FixedArray<double, 4> |
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 109 of file itkShapePriorMAPCostFunction.h.
|
protected |
Referenced by GetNameOfClass().
|
overrideprotecteddefault |
|
overridevirtual |
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) along 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 >.
|
overridevirtual |
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 >.
|
overridevirtual |
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 >.
|
overridevirtual |
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 >.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
overridevirtual |
Reimplemented from itk::CostFunctionTemplate< double >.
References ShapePriorMAPCostFunction().
|
virtual |
Set/Get the array of shape parameters mean.
|
virtual |
Set/Get the array of shape parameters standard deviation.
|
virtual |
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.
|
overridevirtual |
Initialize the cost function by making sure that all the components are present.
Reimplemented from itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
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::CostFunctionTemplate< double >.
|
virtual |
Set/Get the array of shape parameters mean.
|
virtual |
Set/Get the array of shape parameters standard deviation.
|
virtual |
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.
|
staticconstexpr |
Dimension constant.
Definition at line 76 of file itkShapePriorMAPCostFunction.h.
|
private |
Definition at line 160 of file itkShapePriorMAPCostFunction.h.
|
private |
Definition at line 156 of file itkShapePriorMAPCostFunction.h.
|
private |
Definition at line 157 of file itkShapePriorMAPCostFunction.h.
|
private |
Definition at line 158 of file itkShapePriorMAPCostFunction.h.