Skip to content

Commit

Permalink
STYLE: Fix grammar in documentation for MattesMutualInformation
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Apr 7, 2024
1 parent d17f47d commit de3974c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ namespace itk
* values are estimated at discrete position or bins.
* The number of bins used can be set via SetNumberOfHistogramBins().
* To handle data with arbitrary magnitude and dynamic range,
* the image intensity is scale such that any contribution to the
* the image intensity is scaled such that any contribution to the
* histogram will fall into a valid bin.
*
* One the PDF's have been constructed, the mutual information
* is obtained by doubling summing over the discrete PDF values.
* Once the PDF's have been constructed, the mutual information
* is obtained by double summing over the discrete PDF values.
*
*
* Notes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ namespace itk
* values are estimated at discrete position or bins.
* The number of bins used can be set via SetNumberOfHistogramBins().
* To handle data with arbitrary magnitude and dynamic range,
* the image intensity is scale such that any contribution to the
* histogram will fall into a valid bin.
*
* One the PDF's have been constructed, the mutual information
* is obtained by doubling summing over the discrete PDF values.
* the image intensity is scaled such that any contribution to the
* histogram will fall into a valid bin.
*
* Once the PDF's have been constructed, the mutual information
* is obtained by double summing over the discrete PDF values.
*
* \warning Local-support transforms are not yet supported. If used,
* an exception is thrown during Initialize().
Expand Down

0 comments on commit de3974c

Please sign in to comment.