12 #ifndef mitkOtsuTool3D_h
13 #define mitkOtsuTool3D_h
31 itkFactorylessNewMacro(
Self);
35 const char **
GetXPM()
const override;
40 itkSetMacro(NumberOfBins,
unsigned int);
41 itkGetConstMacro(NumberOfBins,
unsigned int);
43 itkSetMacro(NumberOfRegions,
unsigned int);
44 itkGetConstMacro(NumberOfRegions,
unsigned int);
46 itkSetMacro(UseValley,
bool);
47 itkGetConstMacro(UseValley,
bool);
48 itkBooleanMacro(UseValley);
60 unsigned int m_NumberOfBins = 128;
61 unsigned int m_NumberOfRegions = 2;
62 bool m_UseValley =
false;
#define MITKSEGMENTATION_EXPORT
Image class for storing images.
MultiLabelSegmentation class for handling labels and layers in a segmentation session.
Find image slices visible on a given plane.