25 #ifndef MANUALTHRESHOLD_H
26 #define MANUALTHRESHOLD_H
60 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
62 template <
class InputPixelType,
class OutputPixelType, const
int dim>
63 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
71 #endif // MANUALTHRESHOLD_H
virtual void process(camitk::ImageComponent *comp)
helper method to simplify the target component processing
int lowThreshold
Parameters.
Definition: ManualThreshold.h:68
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
int highThreshold
Definition: ManualThreshold.h:69
vtkSmartPointer< vtkImageData > itkProcess(vtkSmartPointer< vtkImageData > img)
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.
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)
Definition: ImageComponent.h:69
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
virtual ~ManualThreshold()
Default Destructor.
ManualThreshold(camitk::ActionExtension *)
Default Constructor.
Segment the ImageComponent using a manual threshold.
Definition: ManualThreshold.h:39