Home | Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
#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 | |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputPointType::CoordRepType | CoordRepType |
typedef Superclass::DerivativeType | DerivativeType |
typedef Superclass::DerivativeValueType | DerivativeValueType |
typedef Superclass::FixedPointSetConstPointer | FixedPointSetConstPointer |
typedef Superclass::FixedPointSetType | FixedPointSetType |
typedef Superclass::InputPointType | InputPointType |
typedef Superclass::MeasureType | MeasureType |
typedef Superclass::MovingPointSetConstPointer | MovingPointSetConstPointer |
typedef Superclass::MovingPointSetType | MovingPointSetType |
typedef Superclass::NonZeroJacobianIndicesType | NonZeroJacobianIndicesType |
typedef Superclass::OutputPointType | OutputPointType |
typedef Superclass::PointDataIterator | PointDataIterator |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::PointIterator | PointIterator |
typedef CorrespondingPointsEuclideanDistancePointMetric | Self |
typedef SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | Superclass |
typedef Superclass::TransformJacobianType | TransformJacobianType |
typedef Superclass::TransformParametersType | TransformParametersType |
typedef Superclass::TransformPointer | TransformPointer |
typedef Superclass::TransformType | TransformType |
typedef vnl_vector< CoordRepType > | VnlVectorType |
Public Types inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::ParametersValueType | CoordinateRepresentationType |
typedef Superclass::DerivativeType | DerivativeType |
typedef DerivativeType::ValueType | DerivativeValueType |
typedef FixedImageMaskType::ConstPointer | FixedImageMaskConstPointer |
typedef FixedImageMaskType::Pointer | FixedImageMaskPointer |
typedef SpatialObject< itkGetStaticConstMacro(FixedPointSetDimension) > | FixedImageMaskType |
typedef FixedPointSetType::ConstPointer | FixedPointSetConstPointer |
typedef FixedPointSetType::PixelType | FixedPointSetPixelType |
typedef TFixedPointSet | FixedPointSetType |
typedef TransformType::InputPointType | InputPointType |
typedef Superclass::MeasureType | MeasureType |
typedef MovingImageMaskType::ConstPointer | MovingImageMaskConstPointer |
typedef MovingImageMaskType::Pointer | MovingImageMaskPointer |
typedef SpatialObject< itkGetStaticConstMacro(MovingPointSetDimension) > | MovingImageMaskType |
typedef MovingPointSetType::ConstPointer | MovingPointSetConstPointer |
typedef MovingPointSetType::PixelType | MovingPointSetPixelType |
typedef TMovingPointSet | MovingPointSetType |
typedef TransformType::NonZeroJacobianIndicesType | NonZeroJacobianIndicesType |
typedef TransformType::OutputPointType | OutputPointType |
typedef Superclass::ParametersType | ParametersType |
typedef FixedPointSetType::PointDataContainer::ConstIterator | PointDataIterator |
typedef SmartPointer< Self > | Pointer |
typedef FixedPointSetType::PointsContainer::ConstIterator | PointIterator |
typedef SingleValuedPointSetToPointSetMetric | Self |
typedef SingleValuedCostFunction | Superclass |
typedef TransformType::JacobianType | TransformJacobianType |
typedef TransformType::ParametersType | TransformParametersType |
typedef TransformType::Pointer | TransformPointer |
typedef AdvancedTransform< CoordinateRepresentationType, itkGetStaticConstMacro(FixedPointSetDimension), itkGetStaticConstMacro(MovingPointSetDimension) > | TransformType |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CorrespondingPointsEuclideanDistancePointMetric () | |
~CorrespondingPointsEuclideanDistancePointMetric () override | |
Protected Member Functions inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
SingleValuedPointSetToPointSetMetric () | |
~SingleValuedPointSetToPointSetMetric () override | |
Private Member Functions | |
CorrespondingPointsEuclideanDistancePointMetric (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > | |
FixedImageMaskConstPointer | m_FixedImageMask |
FixedPointSetConstPointer | m_FixedPointSet |
MovingImageMaskConstPointer | m_MovingImageMask |
MovingPointSetConstPointer | m_MovingPointSet |
unsigned int | m_NumberOfPointsCounted |
TransformPointer | m_Transform |
bool | m_UseMetricSingleThreaded |
typedef SmartPointer< const Self > itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::ConstPointer |
Definition at line 49 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef OutputPointType::CoordRepType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::CoordRepType |
Definition at line 77 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::DerivativeType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::DerivativeType |
Definition at line 65 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::DerivativeValueType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::DerivativeValueType |
Definition at line 66 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::FixedPointSetConstPointer itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetConstPointer |
Definition at line 69 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::FixedPointSetType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::FixedPointSetType |
Definition at line 67 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::InputPointType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::InputPointType |
Definition at line 75 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::MeasureType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MeasureType |
Definition at line 64 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::MovingPointSetConstPointer itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetConstPointer |
Definition at line 70 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::MovingPointSetType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::MovingPointSetType |
Definition at line 68 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::NonZeroJacobianIndicesType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::NonZeroJacobianIndicesType |
Definition at line 80 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::OutputPointType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::OutputPointType |
Definition at line 76 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::PointDataIterator itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PointDataIterator |
Definition at line 73 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef SmartPointer< Self > itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Pointer |
Definition at line 48 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::PointIterator itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::PointIterator |
Definition at line 72 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef CorrespondingPointsEuclideanDistancePointMetric itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Self |
Standard class typedefs.
Definition at line 45 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef SingleValuedPointSetToPointSetMetric< TFixedPointSet, TMovingPointSet > itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::Superclass |
Definition at line 47 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformJacobianType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformJacobianType |
Definition at line 62 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformParametersType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformParametersType |
Definition at line 61 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformPointer itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformPointer |
Definition at line 60 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef Superclass::TransformType itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::TransformType |
Types transferred from the base class
Definition at line 59 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
typedef vnl_vector< CoordRepType > itk::CorrespondingPointsEuclideanDistancePointMetric< TFixedPointSet, TMovingPointSet >::VnlVectorType |
Definition at line 78 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 96 of file itkCorrespondingPointsEuclideanDistancePointMetric.h.
|
private |
|
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.
|
static |
Method for creation through the object factory.
|
private |
Generated on 1667476801 for elastix by 1.9.4 |