#include <itkScaleLogarithmicTransform.h>
Inheritance diagram for itk::ScaleLogarithmicTransform< TScalarType, NDimensions >:
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 37 of file itkScaleLogarithmicTransform.h.
|
Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 46 of file itkScaleLogarithmicTransform.h. |
|
Standard covariant vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 76 of file itkScaleLogarithmicTransform.h. |
|
Standard coordinate point type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 84 of file itkScaleLogarithmicTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 72 of file itkScaleLogarithmicTransform.h. |
|
Standard vnl_vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 80 of file itkScaleLogarithmicTransform.h. |
|
Jacobian type. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 66 of file itkScaleLogarithmicTransform.h. |
|
Standard covariant vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 77 of file itkScaleLogarithmicTransform.h. |
|
Standard coordinate point type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 85 of file itkScaleLogarithmicTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 73 of file itkScaleLogarithmicTransform.h. |
|
Standard vnl_vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 81 of file itkScaleLogarithmicTransform.h. |
|
Parameters type. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 63 of file itkScaleLogarithmicTransform.h. |
|
Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 45 of file itkScaleLogarithmicTransform.h. |
|
Scalar type. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 60 of file itkScaleLogarithmicTransform.h. |
|
Standard vector type for this class. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 69 of file itkScaleLogarithmicTransform.h. |
|
Standard class typedefs. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 43 of file itkScaleLogarithmicTransform.h. |
|
Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. Definition at line 44 of file itkScaleLogarithmicTransform.h. |
|
Construct an ScaleLogarithmicTransform object. |
|
Destroy an ScaleLogarithmicTransform object. |
|
Get the Jacobian matrix. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |
|
Run-time type information (and related methods). Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |
|
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::ScaleTransform< TScalarType, NDimensions >. |
|
Dimension of the domain space. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |
|
Dimension of the domain space. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |
|
New macro for creation of through a smart pointer. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |
|
Print contents of an ScaleLogarithmicTransform Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |
|
Set parameters. This method sets the parameters for the transform value specified by the user. Reimplemented from itk::ScaleTransform< TScalarType, NDimensions >. |