ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkShapePriorMAPCostFunctionBase.h>
Represents the base class of maximum aprior (MAP) cost function used ShapePriorSegmentationLevelSetImageFilter to estimate the shape paramaeters.
This class follows the shape and pose parameters estimation developed in [1].
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 48 of file itkShapePriorMAPCostFunctionBase.h.
Static Public Attributes | |
static const unsigned int | ImageDimension = TFeatureImage::ImageDimension |
Protected Member Functions | |
void | PrintSelf (std::ostream &os, Indent indent) const |
ShapePriorMAPCostFunctionBase () | |
virtual | ~ShapePriorMAPCostFunctionBase () |
Protected Member Functions inherited from itk::SingleValuedCostFunction | |
SingleValuedCostFunction () | |
virtual | ~SingleValuedCostFunction () |
Protected Member Functions inherited from itk::CostFunction | |
CostFunction () | |
virtual | ~CostFunction () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
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 () |
Protected Attributes | |
NodeContainerPointer | m_ActiveRegion |
FeatureImagePointer | m_FeatureImage |
ShapeFunctionPointer | m_ShapeFunction |
Private Member Functions | |
void | operator= (const Self &) |
ShapePriorMAPCostFunctionBase (const Self &) | |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
typedef SmartPointer< const Self > itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::ConstPointer |
Definition at line 56 of file itkShapePriorMAPCostFunctionBase.h.
typedef Superclass::DerivativeType itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::DerivativeType |
DerivativeType typedef. It defines a type used to return the cost function derivative.
Definition at line 67 of file itkShapePriorMAPCostFunctionBase.h.
typedef FeatureImageType::ConstPointer itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::FeatureImagePointer |
Definition at line 75 of file itkShapePriorMAPCostFunctionBase.h.
typedef TFeatureImage itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::FeatureImageType |
Type of the feature image representing the edge potential map.
Definition at line 74 of file itkShapePriorMAPCostFunctionBase.h.
typedef Superclass::MeasureType itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::MeasureType |
MeasureType typedef. It defines a type used to return the cost function value.
Definition at line 59 of file itkShapePriorMAPCostFunctionBase.h.
typedef NodeContainerType::ConstPointer itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::NodeContainerPointer |
Definition at line 88 of file itkShapePriorMAPCostFunctionBase.h.
typedef VectorContainer< unsigned int, NodeType > itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::NodeContainerType |
Type of container used to store the level set nodes.
Definition at line 87 of file itkShapePriorMAPCostFunctionBase.h.
typedef LevelSetNode< PixelType, itkGetStaticConstMacro(ImageDimension) > itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::NodeType |
Type of node used to represent the active region around the zero set.
Definition at line 84 of file itkShapePriorMAPCostFunctionBase.h.
typedef Superclass::ParametersType itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::ParametersType |
ParametersType typedef. It defines a position in the optimization search space.
Definition at line 71 of file itkShapePriorMAPCostFunctionBase.h.
typedef TOutputPixel itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::PixelType |
Type of pixel used to represent the level set.
Definition at line 81 of file itkShapePriorMAPCostFunctionBase.h.
typedef SmartPointer< Self > itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::Pointer |
Definition at line 55 of file itkShapePriorMAPCostFunctionBase.h.
typedef ShapePriorMAPCostFunctionBase itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::Self |
Standard class typedefs.
Definition at line 53 of file itkShapePriorMAPCostFunctionBase.h.
typedef ShapeFunctionType::Pointer itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::ShapeFunctionPointer |
Definition at line 93 of file itkShapePriorMAPCostFunctionBase.h.
typedef ShapeSignedDistanceFunction< double, itkGetStaticConstMacro(ImageDimension) > itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::ShapeFunctionType |
Type of the shape signed distance function.
Definition at line 92 of file itkShapePriorMAPCostFunctionBase.h.
typedef SingleValuedCostFunction itk::ShapePriorMAPCostFunctionBase< TFeatureImage, TOutputPixel >::Superclass |
Definition at line 54 of file itkShapePriorMAPCostFunctionBase.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 146 of file itkShapePriorMAPCostFunctionBase.h.
|
private |
|
pure virtual |
Compute the gradient term component of the MAP cost function. Subclasses should override this function
Implemented in itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >.
|
pure virtual |
Compute the inside term component of the MAP cost function. Subclasses should override this function
Implemented in itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >.
|
pure virtual |
Compute the pose prior component of the MAP cost function. Subclasses should override this function
Implemented in itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >.
|
pure virtual |
Compute the shape prior component of the MAP cost function. Subclasses should override this function
Implemented in itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >.
|
virtual |
Set/Get the active region.
|
inlinevirtual |
This method returns the derivative of the cost function corresponding to the specified parameters.
Implements itk::SingleValuedCostFunction.
Definition at line 116 of file itkShapePriorMAPCostFunctionBase.h.
|
virtual |
Set/Get the feature image.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SingleValuedCostFunction.
Reimplemented in itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >.
|
inlinevirtual |
Return the number of parameters.
Implements itk::CostFunction.
Definition at line 120 of file itkShapePriorMAPCostFunctionBase.h.
|
virtual |
Set/Get the shape distance function.
|
virtual |
This method returns the value of the cost function corresponding to the specified parameters.
Implements itk::SingleValuedCostFunction.
|
virtual |
Initialize the cost function by making sure that all the components are present.
Reimplemented in itk::ShapePriorMAPCostFunction< TFeatureImage, TOutputPixel >.
|
private |
|
protectedvirtual |
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::CostFunction.
|
virtual |
Set/Get the active region.
|
virtual |
Set/Get the feature image.
|
virtual |
Set/Get the shape distance function.
|
static |
Dimension constant.
Definition at line 78 of file itkShapePriorMAPCostFunctionBase.h.
|
protected |
Definition at line 151 of file itkShapePriorMAPCostFunctionBase.h.
|
protected |
Definition at line 153 of file itkShapePriorMAPCostFunctionBase.h.
|
protected |
Definition at line 150 of file itkShapePriorMAPCostFunctionBase.h.