63 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
65 template <
class InputPixelType,
class OutputPixelType, const
int dim>
66 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
74 #endif // MEANFILTER_H
virtual void process(camitk::ImageComponent *)
helper method to simplify the target component processing
int halfNeighborhoodSizeX
Definition: MeanFilter.h:70
int halfNeighborhoodSizeZ
Definition: MeanFilter.h:72
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
int halfNeighborhoodSizeY
Definition: MeanFilter.h:71
Perform a mean filter on the ImageComponent.
Definition: MeanFilter.h:41
virtual ~MeanFilter()
Default Destructor.
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Definition: ImageComponent.h:69
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
vtkSmartPointer< vtkImageData > itkProcess(vtkSmartPointer< vtkImageData > img)
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
MeanFilter(camitk::ActionExtension *)
Default Constructor.
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)