Skip to content

Commit

Permalink
DOC: Fix typos in DTI 3D reconstruction image filter example
Browse files Browse the repository at this point in the history
Fix typos in DTI 3D reconstruction image filter example.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Sep 7, 2020
1 parent 96e8ecf commit 12f090d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ main(int argc, char * argv[])

// -------------------------------------------------------------------------
// Extract the Reference and gradient images from the NRRD file
// as seperate images.
// as separate images.
//
// This is not really necessary, the filter is capable of gobbling the
// entire VectorImage (which contains the reference and the gradient image)
Expand All @@ -196,7 +196,7 @@ main(int argc, char * argv[])
//
// Nevertheless, we go through the "unnecessary pain" of extracting the
// gradient and reference images in separate images and writing them out to
// files, so they can be fired up in you favourite volume viewer.
// files, so they can be fired up in your favourite volume viewer.
//
using ReferenceImageType = itk::Image<PixelType, Dimension>;
using GradientImageType = ReferenceImageType;
Expand Down

0 comments on commit 12f090d

Please sign in to comment.