comparison filter.xml @ 3:53c55776a974 draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/2d_simple_filter/ commit 8e99ddb62ceab1da15996906a0813826b62d38fe
author imgteam
date Wed, 17 Dec 2025 11:21:02 +0000
parents b2d9c92bc431
children 5ab62693dca5
comparison
equal deleted inserted replaced
2:b2d9c92bc431 3:53c55776a974
116 <expand macro="select_axis"/> 116 <expand macro="select_axis"/>
117 </when> 117 </when>
118 </conditional> 118 </conditional>
119 </inputs> 119 </inputs>
120 <outputs> 120 <outputs>
121 <data format="tiff" name="output" /> 121 <data format="tiff" name="output"/>
122 </outputs> 122 </outputs>
123 <tests> 123 <tests>
124 <!-- Tests with uint8 TIFF input image --> 124 <!-- Tests with uint8 TIFF input image -->
125 <test> 125 <test>
126 <param name="input" value="input1_uint8.tiff"/> 126 <param name="input" value="input1_uint8.tiff"/>
244 Mean filters like the Gaussian filter, the box filter, or the median filter preserve both the brightness of the image, and 244 Mean filters like the Gaussian filter, the box filter, or the median filter preserve both the brightness of the image, and
245 the range of values. This does not hold for the derivative variants of the Gaussian filter, which may produce negative values. 245 the range of values. This does not hold for the derivative variants of the Gaussian filter, which may produce negative values.
246 246
247 </help> 247 </help>
248 <citations> 248 <citations>
249 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> 249 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation>
250 </citations> 250 </citations>
251 </tool> 251 </tool>