ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationChanAndVeseExternalTerm.h>
Class to represent the external energy Chan And Vese term.
TInput | Input Image Type |
TLevelSetContainer | Level set function container type |
Definition at line 50 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
Public Types | |
typedef Superclass::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef DomainMapImageFilterType::DomainMapType::const_iterator | DomainIteratorType |
typedef Superclass::DomainMapImageFilterType | DomainMapImageFilterType |
typedef Superclass::HeavisideConstPointer | HeavisideConstPointer |
typedef Superclass::HeavisideType | HeavisideType |
typedef LevelSetContainerType::IdListConstIterator | IdListConstIterator |
typedef LevelSetContainerType::IdListIterator | IdListIterator |
typedef LevelSetContainerType::IdListType | IdListType |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::InputPixelRealType | InputPixelRealType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::LevelSetContainerPointer | LevelSetContainerPointer |
typedef Superclass::LevelSetContainerType | LevelSetContainerType |
typedef Superclass::LevelSetGradientType | LevelSetGradientType |
typedef Superclass::LevelSetHessianType | LevelSetHessianType |
typedef Superclass::LevelSetIdentifierType | LevelSetIdentifierType |
typedef Superclass::LevelSetInputIndexType | LevelSetInputIndexType |
typedef Superclass::LevelSetOutputPixelType | LevelSetOutputPixelType |
typedef Superclass::LevelSetOutputRealType | LevelSetOutputRealType |
typedef Superclass::LevelSetPointer | LevelSetPointer |
typedef Superclass::LevelSetType | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEquationChanAndVeseExternalTerm | Self |
typedef LevelSetEquationChanAndVeseInternalTerm < TInput, TLevelSetContainer > | Superclass |
Public Types inherited from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer > | |
typedef Superclass::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DomainMapImageFilterType | DomainMapImageFilterType |
typedef Superclass::HeavisideConstPointer | HeavisideConstPointer |
typedef Superclass::HeavisideType | HeavisideType |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::InputPixelRealType | InputPixelRealType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::LevelSetContainerPointer | LevelSetContainerPointer |
typedef Superclass::LevelSetContainerType | LevelSetContainerType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::LevelSetGradientType | LevelSetGradientType |
typedef Superclass::LevelSetHessianType | LevelSetHessianType |
typedef Superclass::LevelSetIdentifierType | LevelSetIdentifierType |
typedef Superclass::LevelSetInputIndexType | LevelSetInputIndexType |
typedef Superclass::LevelSetOutputPixelType | LevelSetOutputPixelType |
typedef Superclass::LevelSetOutputRealType | LevelSetOutputRealType |
typedef Superclass::LevelSetPointer | LevelSetPointer |
typedef Superclass::LevelSetType | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEquationChanAndVeseInternalTerm | Self |
typedef LevelSetEquationTermBase < TInput, TLevelSetContainer > | Superclass |
Public Types inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
typedef LevelSetContainerType::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetContainerType::DomainMapImageFilterType | DomainMapImageFilterType |
typedef HeavisideType::ConstPointer | HeavisideConstPointer |
typedef HeavisideStepFunctionBase < LevelSetOutputRealType, LevelSetOutputRealType > | HeavisideType |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInput | InputImageType |
typedef NumericTraits < InputPixelType >::RealType | InputPixelRealType |
typedef InputImageType::PixelType | InputPixelType |
typedef LevelSetContainerType::Pointer | LevelSetContainerPointer |
typedef TLevelSetContainer | LevelSetContainerType |
typedef LevelSetContainerType::LevelSetDataType | LevelSetDataType |
typedef LevelSetContainerType::GradientType | LevelSetGradientType |
typedef LevelSetContainerType::HessianType | LevelSetHessianType |
typedef LevelSetContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
typedef LevelSetContainerType::InputIndexType | LevelSetInputIndexType |
typedef LevelSetContainerType::OutputType | LevelSetOutputPixelType |
typedef LevelSetContainerType::OutputRealType | LevelSetOutputRealType |
typedef LevelSetContainerType::LevelSetPointer | LevelSetPointer |
typedef LevelSetContainerType::LevelSetType | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef itksys::hash_set < std::string > | RequiredDataType |
typedef LevelSetEquationTermBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer > | |
static Pointer | New () |
Private Member Functions | |
LevelSetEquationChanAndVeseExternalTerm (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
CacheImageType * | m_CacheImage |
DomainMapImageFilterType * | m_DomainMapImageFilter |
Additional Inherited Members | |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer > | |
InputPixelRealType | m_Mean |
LevelSetOutputRealType | m_TotalH |
InputPixelRealType | m_TotalValue |
typedef Superclass::CacheImageType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::CacheImageType |
Definition at line 85 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef SmartPointer< const Self > itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::ConstPointer |
Definition at line 56 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef DomainMapImageFilterType::DomainMapType::const_iterator itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::DomainIteratorType |
Definition at line 87 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::DomainMapImageFilterType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::DomainMapImageFilterType |
Definition at line 84 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::HeavisideConstPointer itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::HeavisideConstPointer |
Definition at line 94 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::HeavisideType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::HeavisideType |
Definition at line 93 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef LevelSetContainerType::IdListConstIterator itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::IdListConstIterator |
Definition at line 91 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef LevelSetContainerType::IdListIterator itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::IdListIterator |
Definition at line 90 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef LevelSetContainerType::IdListType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::IdListType |
Definition at line 89 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::InputImagePointer itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::InputImagePointer |
Definition at line 69 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::InputImageType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::InputImageType |
Definition at line 66 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::InputPixelRealType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::InputPixelRealType |
Definition at line 71 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::InputPixelType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::InputPixelType |
Definition at line 70 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetContainerPointer itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Definition at line 74 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetContainerType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetContainerType |
Definition at line 73 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetGradientType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetGradientType |
Definition at line 80 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetHessianType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetHessianType |
Definition at line 81 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetIdentifierType |
Definition at line 82 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetInputIndexType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetInputIndexType |
Definition at line 79 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetOutputPixelType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetOutputPixelType |
Definition at line 77 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetOutputRealType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetOutputRealType |
Definition at line 78 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetPointer itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetPointer |
Definition at line 76 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef Superclass::LevelSetType itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::LevelSetType |
Definition at line 75 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef SmartPointer< Self > itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::Pointer |
Definition at line 55 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef LevelSetEquationChanAndVeseExternalTerm itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::Self |
Definition at line 54 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
typedef LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer > itk::LevelSetEquationChanAndVeseExternalTerm< TInput, TLevelSetContainer >::Superclass |
Definition at line 58 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Compute the product of Heaviside functions in the multi-levelset cases
Reimplemented from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >.
|
virtual |
Compute the product of Heaviside functions in the multi-levelset cases except the current levelset
Reimplemented from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >.
|
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.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >.
|
static |
Method for creation through object factory
|
private |
|
virtual |
Supply updates at pixels to keep the term parameters always updated
Reimplemented from itk::LevelSetEquationChanAndVeseInternalTerm< TInput, TLevelSetContainer >.
|
private |
Definition at line 119 of file itkLevelSetEquationChanAndVeseExternalTerm.h.
|
private |
Definition at line 118 of file itkLevelSetEquationChanAndVeseExternalTerm.h.