ANIMA
4.0
|
#include <animaMCMMeanSquaresImageToImageMetric.h>
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
bool | isZero (PixelType &vector) const |
MCMMeanSquaresImageToImageMetric () | |
virtual | ~MCMMeanSquaresImageToImageMetric () |
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 animaMCMMeanSquaresImageToImageMetric.h.
typedef itk::SmartPointer<const Self> anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ConstPointer |
Definition at line 23 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef itk::ContinuousIndex<double, ImageDimension> anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::ContinuousIndexType |
Definition at line 43 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::CoordinateRepresentationType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::CoordinateRepresentationType |
Definition at line 45 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageConstPointer anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::FixedImageConstPointer |
Definition at line 50 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::FixedImageType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::FixedImageType |
Definition at line 48 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef MCModelType::Vector3DType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GradientType |
Definition at line 27 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::InputPointType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::InputPointType |
Definition at line 42 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef anima::MCML2DistanceComputer::Pointer anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCML2DistanceComputerPointer |
Definition at line 53 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef MCModelType::Pointer anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCModelPointer |
Definition at line 26 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef anima::MultiCompartmentModel anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCModelType |
Definition at line 25 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::MeasureType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MeasureType |
Definition at line 47 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageConstPointer anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MovingImageConstPointer |
Definition at line 51 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::MovingImageType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MovingImageType |
Definition at line 49 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::OutputPointType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::OutputPointType |
Definition at line 41 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef TFixedImage::PixelType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::PixelType |
Types transferred from the base class
Definition at line 36 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef itk::SmartPointer<Self> anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::Pointer |
Definition at line 22 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef MCMMeanSquaresImageToImageMetric anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::Self |
Definition at line 20 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef BaseOrientedModelImageToImageMetric<TFixedImage, TMovingImage > anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::Superclass |
Definition at line 21 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef anima::MCMImage< TFixedImagePixelType, ImageDimension > anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TFixedImage |
Standard class typedefs.
Definition at line 17 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef anima::MCMImage< TMovingImagePixelType, ImageDimension > anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TMovingImage |
Definition at line 18 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformParametersType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TransformParametersType |
Definition at line 40 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformPointer anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TransformPointer |
Definition at line 39 of file animaMCMMeanSquaresImageToImageMetric.h.
typedef Superclass::TransformType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::TransformType |
Definition at line 38 of file animaMCMMeanSquaresImageToImageMetric.h.
|
protected |
Definition at line 14 of file animaMCMMeanSquaresImageToImageMetric.hxx.
References anima::MultiCompartmentModelCreator::GetNewMultiCompartmentModel(), anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GetValue(), anima::MCML2DistanceComputer::New(), anima::MultiCompartmentModelCreator::SetModelWithFreeWaterComponent(), anima::MultiCompartmentModelCreator::SetModelWithStationaryWaterComponent(), and anima::MultiCompartmentModelCreator::SetNumberOfCompartments().
Referenced by anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::SetLowPassGaussianSigma(), and anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::~MCMMeanSquaresImageToImageMetric().
|
inlineprotectedvirtual |
Definition at line 70 of file animaMCMMeanSquaresImageToImageMetric.h.
References anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::isZero(), and anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCMMeanSquaresImageToImageMetric().
virtual::itk::LightObject::Pointer anima::MCMMeanSquaresImageToImageMetric< 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 > >.
MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MeasureType anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GetValue | ( | const TransformParametersType & | parameters | ) | const |
Get the value for single valued optimizers.
Definition at line 33 of file animaMCMMeanSquaresImageToImageMetric.hxx.
References anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::isZero(), and PPD.
|
protected |
Definition at line 88 of file animaMCMMeanSquaresImageToImageMetric.hxx.
Referenced by anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::GetValue(), and anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::~MCMMeanSquaresImageToImageMetric().
|
static |
Method for creation through the object factory.
void anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::PreComputeFixedValues | ( | ) |
Definition at line 104 of file animaMCMMeanSquaresImageToImageMetric.hxx.
Referenced by anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::isZero(), and anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::SetLowPassGaussianSigma().
|
inline |
Definition at line 59 of file animaMCMMeanSquaresImageToImageMetric.h.
|
inline |
Definition at line 63 of file animaMCMMeanSquaresImageToImageMetric.h.
|
inline |
Definition at line 61 of file animaMCMMeanSquaresImageToImageMetric.h.
|
inline |
Definition at line 60 of file animaMCMMeanSquaresImageToImageMetric.h.
|
inline |
Definition at line 64 of file animaMCMMeanSquaresImageToImageMetric.h.
References anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::MCMMeanSquaresImageToImageMetric(), and anima::MCMMeanSquaresImageToImageMetric< TFixedImagePixelType, TMovingImagePixelType, ImageDimension >::PreComputeFixedValues().
|
inline |
Definition at line 58 of file animaMCMMeanSquaresImageToImageMetric.h.