Skip to content

Transform_morphology_v31

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_transform_morphology (v3.1)

Usage

Apply morphological operations to binary or gray images/volumes. You may learn about morphological operations in general from here.

Parameters

$``: Input file: metadata, stack, volume or image. $--mode &lt;modeoverwrite> where <mode> can be:

    • $--label &lt;image_labelimage> $-o, --output &lt;output_file> $--oroot &lt;root> $--save_metadata_stack &lt;output_md> $: Store the original image filename in the output metadata in column imageOriginal. $: Preserve the columns from the input metadata. Some of the column values can be changed by the program. $``: Morphological operation on binary images where <op> can be:
    • $ or``: Morphological operation on gray images where <op> can be:
    • $--neigh2D &lt;nNeigh8> where <n> can be:
    • $--neigh3D &lt;nNeigh18> where <n> can be:
    • $--size &lt;s1> $--count &lt;c0>

Examples and notes

xmipp_transform_morphology -i binaryVolume.vol --binaryOperation dilation

User's comments

Clone this wiki locally