ITK
5.2.0
Insight Toolkit
|
#include <itkMeanSquaresImageToImageMetric.h>
Classes | |
struct | PerThreadS |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | MovingImageDimension = MovingImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageMetric< TFixedImage, TMovingImage > | |
static constexpr unsigned int | FixedImageDimension = TFixedImage::ImageDimension |
static constexpr unsigned int | MovingImageDimension = TMovingImage::ImageDimension |
Private Member Functions | |
bool | GetValueAndDerivativeThreadProcessSample (ThreadIdType threadId, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue, const ImageDerivativesType &movingImageGradientValue) const override |
bool | GetValueThreadProcessSample (ThreadIdType threadId, SizeValueType fixedImageSample, const MovingImagePointType &mappedPoint, double movingImageValue) const override |
itkAlignedTypedef (64, PerThreadS, AlignedPerThreadType) | |
Private Attributes | |
AlignedPerThreadType * | m_PerThread |
TODO.
Definition at line 39 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ConstPointer = SmartPointer<const Self> |
Definition at line 48 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::CoordinateRepresentationType = typename Superclass::CoordinateRepresentationType |
Definition at line 69 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::DerivativeType = typename Superclass::DerivativeType |
Definition at line 62 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageConstPointer = typename Superclass::FixedImageConstPointer |
Definition at line 67 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImagePointType = typename Superclass::FixedImagePointType |
Definition at line 76 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageSampleContainer = typename Superclass::FixedImageSampleContainer |
Definition at line 70 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::FixedImageType = typename Superclass::FixedImageType |
Definition at line 64 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ImageDerivativesType = typename Superclass::ImageDerivativesType |
Definition at line 71 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::IndexValueType = typename Superclass::IndexValueType |
Definition at line 73 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::InterpolatorType = typename Superclass::InterpolatorType |
Definition at line 60 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MeasureType = typename Superclass::MeasureType |
Definition at line 61 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImageConstPointer = typename Superclass::MovingImageConstPointer |
Definition at line 68 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImagePointType = typename Superclass::MovingImagePointType |
Definition at line 66 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::MovingImageType = typename Superclass::MovingImageType |
Definition at line 65 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::ParametersType = typename Superclass::ParametersType |
Definition at line 63 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Pointer = SmartPointer<Self> |
Definition at line 47 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Self = MeanSquaresImageToImageMetric |
Standard class type aliases.
Definition at line 45 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::Superclass = ImageToImageMetric<TFixedImage, TMovingImage> |
Definition at line 46 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformJacobianType = typename Superclass::TransformJacobianType |
Definition at line 59 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformPointer = typename Superclass::TransformPointer |
Definition at line 58 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::TransformType = typename Superclass::TransformType |
Types inherited from Superclass.
Definition at line 57 of file itkMeanSquaresImageToImageMetric.h.
using itk::MeanSquaresImageToImageMetric< TFixedImage, TMovingImage >::WeightsValueType = typename Superclass::WeightsValueType |
Definition at line 72 of file itkMeanSquaresImageToImageMetric.h.
|
protected |
|
overrideprotected |
|
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.
|
overridevirtual |
Get the derivatives of the match measure.
Implements itk::SingleValuedCostFunction.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
overridevirtual |
Get the value.
Implements itk::SingleValuedCostFunction.
|
overridevirtual |
Get the value and derivatives for single valued optimizers.
Reimplemented from itk::SingleValuedCostFunction.
|
overrideprivatevirtual |
FixedImageSamplePoint type alias support
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
overrideprivatevirtual |
FixedImageSamplePoint type alias support
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
overridevirtual |
Initialize the Metric by (1) making sure that all the components are present and plugged together correctly, (2) uniformly select NumberOfSpatialSamples within the FixedImageRegion, and (3) allocate memory for pdf data structures.
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
private |
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
FixedImageSamplePoint type alias support
Reimplemented from itk::ImageToImageMetric< TFixedImage, TMovingImage >.
|
private |
Definition at line 133 of file itkMeanSquaresImageToImageMetric.h.
|
staticconstexpr |
The moving image dimension.
Definition at line 79 of file itkMeanSquaresImageToImageMetric.h.