Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update help
Browse files Browse the repository at this point in the history
kostrykin committed Mar 11, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent f8e732a commit 92657e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/2d_auto_threshold/auto_threshold.xml
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@
<param name="block_size" type="integer" value="5" label="Odd size of pixel neighborhood for determining the threshold" />
</when>
</conditional>
<param name="invert_output" type="boolean" checked="false" truevalue="True" falsevalue="False" label="Invert output labels" help="Pixels with values below and above the threshold are usually labeled with the values 0 and 255, or with 255 and 0 if this option is activated." />
<param name="invert_output" type="boolean" checked="false" truevalue="True" falsevalue="False" label="Invert output labels" help="Pixels are usually assigned the label 0 if the pixel value is below (or equal to) the threshold, and 255 if it is above the threshold. If this option is activated, pixels are assigned the label 255 if the pixel value is below (or equal to) the threshold, and 0 if it is above the threshold." />
</inputs>
<outputs>
<data format="tiff" name="output" from_work_dir="out.tif" />

0 comments on commit 92657e4

Please sign in to comment.