 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
25 #ifndef ITKSEGMENTATIONEXTENSION_H
26 #define ITKSEGMENTATIONEXTENSION_H
41 Q_PLUGIN_METADATA(IID
"fr.imag.camitk.imaging.action.itksegmentation")
52 return "ITK Segmentation";
57 return "This extension implements ITK Segmentation Filters on image volumes.\
58 See Chapter 9 of <i>The ITK Software Guide</i> Second edition for more information about ITK Segmentation Filters.";
65 #endif // ITKSEGMENTATIONEXTENSION
Segment the ImageComponent using a manual threshold.
Definition: ManualThreshold.h:39
Manager for the ITK segmentation filter actions.
Definition: ITKSegmentationExtension.h:38
virtual void init()
initialize all the actions
Definition: ITKSegmentationExtension.cpp:34
virtual ~ITKSegmentationExtension()=default
the destructor
Segment using a region growing algorithm the ImageComponent.
Definition: RegionGrowing.h:39
#define registerNewAction(X)
Definition: ActionExtension.h:65
virtual QString getDescription()
Method that return the action extension descrption.
Definition: ITKSegmentationExtension.h:79
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:82
ITKSegmentationExtension()
the constructor
Definition: ITKSegmentationExtension.h:68
ActionExtension()
constructor
Definition: ActionExtension.h:86
virtual QString getName()
Method that return the action extension name.
Definition: ITKSegmentationExtension.h:74
Segment using the otsu filter the ImageComponent.
Definition: OtsuFilter.h:46