25 #ifndef MANUALTHRESHOLD_H 26 #define MANUALTHRESHOLD_H 61 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
63 template <
class InputPixelType,
class OutputPixelType, const
int dim>
64 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
72 #endif // MANUALTHRESHOLD_H int lowThreshold
Parameters.
Definition: ManualThreshold.h:69
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
int highThreshold
Definition: ManualThreshold.h:70
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: ManualThreshold.cpp:76
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)
The manager of the Image Volume data.
Definition: ImageComponent.h:73
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:223
virtual ~ManualThreshold()
Default Destructor.
Definition: ManualThreshold.cpp:71
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing
Definition: ManualThreshold.cpp:85
vtkSmartPointer< vtkImageData > itkProcess(vtkSmartPointer< vtkImageData > img)
Definition: ManualThreshold.cpp:107
ManualThreshold(camitk::ActionExtension *)
Default Constructor.
Definition: ManualThreshold.cpp:40
Segment the ImageComponent using a manual threshold.
Definition: ManualThreshold.h:39