Skip to content

Commit 35c314c

Browse files
committed
CommonImageFilters: Parameter names
1 parent aaa3c94 commit 35c314c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/CommonImageFilters/iACastImageFilter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ iACastImageFilter::iACastImageFilter() :
141141
"<em>Rescale Range</em> determines whether the intensity values are transformed to another range in that process."
142142
"All parameters below are only considered in the case that Rescale Ranges is enabled; if it is disabled, the "
143143
"intensity values stay the same (to the extent that they can be represented in the output datatype).<br/>"
144-
"<em>Input Minimum</em> and <em>Input Maximum</em> allow to specify the start and end of the input range; "
144+
"<em>Input Min</em> and <em>Input Max</em> allow to specify the start and end of the input range; "
145145
"if you want to just use the minimum and maximum of the input image here, enable <em>Automatic Input Range</em>."
146-
"If <em>Use Full Output Range</em> is checked, then <em>Output Minimum</em> and <em>Maximum</em> are ignored, "
146+
"If <em>Use Full Output Range</em> is checked, then <em>Output Min</em> and <em>Output Max</em> are ignored, "
147147
"instead the minimum and maximum possible values of the chosen output datatype are used.<br/>"
148148
"For more information, see the "
149149
"<a href=\"https://itk.org/Doxygen/html/classitk_1_1CastImageFilter.html\">"

0 commit comments

Comments
 (0)