Skip to content

Commit

Permalink
Update projective_transformation_points tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Mar 19, 2024
1 parent afc8190 commit 279d936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</command>
<inputs>
<param name="input" type="data" format="tabular" label="Point coordinates to be transformed" help="Must be a TSV file." />
<param name="tmat" type= "data" format="tabular" label="Transformation matrix" />
<param name="tmat" type= "data" format="tabular" label="Transformation matrix" help="Homogeneous transformation matrix (3⨉3)." />
</inputs>
<outputs>
<data format="tabular" name="output" />
Expand Down

0 comments on commit 279d936

Please sign in to comment.