Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Mar 11, 2024
1 parent e0e912f commit e68144e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tools/orientationpy/orientationpy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
</requirements>
<inputs>
<param name="image" type="data" format="png,tiff" label="Input image" />
<param argument="--mode" type="select" label="Gradient computation">
<option value="finite_difference">Finite differences</option>
<option value="gaussian">Gaussian</option>
<option value="splines">Splines</option>
</param>
</inputs>
<outputs>
</outputs>
Expand Down

0 comments on commit e68144e

Please sign in to comment.