|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
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")
51 virtual QString
getName()
override {
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 QString getDescription() override
Method that return the action extension description.
Definition: ITKSegmentationExtension.h:79
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:63
This class describes what is a generic Action extension. To add a ActionExtension to CamiTK core,...
Definition: ActionExtension.h:80
ITKSegmentationExtension()
the constructor
Definition: ITKSegmentationExtension.h:68
virtual QString getName() override
Method that return the action extension name.
Definition: ITKSegmentationExtension.h:74
ActionExtension()
constructor
Definition: ActionExtension.cpp:62
Segment using the otsu filter the ImageComponent.
Definition: OtsuFilter.h:46