Skip to content

Commit

Permalink
Update background_removal.xml
Browse files Browse the repository at this point in the history
Change the label of "filter" parameter to "Method" and add help  to "radius"
  • Loading branch information
rmassei authored Jul 30, 2024
1 parent 4d293b4 commit b8d19b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/background_removal/background_removal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
</command>
<inputs>
<param name="input_image" type="data" format="tiff, jpg, jpeg, png, tif" label="Input Image"/>
<param name="filter" type="select" label="Select Filter">
<param name="filter" type="select" label="Method">
<option value="rolling_ball">Rolling-ball algorithm</option>
<option value="dog">Difference of Gaussians</option>
<option value="top_hat">Top-hat filter</option>
</param>
<param name="radius" type="float" label="Radius" value="20"/>
<param name="radius" type="float" label="Radius" value="20" help="The radius of the local neighborhood (in pixels)."/>
</inputs>
<outputs>
<data name="output" format="tiff" label="Background substraction output"/>
Expand Down

0 comments on commit b8d19b3

Please sign in to comment.