ANIMA
4.0
|
#include <animaKissingSymmetricBMRegistrationMethod.h>
Public Types | |
typedef Superclass::AffineTransformType | AffineTransformType |
typedef Superclass::AgregatorType | AgregatorType |
typedef Superclass::BlockMatcherType | BlockMatcherType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef Superclass::InputImageType | InputImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef KissingSymmetricBMRegistrationMethod | Self |
typedef BaseBMRegistrationMethod< TInputImageType > | Superclass |
typedef Superclass::SVFTransformType | SVFTransformType |
typedef Superclass::TransformPointer | TransformPointer |
Public Types inherited from anima::BaseBMRegistrationMethod< TInputImageType > | |
typedef AffineTransformType::Pointer | AffineTransformPointer |
typedef itk::AffineTransform< typename AgregatorType::ScalarType, TInputImageType::ImageDimension > | AffineTransformType |
typedef AgregatorType::ScalarType | AgregatorScalarType |
typedef anima::BaseTransformAgregator< TInputImageType::ImageDimension > | AgregatorType |
typedef AgregatorType::BaseInputTransformType | BaseInputTransformType |
typedef AgregatorType::BaseOutputTransformType | BaseOutputTransformType |
typedef anima::BaseBlockMatcher< TInputImageType > | BlockMatcherType |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::ProcessObject::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef DisplacementFieldTransformType::Pointer | DisplacementFieldTransformPointer |
typedef rpi::DisplacementFieldTransform< AgregatorScalarType, TInputImageType::ImageDimension > | DisplacementFieldTransformType |
typedef TInputImageType::IOPixelType | ImageScalarType |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInputImageType | InputImageType |
typedef MaskImageType::Pointer | MaskImagePointer |
typedef itk::Image< unsigned char, TInputImageType::ImageDimension > | MaskImageType |
typedef itk::SmartPointer< Self > | Pointer |
typedef ResamplerFilterType::Pointer | ResamplerFilterPointer |
typedef itk::ImageToImageFilter< InputImageType, InputImageType > | ResamplerFilterType |
typedef BaseBMRegistrationMethod | Self |
typedef itk::ProcessObject | Superclass |
typedef SVFTransformType::Pointer | SVFTransformPointer |
typedef itk::StationaryVelocityFieldTransform< AgregatorScalarType, TInputImageType::ImageDimension > | SVFTransformType |
typedef TransformOutputType::Pointer | TransformOutputPointer |
typedef itk::DataObjectDecorator< TransformType > | TransformOutputType |
typedef TransformType::Pointer | TransformPointer |
typedef AgregatorType::BaseOutputTransformType | TransformType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
template<class ScalarPixelType > | |
void | ChangeDefaultBackgroundValue (itk::Image< ScalarPixelType, InputImageType::ImageDimension > *, double backgroundValue) |
template<class ScalarPixelType > | |
void | ChangeDefaultBackgroundValue (itk::VectorImage< ScalarPixelType, InputImageType::ImageDimension > *, double) |
KissingSymmetricBMRegistrationMethod () | |
virtual void | PerformOneIteration (InputImageType *refImage, InputImageType *movingImage, TransformPointer &addOn) ITK_OVERRIDE |
virtual | ~KissingSymmetricBMRegistrationMethod () |
Protected Member Functions inherited from anima::BaseBMRegistrationMethod< TInputImageType > | |
BaseBMRegistrationMethod () | |
virtual bool | ComposeAddOnWithTransform (TransformPointer &computedTransform, TransformType *addOn) |
void | GenerateData () ITK_OVERRIDE |
virtual void | PrintSelf (std::ostream &os, itk::Indent indent) const ITK_OVERRIDE |
virtual void | ResampleImages (TransformType *currentTransform, InputImagePointer &refImage, InputImagePointer &movingImage) |
virtual void | SetupTransform (TransformPointer &optimizedTransform) |
void | StartOptimization () |
virtual | ~BaseBMRegistrationMethod () |
Definition at line 10 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef Superclass::AffineTransformType anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::AffineTransformType |
Definition at line 23 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef Superclass::AgregatorType anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::AgregatorType |
Definition at line 22 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef Superclass::BlockMatcherType anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::BlockMatcherType |
Definition at line 21 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef itk::SmartPointer<const Self> anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::ConstPointer |
Definition at line 17 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef Superclass::InputImageType anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::InputImageType |
Definition at line 19 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef itk::SmartPointer<Self> anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::Pointer |
Definition at line 16 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef KissingSymmetricBMRegistrationMethod anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::Self |
Standard class typedefs.
Definition at line 14 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef BaseBMRegistrationMethod<TInputImageType> anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::Superclass |
Definition at line 15 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef Superclass::SVFTransformType anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::SVFTransformType |
Definition at line 24 of file animaKissingSymmetricBMRegistrationMethod.h.
typedef Superclass::TransformPointer anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::TransformPointer |
Definition at line 20 of file animaKissingSymmetricBMRegistrationMethod.h.
|
inlineprotected |
Definition at line 35 of file animaKissingSymmetricBMRegistrationMethod.h.
|
inlineprotectedvirtual |
Definition at line 41 of file animaKissingSymmetricBMRegistrationMethod.h.
References anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::PerformOneIteration().
|
inlineprotected |
Definition at line 45 of file animaKissingSymmetricBMRegistrationMethod.h.
References anima::BaseBMRegistrationMethod< TInputImageType >::GetBlockMatcher(), and anima::AnatomicalBlockMatcher< TInputImageType >::SetDefaultBackgroundValue().
|
inlineprotected |
Definition at line 52 of file animaKissingSymmetricBMRegistrationMethod.h.
virtual::itk::LightObject::Pointer anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from anima::BaseBMRegistrationMethod< TInputImageType >.
|
static |
|
protectedvirtual |
Implements anima::BaseBMRegistrationMethod< TInputImageType >.
Definition at line 16 of file animaKissingSymmetricBMRegistrationMethod.hxx.
References anima::GetExponential(), and anima::GetLogarithm().
Referenced by anima::KissingSymmetricBMRegistrationMethod< TInputImageType >::~KissingSymmetricBMRegistrationMethod().
|
virtual |
|
virtual |