71 vtkSmartPointer<vtkImageData> implementProcess(vtkSmartPointer<vtkImageData> img);
73 template <
class InputPixelType,
class OutputPixelType, const
int dim>
74 vtkSmartPointer<vtkImageData> itkProcess(vtkSmartPointer<vtkImageData> img);
OtsuFilter(camitk::ActionExtension *)
Default Constructor.
Definition OtsuFilter.cpp:45
virtual ~OtsuFilter()
Default Destructor.
Definition OtsuFilter.cpp:76
virtual camitk::Action::ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition OtsuFilter.cpp:89
virtual QWidget * getWidget()
Required to reset the computed threshold value.
Definition OtsuFilter.cpp:81
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 an algorithm that wor...
Definition Action.h:215
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method)
Definition Action.h:231
The manager of the Image Volume data.
Definition ImageComponent.h:76
This class describes a property that can be used in components and actions or any class that needs to...
Definition Property.h:306