25 #ifndef LAPLACIANSHARPENING_H
26 #define LAPLACIANSHARPENING_H
64 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
66 template <
class InputPixelType,
class OutputPixelType, const
int dim>
67 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
70 #endif // LAPLACIANSHARPENING_H
virtual void process(camitk::ImageComponent *)
helper method to simplify the target component processing
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
virtual ~LaplacianSharpening()
Default Destructor.
LaplacianSharpening(camitk::ActionExtension *)
Default Constructor.
Perform a laplacian sharpening filter on the ImageComponent.
Definition: LaplacianSharpening.h:41
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
Definition: ImageComponent.h:69
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
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.