# HG changeset patch # User imgteam # Date 1712244372 0 # Node ID 499ad4d9aa136784a785b80f2feb7eadd933fdae # Parent 65e95d0b8838cf787b9a521029afc69fb2a34ee6 planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation_points/ commit c045f067a57e8308308cf6329060c7ccd3fc372f diff -r 65e95d0b8838 -r 499ad4d9aa13 creators.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creators.xml Thu Apr 04 15:26:12 2024 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff -r 65e95d0b8838 -r 499ad4d9aa13 projective_transformation_points.xml --- a/projective_transformation_points.xml Mon Nov 13 22:12:09 2023 +0000 +++ b/projective_transformation_points.xml Thu Apr 04 15:26:12 2024 +0000 @@ -1,5 +1,13 @@ - + + + creators.xml + 0.1.1 + 3 + + + + operation_3443 @@ -22,8 +30,8 @@ ]]> - - + + @@ -36,15 +44,20 @@ - **What it does** - This tool performs a projective transformation of regions of interest (ROIs) defined by pixel (point) coordinates with/without labels. + **Performs projective transformation of point coordinates.** + + This tool performs a projective transformation of point coordinates with/without labels. - About the format of point coordinates (and labels) in the input TSV table: - 1st column: x-coordinate; - 2nd column: y-coordinate; - (optional) more column(s): point label(s) (numerical or categorical). - The top row of the table will be regarded as column headers. + The input point coordinates to be transformed must be in the following format: + + **Column 1:** The horizontal coordinate. + + **Column 2:** The vertical coordinate. + + **Further columns:** Point labels (numerical or categorical, optional). + + The frist row of the table will be regarded as column headers.