ITK
5.2.0
Insight Toolkit
|
#include <itkScaleLogarithmicTransform.h>
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename FixedParametersType::ValueType |
using | InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
using | InputPointType = typename Superclass::InputPointType |
using | InputVectorType = typename Superclass::InputVectorType |
using | InputVnlVectorType = typename Superclass::InputVnlVectorType |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
using | OutputPointType = typename Superclass::OutputPointType |
using | OutputVectorType = typename Superclass::OutputVectorType |
using | OutputVnlVectorType = typename Superclass::OutputVnlVectorType |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename ParametersType::ValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename Superclass::ScalarType |
using | ScalesValueType = typename ScaleType::ValueType |
using | ScaleType = typename Superclass::ScaleType |
using | Self = ScaleLogarithmicTransform |
using | Superclass = ScaleTransform< TParametersValueType, NDimensions > |
Public Types inherited from itk::ScaleTransform< TParametersValueType, NDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | InputCovariantVectorType = CovariantVector< TParametersValueType, NDimensions > |
using | InputPointType = Point< TParametersValueType, NDimensions > |
using | InputVectorType = Vector< TParametersValueType, NDimensions > |
using | InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NDimensions > |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | InverseTransformBasePointer = typename InverseTransformBaseType::Pointer |
using | InverseTransformBaseType = typename Superclass::InverseTransformBaseType |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | MatrixType = typename Superclass::MatrixType |
using | OutputCovariantVectorType = CovariantVector< TParametersValueType, NDimensions > |
using | OutputPointType = Point< TParametersValueType, NDimensions > |
using | OutputVectorType = Vector< TParametersValueType, NDimensions > |
using | OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NDimensions > |
using | ParametersType = typename Superclass::ParametersType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename Superclass::ScalarType |
using | ScaleType = FixedArray< TParametersValueType, NDimensions > |
using | Self = ScaleTransform |
using | Superclass = MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions > |
Public Types inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions > | |
using | CenterType = InputPointType |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | InputCovariantVectorType = CovariantVector< TParametersValueType, Self::InputSpaceDimension > |
using | InputDiffusionTensor3DType = typename Superclass::InputDiffusionTensor3DType |
using | InputPointType = Point< TParametersValueType, Self::InputSpaceDimension > |
using | InputPointValueType = typename InputPointType::ValueType |
using | InputSymmetricSecondRankTensorType = typename Superclass::InputSymmetricSecondRankTensorType |
using | InputTensorEigenVectorType = CovariantVector< TParametersValueType, InputDiffusionTensor3DType::Dimension > |
using | InputVectorPixelType = typename Superclass::InputVectorPixelType |
using | InputVectorType = Vector< TParametersValueType, Self::InputSpaceDimension > |
using | InputVnlVectorType = vnl_vector_fixed< TParametersValueType, Self::InputSpaceDimension > |
using | InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
using | InverseMatrixType = Matrix< TParametersValueType, Self::InputSpaceDimension, Self::OutputSpaceDimension > |
using | InverseTransformBasePointer = typename InverseTransformBaseType::Pointer |
using | InverseTransformBaseType = typename Superclass::InverseTransformBaseType |
using | JacobianPositionType = typename Superclass::JacobianPositionType |
using | JacobianType = typename Superclass::JacobianType |
using | MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | MatrixValueType = typename MatrixType::ValueType |
using | OffsetType = OutputVectorType |
using | OffsetValueType = typename OffsetType::ValueType |
using | OutputCovariantVectorType = CovariantVector< TParametersValueType, Self::OutputSpaceDimension > |
using | OutputDiffusionTensor3DType = typename Superclass::OutputDiffusionTensor3DType |
using | OutputPointType = Point< TParametersValueType, Self::OutputSpaceDimension > |
using | OutputPointValueType = typename OutputPointType::ValueType |
using | OutputSymmetricSecondRankTensorType = typename Superclass::OutputSymmetricSecondRankTensorType |
using | OutputVectorPixelType = typename Superclass::OutputVectorPixelType |
using | OutputVectorType = Vector< TParametersValueType, Self::OutputSpaceDimension > |
using | OutputVectorValueType = typename OutputVectorType::ValueType |
using | OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, Self::OutputSpaceDimension > |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = typename Superclass::ScalarType |
using | Self = MatrixOffsetTransformBase |
using | Superclass = Transform< TParametersValueType, NInputDimensions, NOutputDimensions > |
using | TransformCategoryEnum = typename Superclass::TransformCategoryEnum |
using | TranslationType = OutputVectorType |
using | TranslationValueType = typename TranslationType::ValueType |
Public Types inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions > | |
using | ConstPointer = SmartPointer< const Self > |
using | DerivativeType = Array< ParametersValueType > |
using | DirectionChangeMatrix = Matrix< double, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | FixedParametersType = typename Superclass::FixedParametersType |
using | FixedParametersValueType = typename Superclass::FixedParametersValueType |
using | InputCovariantVectorType = CovariantVector< TParametersValueType, NInputDimensions > |
using | InputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | InputDirectionMatrix = Matrix< double, Self::InputSpaceDimension, Self::InputSpaceDimension > |
using | InputPointType = Point< TParametersValueType, NInputDimensions > |
using | InputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NInputDimensions > |
using | InputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | InputVectorType = Vector< TParametersValueType, NInputDimensions > |
using | InputVnlVectorType = vnl_vector_fixed< TParametersValueType, NInputDimensions > |
using | InverseJacobianPositionType = vnl_matrix_fixed< ParametersValueType, NInputDimensions, NOutputDimensions > |
using | InverseTransformBasePointer = typename InverseTransformBaseType::Pointer |
using | InverseTransformBaseType = Transform< TParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianPositionType = vnl_matrix_fixed< ParametersValueType, NOutputDimensions, NInputDimensions > |
using | JacobianType = Array2D< ParametersValueType > |
using | MatrixType = Matrix< TParametersValueType, Self::OutputSpaceDimension, Self::InputSpaceDimension > |
using | NumberOfParametersType = typename Superclass::NumberOfParametersType |
using | OutputCovariantVectorType = CovariantVector< TParametersValueType, NOutputDimensions > |
using | OutputDiffusionTensor3DType = DiffusionTensor3D< TParametersValueType > |
using | OutputDirectionMatrix = Matrix< double, Self::OutputSpaceDimension, Self::OutputSpaceDimension > |
using | OutputPointType = Point< TParametersValueType, NOutputDimensions > |
using | OutputSymmetricSecondRankTensorType = SymmetricSecondRankTensor< TParametersValueType, NOutputDimensions > |
using | OutputVectorPixelType = VariableLengthVector< TParametersValueType > |
using | OutputVectorType = Vector< TParametersValueType, NOutputDimensions > |
using | OutputVnlVectorType = vnl_vector_fixed< TParametersValueType, NOutputDimensions > |
using | ParametersType = typename Superclass::ParametersType |
using | ParametersValueType = typename Superclass::ParametersValueType |
using | Pointer = SmartPointer< Self > |
using | ScalarType = ParametersValueType |
using | Self = Transform |
using | Superclass = TransformBaseTemplate< TParametersValueType > |
using | TransformCategoryEnum = typename Superclass::TransformCategoryEnum |
Public Types inherited from itk::TransformBaseTemplate< TParametersValueType > | |
using | ConstPointer = SmartPointer< const Self > |
using | FixedParametersType = OptimizerParameters< FixedParametersValueType > |
using | FixedParametersValueType = double |
using | NumberOfParametersType = IdentifierType |
using | ParametersType = OptimizerParameters< ParametersValueType > |
using | ParametersValueType = TParametersValueType |
using | Pointer = SmartPointer< Self > |
using | Self = TransformBaseTemplate |
using | Superclass = Object |
using | TransformCategoryEnum = TransformBaseTemplateEnums::TransformCategory |
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::ScaleTransform< TParametersValueType, NDimensions > | |
static Pointer | New () |
Static Public Member Functions inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions > | |
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 val) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static constexpr unsigned int | ParametersDimension = NDimensions |
static constexpr unsigned int | SpaceDimension = NDimensions |
Static Public Attributes inherited from itk::ScaleTransform< TParametersValueType, NDimensions > | |
static constexpr unsigned int | ParametersDimension = NDimensions |
static constexpr unsigned int | SpaceDimension = NDimensions |
Static Public Attributes inherited from itk::MatrixOffsetTransformBase< TParametersValueType, NDimensions, NDimensions > | |
static constexpr unsigned int | InputSpaceDimension |
static constexpr unsigned int | OutputSpaceDimension |
static constexpr unsigned int | ParametersDimension |
Static Public Attributes inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions > | |
static constexpr unsigned int | InputSpaceDimension = NInputDimensions |
static constexpr unsigned int | OutputSpaceDimension = NOutputDimensions |
Additional Inherited Members | |
Protected Attributes inherited from itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions > | |
ParametersType | m_Parameters |
FixedParametersType | m_FixedParameters |
DirectionChangeMatrix | m_DirectionChange |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Logarithmic Scale transformation of a vector space (e.g. space coordinates)
The only difference between this class and its superclass the ScaleTransform is that here the parameters of the transformation are the logarithms of the scales. This facilitates to linearize the expressions used for optimization.
Definition at line 35 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::FixedParametersType = typename Superclass::FixedParametersType |
Definition at line 62 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::FixedParametersValueType = typename FixedParametersType::ValueType |
Definition at line 63 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::InputCovariantVectorType = typename Superclass::InputCovariantVectorType |
Standard covariant vector type for this class.
Definition at line 79 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::InputPointType = typename Superclass::InputPointType |
Standard coordinate point type for this class.
Definition at line 87 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::InputVectorType = typename Superclass::InputVectorType |
Standard vector type for this class.
Definition at line 75 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::InputVnlVectorType = typename Superclass::InputVnlVectorType |
Standard vnl_vector type for this class.
Definition at line 83 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::InverseJacobianPositionType = typename Superclass::InverseJacobianPositionType |
Definition at line 68 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::JacobianPositionType = typename Superclass::JacobianPositionType |
Definition at line 67 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::JacobianType = typename Superclass::JacobianType |
Jacobian type.
Definition at line 66 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::OutputCovariantVectorType = typename Superclass::OutputCovariantVectorType |
Definition at line 80 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::OutputPointType = typename Superclass::OutputPointType |
Definition at line 88 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::OutputVectorType = typename Superclass::OutputVectorType |
Definition at line 76 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::OutputVnlVectorType = typename Superclass::OutputVnlVectorType |
Definition at line 84 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::ParametersType = typename Superclass::ParametersType |
Parameters type.
Definition at line 60 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::ParametersValueType = typename ParametersType::ValueType |
Definition at line 61 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::ScalarType = typename Superclass::ScalarType |
Scalar type.
Definition at line 57 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::ScalesValueType = typename ScaleType::ValueType |
Definition at line 72 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::ScaleType = typename Superclass::ScaleType |
Standard vector type for this class.
Definition at line 71 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::Self = ScaleLogarithmicTransform |
Standard class type aliases.
Definition at line 41 of file itkScaleLogarithmicTransform.h.
using itk::ScaleLogarithmicTransform< TParametersValueType, NDimensions >::Superclass = ScaleTransform<TParametersValueType, NDimensions> |
Definition at line 42 of file itkScaleLogarithmicTransform.h.
|
protecteddefault |
Construct an ScaleLogarithmicTransform object.
|
overrideprotecteddefault |
Destroy an ScaleLogarithmicTransform object.
|
override |
Compute the Jacobian Matrix of the transformation at one point, allowing for thread-safety.
|
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::ScaleTransform< TParametersValueType, NDimensions >.
|
overridevirtual |
Get the parameters that uniquely define the transform This is typically used by optimizers. There are 4 parameters. The first one represents the rotation, the second one the scale and the last two represent the offset.
Implements itk::TransformBaseTemplate< TParametersValueType >.
|
static |
New macro for creation of through a smart pointer.
|
overrideprotectedvirtual |
Print contents of an ScaleLogarithmicTransform
Reimplemented from itk::Object.
|
overridevirtual |
Set parameters. This method sets the parameters for the transform value specified by the user.
Implements itk::Transform< TParametersValueType, NInputDimensions, NOutputDimensions >.
|
staticconstexpr |
Definition at line 54 of file itkScaleLogarithmicTransform.h.
|
staticconstexpr |
Dimension of the domain space.
Definition at line 53 of file itkScaleLogarithmicTransform.h.