NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
MorphologicalSegmentorPipelineParams.h
Go to the documentation of this file.
1 /*=============================================================================
2 
3  NifTK: A software platform for medical image computing.
4 
5  Copyright (c) University College London (UCL). All rights reserved.
6 
7  This software is distributed WITHOUT ANY WARRANTY; without even
8  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
9  PURPOSE.
10 
11  See LICENSE.txt in the top level directory for details.
12 
13 =============================================================================*/
14 
15 #ifndef MorphologicalSegmentorPipelineParams_h
16 #define MorphologicalSegmentorPipelineParams_h
17 
18 
26 {
27 
29  : m_StartStage(0)
30  , m_Stage(0)
39  , m_BoxSize(0)
40  {
41  }
42 
46 
48  int m_Stage;
49 
52 
55 
58 
61 
64 
67 
70 
73 
75  int m_BoxSize;
76 };
77 
78 #endif
MorphologicalSegmentorPipelineParams()
Definition: MorphologicalSegmentorPipelineParams.h:28
float m_LowerPercentageThresholdForDilations
Contains the lower perentage threshold on dilations tab.
Definition: MorphologicalSegmentorPipelineParams.h:66
float m_UpperErosionsThreshold
Contains the upper threshold on erosions tab.
Definition: MorphologicalSegmentorPipelineParams.h:60
int m_NumberOfErosions
Contains the number of erosions.
Definition: MorphologicalSegmentorPipelineParams.h:63
int m_NumberOfDilations
Contains the number of dilations.
Definition: MorphologicalSegmentorPipelineParams.h:72
float m_UpperIntensityThreshold
Contains the upper threshold on thresholding tab.
Definition: MorphologicalSegmentorPipelineParams.h:54
float m_UpperPercentageThresholdForDilations
Contains the upper percentage threshold on dilations tab.
Definition: MorphologicalSegmentorPipelineParams.h:69
int m_AxialCutOffSlice
Contains the axial cut-off on thresholding tab.
Definition: MorphologicalSegmentorPipelineParams.h:57
The parameters for the MorphologicalSegmentorPipeline, which closely resemble the GUI controls...
Definition: MorphologicalSegmentorPipelineParams.h:25
int m_StartStage
Describes the stage from which you want to run the pipeline. Defaults to the beginning.
Definition: MorphologicalSegmentorPipelineParams.h:45
int m_Stage
Describes the stage until which you want to run the pipeline.
Definition: MorphologicalSegmentorPipelineParams.h:48
float m_LowerIntensityThreshold
Contains the lower threshold on thresholding tab.
Definition: MorphologicalSegmentorPipelineParams.h:51
int m_BoxSize
Contains the box size on the thresholding tab.
Definition: MorphologicalSegmentorPipelineParams.h:75
GLclampf f
Definition: glew.h:3136