72 vtkSmartPointer<vtkImageData> implementProcess(vtkSmartPointer<vtkImageData> img);
74 template <
class InputPixelType,
class OutputPixelType, const
int dim>
75 vtkSmartPointer<vtkImageData> itkProcess(vtkSmartPointer<vtkImageData> img);
85 #endif // OTSUFILTER_H double usedThreshold
Definition: OtsuFilter.h:81
int insideValue
Definition: OtsuFilter.h:79
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:207
Definition: Action.cpp:36
This class describes what is a generic Action extension.
Definition: ActionExtension.h:59
Segment using the otsu filter the ImageComponent.
Definition: OtsuFilter.h:46
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
camitk::Property * computedThresholdProperty
camitk::Property that displayed the computed threshold after applying the action. ...
Definition: OtsuFilter.h:67
int outsideValue
Definition: OtsuFilter.h:80
This class describes a property that can be used in components and actions or any class that needs to...
Definition: Property.h:291