#include <itkCorrespondingPointsEuclideanDistancePointMetric.h>
Computes the Euclidean distance between a moving point-set and a fixed point-set. Correspondence is needed.
Definition at line 39 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
Public Types | |
using | ConstPointer = SmartPointer<const Self> |
using | CoordRepType = typename OutputPointType::CoordRepType |
using | DerivativeValueType |
using | FixedPointSetConstPointer |
using | FixedPointSetType |
using | InputPointType |
using | MovingPointSetConstPointer |
using | MovingPointSetType |
using | NonZeroJacobianIndicesType |
using | OutputPointType |
using | PointDataIterator |
using | Pointer = SmartPointer<Self> |
using | PointIterator |
using | Self = CorrespondingPointsEuclideanDistancePointMetric |
using | Superclass = SingleValuedPointSetToPointSetMetric<TFixedPointSet, TMovingPointSet> |
using | TransformJacobianType |
using | TransformParametersType |
using | TransformPointer |
using | TransformType |
using | VnlVectorType = vnl_vector<CoordRepType> |
Public Types inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | |
using | ConstPointer = SmartPointer<const Self> |
using | CoordinateRepresentationType = Superclass::ParametersValueType |
using | DerivativeValueType = typename DerivativeType::ValueType |
using | FixedImageMaskConstPointer = typename FixedImageMaskType::ConstPointer |
using | FixedImageMaskPointer = typename FixedImageMaskType::Pointer |
using | FixedImageMaskType = ImageMaskSpatialObject<Self::FixedPointSetDimension> |
using | FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer |
using | FixedPointSetPixelType = typename FixedPointSetType::PixelType |
using | FixedPointSetType = TFixedPointSet |
using | InputPointType = typename TransformType::InputPointType |
using | MovingImageMaskConstPointer = typename MovingImageMaskType::ConstPointer |
using | MovingImageMaskPointer = typename MovingImageMaskType::Pointer |
using | MovingImageMaskType = ImageMaskSpatialObject<Self::MovingPointSetDimension> |
using | MovingPointSetConstPointer = typename MovingPointSetType::ConstPointer |
using | MovingPointSetPixelType = typename MovingPointSetType::PixelType |
using | MovingPointSetType = TMovingPointSet |
using | NonZeroJacobianIndicesType = typename TransformType::NonZeroJacobianIndicesType |
using | OutputPointType = typename TransformType::OutputPointType |
using | PointDataIterator = typename FixedPointSetType::PointDataContainer::ConstIterator |
using | Pointer = SmartPointer<Self> |
using | PointIterator = typename FixedPointSetType::PointsContainer::ConstIterator |
using | Self = SingleValuedPointSetToPointSetMetric |
using | Superclass = SingleValuedCostFunction |
using | TransformJacobianType = typename TransformType::JacobianType |
using | TransformParametersType = typename TransformType::ParametersType |
using | TransformPointer = typename TransformType::Pointer |
using | TransformType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CorrespondingPointsEuclideanDistancePointMetric ()=default | |
~CorrespondingPointsEuclideanDistancePointMetric () override=default | |
Protected Member Functions inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
SingleValuedPointSetToPointSetMetric ()=default | |
~SingleValuedPointSetToPointSetMetric () override=default | |
Additional Inherited Members | |
Protected Attributes inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | |
FixedImageMaskConstPointer | m_FixedImageMask { nullptr } |
FixedPointSetConstPointer | m_FixedPointSet { nullptr } |
MovingImageMaskConstPointer | m_MovingImageMask { nullptr } |
MovingPointSetConstPointer | m_MovingPointSet { nullptr } |
unsigned int | m_NumberOfPointsCounted { 0 } |
TransformPointer | m_Transform { nullptr } |
bool | m_UseMetricSingleThreaded { true } |
using itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 49 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
using itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::CoordRepType = typename OutputPointType::CoordRepType |
Definition at line 76 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::DerivativeValueType |
Definition at line 111 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer |
Definition at line 81 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Typedefs.
Definition at line 79 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::InputPointType |
Definition at line 96 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer |
Definition at line 84 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType |
Definition at line 82 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::NonZeroJacobianIndicesType |
Typedefs for support of sparse Jacobians and compact support of transformations.
Definition at line 115 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::OutputPointType |
Definition at line 97 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator |
Definition at line 86 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Pointer = SmartPointer<Self> |
Definition at line 48 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointIterator |
Definition at line 85 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Self = CorrespondingPointsEuclideanDistancePointMetric |
Standard class typedefs.
Definition at line 46 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
using itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Superclass = SingleValuedPointSetToPointSetMetric<TFixedPointSet, TMovingPointSet> |
Definition at line 47 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType |
Definition at line 99 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Definition at line 98 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
Definition at line 95 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformType |
More typedefs.
Definition at line 93 of file itkSingleValuedPointSetToPointSetMetric.h.
using itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::VnlVectorType = vnl_vector<CoordRepType> |
Definition at line 77 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >.
Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >.
|
override |
Get the derivatives of the match measure.
|
override |
Get the value for single valued optimizers.
|
override |
Get value and derivatives for multiple valued optimizers.
itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ITK_DISALLOW_COPY_AND_MOVE | ( | CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet > | ) |
|
static |
Method for creation through the object factory.
Generated on 2024-07-17 for elastix by 1.11.0 (9b424b03c9833626cd435af22a444888fbbb192d) |