Skip to content

Commit

Permalink
DOC: Correct TransformToStrainFilter class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 30, 2016
1 parent 8f8dfc6 commit 23d565d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/itkTransformToStrainFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ namespace itk

/** \class TransformToStrainFilter
*
* \brief Generate a strain field image from a displacement field image.
* \brief Generate a strain field image from a transform.
*
* \tparam TTransform The first template parameter is the input transform type. It should be an image
* of displacement vectors.
* \tparam TTransform The first template parameter is the input transform type.
*
* \tparam TOperatorValueType The second template parameter defines the value type used in the derivative
* operator (defaults to float).
Expand Down

0 comments on commit 23d565d

Please sign in to comment.