ITK
6.0.0
Insight Toolkit
|
#include <itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h>
Processes points for MeanSquaresImageToImageMetricv4 GetValueAndDerivative
.
Definition at line 33 of file itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | ImageToImageMetricv4Type = typename Superclass::ImageToImageMetricv4Type |
using | Pointer = SmartPointer< Self > |
using | Self = MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader |
using | Superclass = ImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric > |
Public Member Functions | |
const char * | GetNameOfClass () const override |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader ()=default | |
bool | ProcessPoint (const VirtualIndexType &virtualIndex, const VirtualPointType &virtualPoint, const FixedImagePointType &mappedFixedPoint, const FixedImagePixelType &fixedImageValue, const FixedImageGradientType &mappedFixedImageGradient, const MovingImagePointType &mappedMovingPoint, const MovingImagePixelType &movingImageValue, const MovingImageGradientType &movingImageGradient, MeasureType &metricValueReturn, DerivativeType &localDerivativeReturn, const ThreadIdType threadId) const override |
using itk::MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric, TMeanSquaresMetric >::ConstPointer = SmartPointer<const Self> |
Definition at line 43 of file itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h.
using itk::MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric, TMeanSquaresMetric >::ImageToImageMetricv4Type = typename Superclass::ImageToImageMetricv4Type |
Definition at line 52 of file itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h.
using itk::MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric, TMeanSquaresMetric >::Pointer = SmartPointer<Self> |
Definition at line 42 of file itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h.
using itk::MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric, TMeanSquaresMetric >::Self = MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader |
Standard class type aliases.
Definition at line 40 of file itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h.
using itk::MeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader< TDomainPartitioner, TImageToImageMetric, TMeanSquaresMetric >::Superclass = ImageToImageMetricv4GetValueAndDerivativeThreader<TDomainPartitioner, TImageToImageMetric> |
Definition at line 41 of file itkMeanSquaresImageToImageMetricv4GetValueAndDerivativeThreader.h.
|
protecteddefault |
|
override |
|
static |
|
overrideprotected |
This function computes the local voxel-wise contribution of the metric to the global integral of the metric/derivative.