|
|
Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#include <itkSingleValuedPointSetToPointSetMetric.h>
Computes similarity between two point sets.
This Class is templated over the type of the two point-sets. It expects a Transform to be plugged in. This particular class is the base class for a hierarchy of point-set to point-set metrics.
This class computes a value that measures the similarity between the fixed point-set and the transformed moving point-set.
Definition at line 61 of file itkSingleValuedPointSetToPointSetMetric.h.
Inheritance diagram for itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >:Public Types | |
| 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 = AdvancedTransform< CoordinateRepresentationType, Self::FixedPointSetDimension, Self::MovingPointSetDimension > |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| SingleValuedPointSetToPointSetMetric ()=default | |
| ~SingleValuedPointSetToPointSetMetric () override=default | |
Protected Attributes | |
| 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::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 70 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::CoordinateRepresentationType = Superclass::ParametersValueType |
Type used for representing point components
Definition at line 73 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::DerivativeValueType = typename DerivativeType::ValueType |
Definition at line 111 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskConstPointer = typename FixedImageMaskType::ConstPointer |
Definition at line 103 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskPointer = typename FixedImageMaskType::Pointer |
Definition at line 102 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskType = ImageMaskSpatialObject<Self::FixedPointSetDimension> |
Definition at line 101 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer = typename FixedPointSetType::ConstPointer |
Definition at line 81 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetPixelType = typename FixedPointSetType::PixelType |
Definition at line 80 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType = TFixedPointSet |
Typedefs.
Definition at line 79 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::InputPointType = typename TransformType::InputPointType |
Definition at line 96 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskConstPointer = typename MovingImageMaskType::ConstPointer |
Definition at line 106 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskPointer = typename MovingImageMaskType::Pointer |
Definition at line 105 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskType = ImageMaskSpatialObject<Self::MovingPointSetDimension> |
Definition at line 104 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer = typename MovingPointSetType::ConstPointer |
Definition at line 84 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetPixelType = typename MovingPointSetType::PixelType |
Definition at line 83 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType = TMovingPointSet |
Definition at line 82 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::NonZeroJacobianIndicesType = typename TransformType::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 = typename TransformType::OutputPointType |
Definition at line 97 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator = typename FixedPointSetType::PointDataContainer::ConstIterator |
Definition at line 86 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Pointer = SmartPointer<Self> |
Definition at line 69 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointIterator = typename FixedPointSetType::PointsContainer::ConstIterator |
Definition at line 85 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Self = SingleValuedPointSetToPointSetMetric |
Standard class typedefs.
Definition at line 67 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Superclass = SingleValuedCostFunction |
Definition at line 68 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType = typename TransformType::JacobianType |
Definition at line 99 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType = typename TransformType::ParametersType |
Definition at line 98 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer = typename TransformType::Pointer |
Definition at line 95 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformType = AdvancedTransform<CoordinateRepresentationType, Self::FixedPointSetDimension, Self::MovingPointSetDimension> |
More typedefs.
Definition at line 93 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Contains calls from GetValueAndDerivative that are thread-unsafe.
|
virtual |
Run-time type information (and related methods).
Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >, itk::CorrespondingPointsEuclideanDistancePointMetric< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >, elastix::MissingStructurePenalty< TElastix >, itk::MissingVolumeMeshPenalty< TFixedPointSet, TMovingPointSet >, itk::MissingVolumeMeshPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, elastix::PolydataDummyPenalty< TElastix >, itk::MeshPenalty< TFixedPointSet, TMovingPointSet >, itk::MeshPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, elastix::StatisticalShapePenalty< TElastix >, itk::StatisticalShapePointPenalty< TFixedPointSet, TMovingPointSet >, and itk::StatisticalShapePointPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >.
|
virtual |
Get the fixed mask.
|
virtual |
Get the fixed pointset.
|
virtual |
Get the moving mask.
|
virtual |
Get the moving pointset.
|
inlineoverride |
Return the number of parameters required by the transform.
Definition at line 141 of file itkSingleValuedPointSetToPointSetMetric.h.
|
virtual |
Get a pointer to the Transform.
|
virtual |
|
virtual |
Initialize the Metric by making sure that all the components are present and plugged together correctly.
Reimplemented in elastix::CorrespondingPointsEuclideanDistanceMetric< TElastix >, elastix::MissingStructurePenalty< TElastix >, itk::MissingVolumeMeshPenalty< TFixedPointSet, TMovingPointSet >, itk::MissingVolumeMeshPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, elastix::PolydataDummyPenalty< TElastix >, itk::MeshPenalty< TFixedPointSet, TMovingPointSet >, itk::MeshPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, elastix::StatisticalShapePenalty< TElastix >, itk::StatisticalShapePointPenalty< TFixedPointSet, TMovingPointSet >, and itk::StatisticalShapePointPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >.
| itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ITK_DISALLOW_COPY_AND_MOVE | ( | SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | ) |
| itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::itkStaticConstMacro | ( | FixedPointSetDimension | , |
| unsigned int | , | ||
| TFixedPointSet::PointDimension | |||
| ) |
Constants for the pointset dimensions.
| itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::itkStaticConstMacro | ( | MovingPointSetDimension | , |
| unsigned int | , | ||
| TMovingPointSet::PointDimension | |||
| ) |
|
overrideprotected |
PrintSelf.
|
virtual |
Set the fixed mask.
|
virtual |
Connect the fixed pointset.
|
virtual |
Set the moving mask.
|
virtual |
Connect the moving pointset.
|
virtual |
Connect the Transform.
| void itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::SetTransformParameters | ( | const ParametersType & | parameters | ) | const |
Set the parameters defining the Transform.
|
virtual |
Switch the function BeforeThreadedGetValueAndDerivative on or off.
|
virtual |
|
virtual |
|
protected |
Definition at line 185 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Member variables.
Definition at line 183 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Definition at line 186 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Definition at line 184 of file itkSingleValuedPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 189 of file itkSingleValuedPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 187 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Variables for multi-threading.
Definition at line 192 of file itkSingleValuedPointSetToPointSetMetric.h.
Generated on 1739326392 for elastix by 1.9.8 |