ANIMA
4.0
|
#include <animaMCMPairingMeanSquaresImageToImageMetric.h>
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
bool | CheckTensorCompatibility () const |
double | ComputeNonTensorBasedMetricPart (unsigned int index, const MCModelPointer &movingValue) const |
double | ComputeTensorBasedMetricPart (unsigned int index, const MCModelPointer &movingValue) const |
bool | isZero (PixelType &vector) const |
MCMPairingMeanSquaresImageToImageMetric () | |
virtual | ~MCMPairingMeanSquaresImageToImageMetric () |
Protected Member Functions inherited from anima::BaseOrientedModelImageToImageMetric< anima::MCMImage< TFixedImagePixelType, ImageDimension >, anima::MCMImage< TMovingImagePixelType, ImageDimension > > | |
BaseOrientedModelImageToImageMetric () | |
void | PrintSelf (std::ostream &os, itk::Indent indent) const ITK_OVERRIDE |
virtual | ~BaseOrientedModelImageToImageMetric () |
Additional Inherited Members | |
Static Public Attributes inherited from anima::BaseOrientedModelImageToImageMetric< anima::MCMImage< TFixedImagePixelType, ImageDimension >, anima::MCMImage< TMovingImagePixelType, ImageDimension > > | |
static const unsigned int | FixedImageDimension |
static const unsigned int | MovingImageDimension |
Protected Attributes inherited from anima::BaseOrientedModelImageToImageMetric< anima::MCMImage< TFixedImagePixelType, ImageDimension >, anima::MCMImage< TMovingImagePixelType, ImageDimension > > | |
FixedImageConstPointer | m_FixedImage |
FixedImageMaskConstPointer | m_FixedImageMask |
InterpolatorPointer | m_Interpolator |
MovingImageConstPointer | m_MovingImage |
MovingImageMaskConstPointer | m_MovingImageMask |
unsigned long | m_NumberOfPixelsCounted |
vnl_matrix< double > | m_OrientationMatrix |
TransformPointer | m_Transform |
Definition at line 12 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef itk::SmartPointer<const Self> anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ConstPointer |
Definition at line 23 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef itk::ContinuousIndex<double, ImageDimension> anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ContinuousIndexType |
Definition at line 43 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::CoordinateRepresentationType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::CoordinateRepresentationType |
Definition at line 45 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::FixedImageConstPointer |
Definition at line 50 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::FixedImageType |
Definition at line 48 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef MCModelType::Vector3DType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GradientType |
Definition at line 27 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::InputPointType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::InputPointType |
Definition at line 42 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
using anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::LECalculatorPointer = typename LECalculatorType::Pointer |
Definition at line 54 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
using anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::LECalculatorType = anima::LogEuclideanTensorCalculator <double> |
Definition at line 53 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef MCModelType::Pointer anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCModelPointer |
Definition at line 26 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef anima::MultiCompartmentModel anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCModelType |
Definition at line 25 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::MeasureType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MeasureType |
Definition at line 47 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MovingImageConstPointer |
Definition at line 51 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MovingImageType |
Definition at line 49 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::OutputPointType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::OutputPointType |
Definition at line 41 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef TFixedImage::PixelType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::PixelType |
Types transferred from the base class
Definition at line 36 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef itk::SmartPointer<Self> anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::Pointer |
Definition at line 22 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef MCMPairingMeanSquaresImageToImageMetric anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::Self |
Definition at line 20 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef BaseOrientedModelImageToImageMetric<TFixedImage, TMovingImage > anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::Superclass |
Definition at line 21 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef anima::MCMImage< TFixedImagePixelType, ImageDimension > anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TFixedImage |
Standard class typedefs.
Definition at line 17 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef anima::MCMImage< TMovingImagePixelType, ImageDimension > anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TMovingImage |
Definition at line 18 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformParametersType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TransformParametersType |
Definition at line 40 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformPointer anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TransformPointer |
Definition at line 39 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TransformType |
Definition at line 38 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
|
protected |
Definition at line 15 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
References anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::CheckTensorCompatibility(), anima::MultiCompartmentModelCreator::GetNewMultiCompartmentModel(), anima::MultiCompartmentModelCreator::SetModelWithFreeWaterComponent(), anima::MultiCompartmentModelCreator::SetModelWithStationaryWaterComponent(), and anima::MultiCompartmentModelCreator::SetNumberOfCompartments().
|
inlineprotectedvirtual |
Definition at line 65 of file animaMCMPairingMeanSquaresImageToImageMetric.h.
References anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::CheckTensorCompatibility(), anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ComputeNonTensorBasedMetricPart(), anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ComputeTensorBasedMetricPart(), anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::isZero(), and anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCMPairingMeanSquaresImageToImageMetric().
|
protected |
Definition at line 36 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
Referenced by anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCMPairingMeanSquaresImageToImageMetric(), and anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::~MCMPairingMeanSquaresImageToImageMetric().
|
protected |
Definition at line 305 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
Referenced by anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ComputeTensorBasedMetricPart(), and anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::~MCMPairingMeanSquaresImageToImageMetric().
|
protected |
Definition at line 133 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
References anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ComputeNonTensorBasedMetricPart(), and anima::GetVectorRepresentation().
Referenced by anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GetValue(), and anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::~MCMPairingMeanSquaresImageToImageMetric().
virtual::itk::LightObject::Pointer anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::CreateAnother | ( | void | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from anima::BaseOrientedModelImageToImageMetric< anima::MCMImage< TFixedImagePixelType, ImageDimension >, anima::MCMImage< TMovingImagePixelType, ImageDimension > >.
MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MeasureType anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GetValue | ( | const TransformParametersType & | parameters | ) | const |
Get the value for single valued optimizers.
Definition at line 60 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
References anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ComputeTensorBasedMetricPart(), and PPD.
|
protected |
Definition at line 314 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
Referenced by anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ComputeNonTensorBasedMetricPart(), and anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::~MCMPairingMeanSquaresImageToImageMetric().
|
static |
Method for creation through the object factory.
void anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::PreComputeFixedValues | ( | ) |
Definition at line 330 of file animaMCMPairingMeanSquaresImageToImageMetric.hxx.
Referenced by anima::MCMPairingMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::isZero().
|
virtual |