NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Enumerations | Functions | Variables
niftkFillHoles.cxx File Reference
Include dependency graph for niftkFillHoles.cxx:

Enumerations

enum  { O_INPUT_FILE =0, O_OUTPUT_FILE, O_INT_ITERATIONS, O_INT_RADIUS }
 

Functions

int main (int argc, char **argv)
 

Variables

struct
niftk::CommandLineArgumentDescription 
clArgList []
 

Enumeration Type Documentation

anonymous enum
Enumerator
O_INPUT_FILE 
O_OUTPUT_FILE 
O_INT_ITERATIONS 
O_INT_RADIUS 

Function Documentation

int main ( int  argc,
char **  argv 
)

Variable Documentation

Initial value:
= {
{OPT_STRING|OPT_REQ, "i", "filename", "Input image."},
{OPT_STRING|OPT_REQ, "o", "filename", "Output image."},
{OPT_INT, "it", "value", "Number of iterations in the VotingBinaryIterativeHoleFillingImageFilter."},
{OPT_INT, "radius", "value", "Radius of the neighborhood in the VotingBinaryIterativeHoleFillingImageFilter."},
{OPT_DONE, NULL, NULL, "Fill hols in an image using itk::VotingBinaryIterativeHoleFillingImageFilter."}
}
#define OPT_DONE
No more options - must terminate array.
Definition: niftkCommandLineParser.h:103
#define OPT_REQ
Option is always required.
Definition: niftkCommandLineParser.h:116
#define OPT_STRING
Option takes one string.
Definition: niftkCommandLineParser.h:89
#define OPT_INT
Option takes one integer.
Definition: niftkCommandLineParser.h:87