Skip to content

Commit

Permalink
DOC: The example is a TranslationTransform
Browse files Browse the repository at this point in the history
The example parameters indicate that it is appropriate
for TranslationTransform paramterization in 3D. An
Euler3DTransform would have 6 parameters.
  • Loading branch information
hjmjohnson committed Mar 3, 2024
1 parent 1986b54 commit 604fb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace itk
* is. An example is given below, where it is desired to plot the metric
* space with respect to translations along x, y and z in a 3D registration
* application:
* Here it is assumed that the transform is Euler3DTransform.
* Here it is assumed that the transform is TranslationTransform.
*
\code
OptimizerType::StepsType steps( m_Transform->GetNumberOfParameters() );
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace itk
* is. An example is given below, where it is desired to plot the metric
* space with respect to translations along x, y and z in a 3D registration
* application:
* Here it is assumed that the transform is Euler3DTransform.
* Here it is assumed that the transform is TranslationTransform.
*
\code
OptimizerType::StepsType steps( m_Transform->GetNumberOfParameters() );
Expand Down

0 comments on commit 604fb3b

Please sign in to comment.