#include <itkScaleLogarithmicTransform.h>
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.
Inheritance diagram for itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >:
Collaboration diagram for itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >:Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::ScaleTransform< float, 3 > | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::MatrixOffsetTransformBase< float, VDimension, VDimension > | |
| 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 = VDimension |
| static constexpr unsigned int | SpaceDimension = VDimension |
Static Public Attributes inherited from itk::ScaleTransform< float, 3 > | |
| static constexpr unsigned int | ParametersDimension |
| static constexpr unsigned int | SpaceDimension |
Static Public Attributes inherited from itk::MatrixOffsetTransformBase< float, VDimension, VDimension > | |
| static constexpr unsigned int | InputSpaceDimension |
| static constexpr unsigned int | OutputSpaceDimension |
| static constexpr unsigned int | ParametersDimension |
Static Public Attributes inherited from itk::Transform< float, VInputDimension, VOutputDimension > | |
| static constexpr unsigned int | InputSpaceDimension |
| static constexpr unsigned int | OutputSpaceDimension |
Protected Member Functions | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ScaleLogarithmicTransform ()=default | |
| ~ScaleLogarithmicTransform () override=default | |
Protected Member Functions inherited from itk::ScaleTransform< float, 3 > | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| ScaleTransform () | |
| ~ScaleTransform () override=default | |
Protected Member Functions inherited from itk::MatrixOffsetTransformBase< float, VDimension, VDimension > | |
| virtual void | ComputeMatrixParameters () |
| virtual void | ComputeOffset () |
| virtual void | ComputeTranslation () |
| const InverseMatrixType & | GetInverseMatrix () const |
| virtual bool | GetSingular () const |
| const InverseMatrixType & | GetVarInverseMatrix () const |
| bool | InverseMatrixIsOld () const |
| void | SetVarCenter (const InputPointType ¢er) |
| void | SetVarInverseMatrix (const InverseMatrixType &matrix) const |
| void | SetVarMatrix (const MatrixType &matrix) |
| void | SetVarOffset (const OutputVectorType &offset) |
| void | SetVarTranslation (const OutputVectorType &translation) |
| ~MatrixOffsetTransformBase () override=default | |
| MatrixOffsetTransformBase (unsigned int paramDims=ParametersDimension) | |
Protected Member Functions inherited from itk::Transform< float, VInputDimension, VOutputDimension > | |
| LightObject::Pointer | InternalClone () const override |
| OutputDiffusionTensor3DType | PreservationOfPrincipalDirectionDiffusionTensor3DReorientation (const InputDiffusionTensor3DType &, const InverseJacobianPositionType &) const |
| Transform ()=default | |
| Transform (NumberOfParametersType numberOfParameters) | |
| ~Transform () override=default | |
Protected Member Functions inherited from itk::TransformBaseTemplate< float > | |
| TransformBaseTemplate ()=default | |
| ~TransformBaseTemplate () override=default | |
Protected Member Functions inherited from itk::Object | |
| Object () | |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
| ~Object () override | |
Protected Member Functions inherited from itk::LightObject | |
| LightObject () | |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| virtual | ~LightObject () |
Additional Inherited Members | |
Static Protected Member Functions inherited from itk::Transform< float, VInputDimension, VOutputDimension > | |
| static InverseTransformBasePointer | InvertTransform (const TTransform &transform) |
Protected Attributes inherited from itk::Transform< float, VInputDimension, VOutputDimension > | |
| FixedParametersType | m_FixedParameters |
| ParametersType | m_Parameters |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::ConstPointer = SmartPointer<const Self> |
Definition at line 44 of file itkScaleLogarithmicTransform.h.
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::FixedParametersValueType = typename FixedParametersType::ValueType |
Definition at line 63 of file itkScaleLogarithmicTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::InputCovariantVectorType |
Standard covariant vector type for this class.
Definition at line 87 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::InputPointType |
Standard coordinate point type for this class.
Definition at line 95 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::InputVectorType |
Standard vector type for this class.
Definition at line 83 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::InputVnlVectorType |
Standard vnl_vector type for this class.
Definition at line 91 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::OutputCovariantVectorType |
Definition at line 88 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::OutputPointType |
Definition at line 96 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::OutputVectorType |
Definition at line 84 of file itkScaleTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::OutputVnlVectorType |
Definition at line 92 of file itkScaleTransform.h.
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::ParametersValueType = typename ParametersType::ValueType |
Definition at line 61 of file itkScaleLogarithmicTransform.h.
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::Pointer = SmartPointer<Self> |
Definition at line 43 of file itkScaleLogarithmicTransform.h.
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::ScalesValueType = typename ScaleType::ValueType |
Definition at line 72 of file itkScaleLogarithmicTransform.h.
| using itk::ScaleTransform< TParametersValueType, VDimension >::ScaleType |
Standard vector type for this class.
Definition at line 80 of file itkScaleTransform.h.
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::Self = ScaleLogarithmicTransform |
Standard class type aliases.
Definition at line 41 of file itkScaleLogarithmicTransform.h.
| using itk::ScaleLogarithmicTransform< TParametersValueType, VDimension >::Superclass = ScaleTransform<TParametersValueType, VDimension> |
Definition at line 42 of file itkScaleLogarithmicTransform.h.
|
protecteddefault |
Construct an ScaleLogarithmicTransform object.
Referenced by GetNameOfClass().
|
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::MatrixOffsetTransformBase< float, VDimension, VDimension >.
|
virtual |
Reimplemented from itk::ScaleTransform< float, 3 >.
References ScaleLogarithmicTransform().
|
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.
Reimplemented from itk::MatrixOffsetTransformBase< float, VDimension, VDimension >.
|
static |
New macro for creation of through a smart pointer.
|
overrideprotectedvirtual |
Print contents of an ScaleLogarithmicTransform
Reimplemented from itk::MatrixOffsetTransformBase< float, VDimension, VDimension >.
|
overridevirtual |
Set parameters. This method sets the parameters for the transform value specified by the user.
Reimplemented from itk::MatrixOffsetTransformBase< float, VDimension, VDimension >.
|
staticconstexpr |
Definition at line 54 of file itkScaleLogarithmicTransform.h.
|
staticconstexpr |
Dimension of the domain space.
Definition at line 53 of file itkScaleLogarithmicTransform.h.