comparison projective_transformation.xml @ 5:f5744f0e5a81 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/projective_transformation/ commit 2286a6c9da88596349ed9d967c51541409c0a7bf
author imgteam
date Mon, 13 Nov 2023 22:12:05 +0000
parents 37b079c98c38
children 2f504e075496
comparison
equal deleted inserted replaced
4:37b079c98c38 5:f5744f0e5a81
1 <tool id="ip_projective_transformation" name="Projective Transformation" version="0.1.2" profile="20.05"> 1 <tool id="ip_projective_transformation" name="Performs projective transformation with/without labels" version="0.1.2-2" profile="20.05">
2 <description>of 2D images</description> 2 <description></description>
3 <edam_operations>
4 <edam_operation>operation_3443</edam_operation>
5 </edam_operations>
6 <xrefs>
7 <xref type="bio.tools">galaxy_image_analysis</xref>
8 </xrefs>
3 <requirements> 9 <requirements>
4 <requirement type="package" version="0.18.1">scikit-image</requirement> 10 <requirement type="package" version="0.18.1">scikit-image</requirement>
5 <requirement type="package" version="1.2.4">pandas</requirement> 11 <requirement type="package" version="1.2.4">pandas</requirement>
6 <requirement type="package" version="1.20.2">numpy</requirement> 12 <requirement type="package" version="1.20.2">numpy</requirement>
7 <requirement type="package" version="1.6.2">scipy</requirement> 13 <requirement type="package" version="1.6.2">scipy</requirement>
48 </tests> 54 </tests>
49 <help> 55 <help>
50 56
51 **What it does** 57 **What it does**
52 58
53 This tool performs a projective transformation of the moving image so that it fits the fixed image. 59 This tool performs a projective transformation of the moving 2D image so that it fits the fixed 2D image.
54 Multi-channel and RGB images are supported. 60 Multi-channel and RGB images are supported.
55 </help> 61 </help>
56 <citations> 62 <citations>
57 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> 63 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
58 </citations> 64 </citations>