NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Public Attributes | List of all members
niftk::GeneralSegmentorPipelineParams Class Reference

A simple parameters object to pass all parameters to the ITK based region growing pipeline. More...

Public Attributes

bool m_EraseFullSlice
 
int m_SliceAxis
 
int m_SliceIndex
 
double m_LowerThreshold
 
double m_UpperThreshold
 
const mitk::PointSet * m_Seeds
 
mitk::ContourModelSet * m_SegmentationContours
 
mitk::ContourModelSet * m_DrawContours
 
mitk::ContourModelSet * m_PolyContours
 

Detailed Description

A simple parameters object to pass all parameters to the ITK based region growing pipeline.

Member Data Documentation

mitk::ContourModelSet* niftk::GeneralSegmentorPipelineParams::m_DrawContours
bool niftk::GeneralSegmentorPipelineParams::m_EraseFullSlice
double niftk::GeneralSegmentorPipelineParams::m_LowerThreshold
mitk::ContourModelSet* niftk::GeneralSegmentorPipelineParams::m_PolyContours
const mitk::PointSet* niftk::GeneralSegmentorPipelineParams::m_Seeds
mitk::ContourModelSet* niftk::GeneralSegmentorPipelineParams::m_SegmentationContours
int niftk::GeneralSegmentorPipelineParams::m_SliceAxis
int niftk::GeneralSegmentorPipelineParams::m_SliceIndex
double niftk::GeneralSegmentorPipelineParams::m_UpperThreshold

The documentation for this class was generated from the following file: