71 vtkSmartPointer<vtkImageData> implementProcess(vtkSmartPointer<vtkImageData> img);
73 template <
class InputPixelType,
class OutputPixelType, const
int dim>
74 vtkSmartPointer<vtkImageData> itkProcess(vtkSmartPointer<vtkImageData> img);
Segment using the otsu filter the ImageComponent.
Definition OtsuFilter.h:46
virtual ~OtsuFilter()
Default Destructor.
Definition OtsuFilter.cpp:77
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition OtsuFilter.cpp:90
virtual QWidget * getWidget()
Required to reset the computed threshold value.
Definition OtsuFilter.cpp:82
This class describes what is a generic Action extension.
Definition ActionExtension.h:57
Action class is an abstract class that enables you to build a action (generally on a component).
Definition Action.h:208
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:224
The manager of the Image Volume data.
Definition ImageComponent.h:77