.. AUTO-GENERATED FILE -- DO NOT EDIT!

interfaces.slicer.filtering.votingbinaryholefillingimagefilter
==============================================================


.. _nipype.interfaces.slicer.filtering.votingbinaryholefillingimagefilter.VotingBinaryHoleFillingImageFilter:


.. index:: VotingBinaryHoleFillingImageFilter

VotingBinaryHoleFillingImageFilter
----------------------------------

`Link to code <file:///build/nipype-fj7ofr/nipype-1.0.0+git69-gdb2670326/nipype/interfaces/slicer/filtering/votingbinaryholefillingimagefilter.py#L44>`__

Wraps command **VotingBinaryHoleFillingImageFilter **

title: Voting Binary Hole Filling Image Filter

category: Filtering

description: Applies a voting operation in order to fill-in cavities. This can be used for smoothing contours and for filling holes in binary images. This technique is used frequently when segmenting complete organs that may have ducts or vasculature that may not have been included in the initial segmentation, e.g. lungs, kidneys, liver.

version: 0.1.0.$Revision: 19608 $(alpha)

documentation-url: http://wiki.slicer.org/slicerWiki/index.php/Documentation/4.1/Modules/VotingBinaryHoleFillingImageFilter

contributor: Bill Lorensen (GE)

acknowledgements: This command module was derived from Insight/Examples/Filtering/VotingBinaryHoleFillingImageFilter (copyright) Insight Software Consortium

Inputs::

        [Mandatory]

        [Optional]
        args: (a unicode string)
                Additional parameters to the command
                flag: %s
        background: (an integer (int or long))
                The value associated with the background (not object)
                flag: --background %d
        environ: (a dictionary with keys which are a newbytes or None or a
                 newstr or None and with values which are a newbytes or None or a
                 newstr or None, nipype default value: {})
                Environment variables
        foreground: (an integer (int or long))
                The value associated with the foreground (object)
                flag: --foreground %d
        ignore_exception: (a boolean, nipype default value: False)
                Print an error message instead of throwing an exception in case the
                interface fails to run
        inputVolume: (an existing file name)
                Input volume to be filtered
                flag: %s, position: -2
        majorityThreshold: (an integer (int or long))
                The number of pixels over 50% that will decide whether an OFF pixel
                will become ON or not. For example, if the neighborhood of a pixel
                has 124 pixels (excluding itself), the 50% will be 62, and if you
                set a Majority threshold of 5, that means that the filter will
                require 67 or more neighbor pixels to be ON in order to switch the
                current OFF pixel to ON.
                flag: --majorityThreshold %d
        outputVolume: (a boolean or a file name)
                Output filtered
                flag: %s, position: -1
        radius: (a list of items which are an integer (int or long))
                The radius of a hole to be filled
                flag: --radius %s
        terminal_output: (u'stream' or u'allatonce' or u'file' or u'none')
                Control terminal output: `stream` - displays to terminal immediately
                (default), `allatonce` - waits till command is finished to display
                output, `file` - writes output to file, `none` - output is ignored

Outputs::

        outputVolume: (an existing file name)
                Output filtered
