comparison segmetrics.xml @ 1:3a7310406943 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/segmetrics/ commit 288ebcb2217c2b0324392cdf74a143252121aa50
author imgteam
date Sat, 08 Oct 2022 17:19:48 +0000
parents 0729657d9e4e
children c496306c1cba
comparison
equal deleted inserted replaced
0:0729657d9e4e 1:3a7310406943
1 <tool id="ip_segmetrics" name="SegMetrics" version="0.11.3" profile="20.05"> 1 <tool id="ip_segmetrics" name="SegMetrics" version="0.11.3-1" profile="20.05">
2 <description>image segmentation and object detection performance measures</description> 2 <description>image segmentation and object detection performance measures</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="0.11.3">segmetrics</requirement> 4 <requirement type="package" version="0.11.3">segmetrics</requirement>
5 <requirement type="package" version="0.18.1">scikit-image</requirement> 5 <requirement type="package" version="0.18.1">scikit-image</requirement>
6 </requirements> 6 </requirements>
84 <param name="is_gt_unique" value="True"/> 84 <param name="is_gt_unique" value="True"/>
85 <param name="unzip" value="True"/> 85 <param name="unzip" value="True"/>
86 </test> 86 </test>
87 </tests> 87 </tests>
88 <help> 88 <help>
89 Image segmentation and object detection performance measures for 2-D image data. 89 This tool permits the computation of image segmentation and object detection performance measures for 2-D image data.
90
91 You can either use a pair of individual input images (a segmented and a ground truth image), or a pair of ZIP archives which contain the segmented and the correspondiong ground truth images. When using a pair of individual images, remember to turn off the "Unzip" option. When using ZIP archives, turn it on instead and make sure that the directory structure is the same for the segmented and the ground truth images. Correspondences are estbalished based on the file names, which should be *identical* for a pair of corresponding images.
92
93 If all objects within your segmented images are *uniquely* labeled, you can turn on the "Segmentation is uniquely labeled" switch to speed up the computations. Leave it off otherwise, or if you are unsure. The same accounts for the "Ground truth is uniquely labeled" switch and your ground turth image data.
90 </help> 94 </help>
91 <citations> 95 <citations>
92 <citation type="doi">10.1093/bioinformatics/btu080</citation> 96 <citation type="doi">10.1093/bioinformatics/btu080</citation>
93 <citation type="doi">10.1109/ISBI.2009.5193098</citation> 97 <citation type="doi">10.1109/ISBI.2009.5193098</citation>
94 <citation type="doi">10.1109/ICIP.2003.1246871</citation> 98 <citation type="doi">10.1109/ICIP.2003.1246871</citation>