9 template <
typename TInputImageType>
31 itkSetMacro(ReferenceBackgroundValue,
double)
32 itkSetMacro(FloatingBackgroundValue,
double)
37 m_ReferenceBackgroundValue = 0;
38 m_FloatingBackgroundValue = 0;
43 virtual void PerformOneIteration(InputImageType *refImage, InputImageType *movingImage, TransformPointer &addOn) ITK_OVERRIDE;
45 template <
class ScalarPixelType>
void ChangeDefaultBackgroundValue(itk::Image <ScalarPixelType, InputImageType::ImageDimension> *itkNotUsed(image),
double backgroundValue)
52 template <
class ScalarPixelType>
void ChangeDefaultBackgroundValue(itk::VectorImage <ScalarPixelType, InputImageType::ImageDimension> *itkNotUsed(image),
double itkNotUsed(backgroundValue))
60 double m_ReferenceBackgroundValue;
61 double m_FloatingBackgroundValue;
void SetDefaultBackgroundValue(double val)
void ChangeDefaultBackgroundValue(itk::VectorImage< ScalarPixelType, InputImageType::ImageDimension > *, double)
itk::SmartPointer< const Self > ConstPointer
TInputImageType InputImageType
Superclass::BlockMatcherType BlockMatcherType
Superclass::AgregatorType AgregatorType
itk::SmartPointer< Self > Pointer
BaseBMRegistrationMethod< TInputImageType > Superclass
virtual void PerformOneIteration(InputImageType *refImage, InputImageType *movingImage, TransformPointer &addOn) ITK_OVERRIDE
anima::BaseTransformAgregator< TInputImageType::ImageDimension > AgregatorType
itk::AffineTransform< typename AgregatorType::ScalarType, TInputImageType::ImageDimension > AffineTransformType
KissingSymmetricBMRegistrationMethod()
BlockMatcherType * GetBlockMatcher()
Superclass::SVFTransformType SVFTransformType
virtual ~KissingSymmetricBMRegistrationMethod()
anima::BaseBlockMatcher< TInputImageType > BlockMatcherType
KissingSymmetricBMRegistrationMethod Self
Superclass::AffineTransformType AffineTransformType
Superclass::InputImageType InputImageType
Superclass::TransformPointer TransformPointer
itk::StationaryVelocityFieldTransform< AgregatorScalarType, TInputImageType::ImageDimension > SVFTransformType
void ChangeDefaultBackgroundValue(itk::Image< ScalarPixelType, InputImageType::ImageDimension > *, double backgroundValue)
TransformType::Pointer TransformPointer