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:208
int highThreshold
Definition: ManualThreshold.h:70
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: ManualThreshold.cpp:81
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)
The manager of the Image Volume data.
Definition: ImageComponent.h:69
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:220
virtual ~ManualThreshold()
Default Destructor.
Definition: ManualThreshold.cpp:76
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing
Definition: ManualThreshold.cpp:90
vtkSmartPointer< vtkImageData > itkProcess(vtkSmartPointer< vtkImageData > img)
Definition: ManualThreshold.cpp:114
ManualThreshold(camitk::ActionExtension *)
Default Constructor.
Definition: ManualThreshold.cpp:45
Segment the ImageComponent using a manual threshold.
Definition: ManualThreshold.h:39