Medical Imaging Interaction Toolkit
2024.06.00
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
24 #ifndef DOXYGEN_IGNORE
32 Step6(
int argc,
char *argv[], QWidget *parent =
nullptr);
40 void Load(
int argc,
char *argv[]);
43 template <
typename TPixel,
unsigned int VImageDimension>
44 friend void RegionGrowing(itk::Image<TPixel, VImageDimension> *itkImage,
Step6 *step6);
59 #endif // DOXYGEN_IGNORE
mitk::StandaloneDataStorage::Pointer m_DataStorage
QLineEdit * m_LineEditThresholdMax
void Load(int argc, char *argv[])
Step6(int argc, char *argv[], QWidget *parent=nullptr)
mitk::Image::Pointer m_ResultImage
virtual int GetThresholdMax()
friend void RegionGrowing(itk::Image< TPixel, VImageDimension > *itkImage, Step6 *step6)
mitk::Image::Pointer m_FirstImage
virtual void StartRegionGrowing()
QLineEdit * m_LineEditThresholdMin
virtual int GetThresholdMin()
mitk::PointSet::Pointer m_Seeds
mitk::DataNode::Pointer m_ResultNode
virtual void SetupWidgets()
virtual void Initialize()