|
|
Home | Main Page | Topics | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Globals | Related Pages |
Encapsulates a feature map image and its associated interpolator.
This structure holds both the feature map image and the corresponding interpolator, enabling the evaluation of feature vectors (and their derivatives) at arbitrary points in the image. It is designed to facilitate feature extraction and interpolation during image registration in static mode.
Definition at line 551 of file itkImpactImageToImageMetric.h.
Public Member Functions | |
| FeaturesMaps (typename FeaturesImageType::Pointer featuresMaps) | |
Public Attributes | |
| FeaturesImageType::Pointer | m_FeaturesMaps |
| FeaturesInterpolatorType | m_FeaturesMapsInterpolator |
|
inline |
Definition at line 556 of file itkImpactImageToImageMetric.h.
| FeaturesImageType::Pointer itk::ImpactImageToImageMetric< TFixedImage, TMovingImage >::FeaturesMaps::m_FeaturesMaps |
Definition at line 553 of file itkImpactImageToImageMetric.h.
| FeaturesInterpolatorType itk::ImpactImageToImageMetric< TFixedImage, TMovingImage >::FeaturesMaps::m_FeaturesMapsInterpolator |
Definition at line 554 of file itkImpactImageToImageMetric.h.
Generated on 1774142652 for elastix by 1.15.0 |