ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegistrationParameterScalesFromIndexShift.h>
Registration helper class for estimating scales of transform parameters from the maximum voxel shift in image index space caused by a parameter change.
Definition at line 34 of file itkRegistrationParameterScalesFromIndexShift.h.
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedContinuousIndexType = typename itk::ContinuousIndex< FixedPointValueType, FixedImageType::ImageDimension > |
using | FixedImageConstPointer = typename FixedImageType::ConstPointer |
using | FixedImageType = typename TMetric::FixedImageType |
using | FixedIndexType = typename FixedImageType::IndexType |
using | FixedPointType = typename FixedImageType::PointType |
using | FixedPointValueType = typename FixedImageType::PointValueType |
using | FixedTransformType = typename Superclass::FixedTransformType |
using | FloatType = typename Superclass::FloatType |
using | JacobianType = typename Superclass::JacobianType |
using | MovingContinuousIndexType = typename itk::ContinuousIndex< MovingPointValueType, MovingImageType::ImageDimension > |
using | MovingImageConstPointer = typename MovingImageType::ConstPointer |
using | MovingImageType = typename TMetric::MovingImageType |
using | MovingIndexType = typename MovingImageType::IndexType |
using | MovingPointType = typename MovingImageType::PointType |
using | MovingPointValueType = typename MovingImageType::PointValueType |
using | MovingTransformType = typename Superclass::MovingTransformType |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | ScalesType = typename Superclass::ScalesType |
using | Self = RegistrationParameterScalesFromIndexShift |
using | Superclass = RegistrationParameterScalesFromShiftBase< TMetric > |
using | VirtualImageConstPointer = typename Superclass::VirtualImageConstPointer |
using | VirtualIndexType = typename Superclass::VirtualIndexType |
using | VirtualPointType = typename Superclass::VirtualPointType |
Public Types inherited from itk::RegistrationParameterScalesFromShiftBase< TMetric > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedTransformType = typename Superclass::FixedTransformType |
using | FloatType = typename Superclass::FloatType |
using | JacobianType = typename Superclass::JacobianType |
using | MovingTransformType = typename Superclass::MovingTransformType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename ParametersType::ValueType |
using | Pointer = SmartPointer< Self > |
using | ScalesType = typename Superclass::ScalesType |
using | Self = RegistrationParameterScalesFromShiftBase |
using | Superclass = RegistrationParameterScalesEstimator< TMetric > |
using | VirtualImageConstPointer = typename Superclass::VirtualImageConstPointer |
using | VirtualIndexType = typename Superclass::VirtualIndexType |
using | VirtualPointType = typename Superclass::VirtualPointType |
Public Types inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedTransformConstPointer = typename FixedTransformType::ConstPointer |
using | FixedTransformType = typename MetricType::FixedTransformType |
using | FloatType = typename Superclass::FloatType |
using | JacobianType = typename TMetric::JacobianType |
using | MetricConstPointer = typename MetricType::ConstPointer |
using | MetricPointer = typename MetricType::Pointer |
using | MetricType = TMetric |
using | MovingTransformConstPointer = typename MovingTransformType::ConstPointer |
using | MovingTransformType = typename MetricType::MovingTransformType |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | SamplePointContainerType = std::vector< VirtualPointType > |
enum | SamplingStrategyType { FullDomainSampling = 0, CornerSampling, RandomSampling, CentralRegionSampling, VirtualDomainPointSetSampling } |
using | ScalesType = typename Superclass::ScalesType |
using | Self = RegistrationParameterScalesEstimator |
using | Superclass = OptimizerParameterScalesEstimatorTemplate< typename TMetric::ParametersValueType > |
using | VirtualImageConstPointer = typename TMetric::VirtualImageConstPointer |
using | VirtualImagePointer = typename TMetric::VirtualImagePointer |
using | VirtualImageType = typename TMetric::VirtualImageType |
using | VirtualIndexType = typename TMetric::VirtualIndexType |
using | VirtualPointSetPointer = typename TMetric::VirtualPointSetPointer |
using | VirtualPointSetType = typename TMetric::VirtualPointSetType |
using | VirtualPointType = typename TMetric::VirtualPointType |
using | VirtualRegionType = typename TMetric::VirtualRegionType |
using | VirtualSizeType = typename TMetric::VirtualSizeType |
using | VirtualSpacingType = typename TMetric::VirtualSpacingType |
Public Types inherited from itk::OptimizerParameterScalesEstimatorTemplate< TMetric::ParametersValueType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FloatType = TMetric::ParametersValueType |
using | ParametersType = OptimizerParameters< TMetric::ParametersValueType > |
using | Pointer = SmartPointer< Self > |
using | ScalesType = OptimizerParameters< TMetric::ParametersValueType > |
using | Self = OptimizerParameterScalesEstimatorTemplate |
using | Superclass = Object |
Public Types inherited from itk::Object | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = Object |
using | Superclass = LightObject |
Public Types inherited from itk::LightObject | |
using | ConstPointer = SmartPointer< const Self > |
using | Pointer = SmartPointer< Self > |
using | Self = LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Private Member Functions | |
template<typename TTransform > | |
void | ComputeSampleShiftsInternal (const ParametersType &deltaParameters, ScalesType &localShifts) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
static constexpr SizeValueType | FixedDimension = TMetric::FixedDimension |
static constexpr SizeValueType | MovingDimension = TMetric::MovingDimension |
static constexpr SizeValueType | VirtualDimension = TMetric::VirtualDimension |
Protected Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
IndexValueType | m_CentralRegionRadius |
MetricPointer | m_Metric |
SizeValueType | m_NumberOfRandomSamples |
SamplePointContainerType | m_SamplePoints |
TimeStamp | m_SamplingTime |
VirtualPointSetType::ConstPointer | m_VirtualDomainPointSet |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Static Protected Attributes inherited from itk::RegistrationParameterScalesEstimator< TMetric > | |
static constexpr SizeValueType | SizeOfSmallDomain = 1000 |
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedContinuousIndexType = typename itk::ContinuousIndex< FixedPointValueType, FixedImageType::ImageDimension > |
Definition at line 78 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedImageConstPointer = typename FixedImageType::ConstPointer |
Definition at line 71 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedImageType = typename TMetric::FixedImageType |
Definition at line 68 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedIndexType = typename FixedImageType::IndexType |
Definition at line 75 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedPointType = typename FixedImageType::PointType |
Definition at line 74 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedPointValueType = typename FixedImageType::PointValueType |
Definition at line 76 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FixedTransformType = typename Superclass::FixedTransformType |
Definition at line 64 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::FloatType = typename Superclass::FloatType |
Type of float
Definition at line 59 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::JacobianType = typename Superclass::JacobianType |
Definition at line 65 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingContinuousIndexType = typename itk::ContinuousIndex< MovingPointValueType, MovingImageType::ImageDimension > |
Definition at line 84 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingImageConstPointer = typename MovingImageType::ConstPointer |
Definition at line 72 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingImageType = typename TMetric::MovingImageType |
Definition at line 69 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingIndexType = typename MovingImageType::IndexType |
Definition at line 81 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingPointType = typename MovingImageType::PointType |
Definition at line 80 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingPointValueType = typename MovingImageType::PointValueType |
Definition at line 82 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::MovingTransformType = typename Superclass::MovingTransformType |
Definition at line 63 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::ParametersType = typename Superclass::ParametersType |
Type of parameters of the optimizer
Definition at line 56 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::ScalesType = typename Superclass::ScalesType |
Type of scales
Definition at line 53 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::Self = RegistrationParameterScalesFromIndexShift |
Standard class type aliases.
Definition at line 41 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::Superclass = RegistrationParameterScalesFromShiftBase< TMetric > |
Definition at line 42 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualImageConstPointer = typename Superclass::VirtualImageConstPointer |
Definition at line 66 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualIndexType = typename Superclass::VirtualIndexType |
Definition at line 62 of file itkRegistrationParameterScalesFromIndexShift.h.
using itk::RegistrationParameterScalesFromIndexShift< TMetric >::VirtualPointType = typename Superclass::VirtualPointType |
Definition at line 61 of file itkRegistrationParameterScalesFromIndexShift.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
overrideprotectedvirtual |
Compute the sample shifts.
Implements itk::RegistrationParameterScalesFromShiftBase< TMetric >.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::RegistrationParameterScalesFromShiftBase< TMetric >.
|
static |
Method for creation through the object factory.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::RegistrationParameterScalesEstimator< TMetric >.
|
protected |