Skip to content

Commit

Permalink
Merge pull request #54 from dzenanz/master
Browse files Browse the repository at this point in the history
DOC: Fix misspelling ration -> ratio
  • Loading branch information
jhlegarreta authored Jun 14, 2022
2 parents 5ddee82 + 07c5330 commit e68bd5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/itkBoneMorphometryFeaturesFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ namespace itk
{
/** \class BoneMorphometryFeaturesFilter
* \brief Compute the percent bone volume [BVTV], trabecular thickness [TbTh], trabecular separation [TbSp] trabecular
* number [TbN] and Bone Surface to Bone Volume ration [BSBV]
* number [TbN] and Bone Surface to Bone Volume ratio [BSBV]
*
* BoneMorphometryFeaturesFilter computes bone morphometry features such as the percent bone volume [BVTV], the
* trabecular thickness [TbTh], the trabecular separation [TbSp], the trabecular number [TbN], or the Bone Surface to
* Bone Volume ration [BSBV]. To do so, the filter needs a 3D input scan and a threshold. All voxels with an intensity
* Bone Volume ratio [BSBV]. To do so, the filter needs a 3D input scan and a threshold. All voxels with an intensity
* higher than the threshold will be considered as part of the bone. A mask can also be specified in order to have more
* precise results (the morphometry will be computed only for the mask's voxels with value different than zero)
*
Expand Down
4 changes: 2 additions & 2 deletions include/itkBoneMorphometryFeaturesImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ namespace itk
{
/** \class BoneMorphometryFeaturesImageFilter
* \brief Compute the percent bone volume [BVTV], trabecular thickness [TbTh], trabecular separation [TbSp],
* trabecular number [TbN] and Bone Surface to Bone Volume ration [BSBV] for each voxel of
* trabecular number [TbN] and Bone Surface to Bone Volume ratio [BSBV] for each voxel of
* a given image and a mask image if provided. The output image can then be displayed by using colormaps.
*
* BoneMorphometryFeaturesImageFilter computes bone morphometry features maps. The filter is able to compute the
Expand All @@ -41,7 +41,7 @@ namespace itk
* -# the trabecular thickness [TbTh]
* -# the trabecular separation [TbSp]
* -# the trabecular number [TbN]
* -# the Bone Surface to Bone Volume ration [BSBV].
* -# the Bone Surface to Bone Volume ratio [BSBV].
*
* To do so, the filter needs:
* -# a 3D input scan
Expand Down

0 comments on commit e68bd5b

Please sign in to comment.