# HG changeset patch # User imgteam # Date 1712244344 0 # Node ID ad795d260ba801a702b24731e9969cfe5fd9a063 # Parent f10112b317a15052f5203f8b3bcaf86caeadc66a planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/morphological_operations commit c045f067a57e8308308cf6329060c7ccd3fc372f diff -r f10112b317a1 -r ad795d260ba8 creators.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/creators.xml Thu Apr 04 15:25:44 2024 +0000 @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff -r f10112b317a1 -r ad795d260ba8 morphological_operations.xml --- a/morphological_operations.xml Fri Mar 08 11:00:41 2024 +0000 +++ b/morphological_operations.xml Thu Apr 04 15:25:44 2024 +0000 @@ -1,9 +1,14 @@ with SciPy + creators.xml + tests.xml 1.12.0 0 + + + operation_3443 @@ -11,7 +16,7 @@ scipy - scipy + scipy scikit-image - + - + - + - + @@ -83,28 +88,28 @@ - + - + - + - + @@ -112,11 +117,13 @@ - + - Applies a morphological operation to a 2-D image. + + **Applies a morphological operation to a 2-D image.** + For multi-channel images, the operation is applied to each channel separately. The following operations are supported: @@ -126,8 +133,9 @@ - **Opening:** Erosion followed by Dilation. Erases tiny bright spots. - **Closing:** Dilation followed by Erosion. Erases tiny dark holes. - **Fill holes:** Fills the holes (dark areas) in binary images. + 10.1038/s41592-019-0686-2 - \ No newline at end of file + diff -r f10112b317a1 -r ad795d260ba8 tests.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests.xml Thu Apr 04 15:25:44 2024 +0000 @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +