|
|
Home | Main Page | Topics | 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 62 of file itkSingleValuedPointSetToPointSetMetric.h.
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 | 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 | MovingPointSetType = TMovingPointSet |
| using | NonZeroJacobianIndicesType = typename TransformType::NonZeroJacobianIndicesType |
| using | OutputPointType = typename TransformType::OutputPointType |
| 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 |
Protected Member Functions | |
| const auto & | GetFixedPoints () const |
| const auto & | GetMovingPoints () const |
| 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 71 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::CoordinateRepresentationType = Superclass::ParametersValueType |
Type used for representing point components
Definition at line 74 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::DerivativeValueType = typename DerivativeType::ValueType |
Definition at line 109 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskConstPointer = typename FixedImageMaskType::ConstPointer |
Definition at line 101 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskPointer = typename FixedImageMaskType::Pointer |
Definition at line 100 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::FixedImageMaskType = ImageMaskSpatialObject<Self::FixedPointSetDimension> |
Definition at line 99 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 >::FixedPointSetType = TFixedPointSet |
Typedefs.
Definition at line 80 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::InputPointType = typename TransformType::InputPointType |
Definition at line 94 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskConstPointer = typename MovingImageMaskType::ConstPointer |
Definition at line 104 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskPointer = typename MovingImageMaskType::Pointer |
Definition at line 103 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingImageMaskType = ImageMaskSpatialObject<Self::MovingPointSetDimension> |
Definition at line 102 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer = typename MovingPointSetType::ConstPointer |
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 113 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::OutputPointType = typename TransformType::OutputPointType |
Definition at line 95 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Pointer = SmartPointer<Self> |
Definition at line 70 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::PointIterator = typename FixedPointSetType::PointsContainer::ConstIterator |
Definition at line 84 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Self = SingleValuedPointSetToPointSetMetric |
Standard class typedefs.
Definition at line 68 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::Superclass = SingleValuedCostFunction |
Definition at line 69 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType = typename TransformType::JacobianType |
Definition at line 97 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType = typename TransformType::ParametersType |
Definition at line 96 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformPointer = typename TransformType::Pointer |
Definition at line 93 of file itkSingleValuedPointSetToPointSetMetric.h.
| using itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::TransformType |
More typedefs.
Definition at line 91 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
virtual |
Contains calls from GetValueAndDerivative that are thread-unsafe.
|
virtual |
Get the fixed mask.
|
inlineprotected |
Returns a reference to the STL container of fixed points.
Definition at line 182 of file itkSingleValuedPointSetToPointSetMetric.h.
|
virtual |
Get the fixed pointset.
|
virtual |
Get the moving mask.
|
inlineprotected |
Returns a reference to the STL container of moving points.
Definition at line 194 of file itkSingleValuedPointSetToPointSetMetric.h.
|
virtual |
Get the moving pointset.
|
inlineoverride |
Return the number of parameters required by the transform.
Definition at line 139 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 >, elastix::PolydataDummyPenalty< TElastix >, elastix::StatisticalShapePenalty< TElastix >, itk::MeshPenalty< TFixedPointSet, TMovingPointSet >, itk::MeshPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, itk::MeshPenalty< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType >, itk::MissingVolumeMeshPenalty< TFixedPointSet, TMovingPointSet >, itk::MissingVolumeMeshPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, itk::MissingVolumeMeshPenalty< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType >, itk::StatisticalShapePointPenalty< TFixedPointSet, TMovingPointSet >, itk::StatisticalShapePointPenalty< MetricBase< TElastix >::FixedPointSetType, MetricBase< TElastix >::MovingPointSetType >, and itk::StatisticalShapePointPenalty< typename MetricBase< TElastix >::FixedPointSetType, typename MetricBase< TElastix >::MovingPointSetType >.
| itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::ITK_DISALLOW_COPY_AND_MOVE | ( | SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | ) |
| itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet >::itkOverrideGetNameOfClassMacro | ( | SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | ) |
Run-time type information (and related methods).
| 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 207 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Member variables.
Definition at line 205 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Definition at line 208 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Definition at line 206 of file itkSingleValuedPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 211 of file itkSingleValuedPointSetToPointSetMetric.h.
|
mutableprotected |
Definition at line 209 of file itkSingleValuedPointSetToPointSetMetric.h.
|
protected |
Variables for multi-threading.
Definition at line 214 of file itkSingleValuedPointSetToPointSetMetric.h.
Generated on 1774142652 for elastix by 1.15.0 |