25 #ifndef CANYEDGEDETECTION_H
26 #define CANYEDGEDETECTION_H
63 vtkSmartPointer<vtkImageData>
implementProcess(vtkSmartPointer<vtkImageData> img);
65 template <
class InputPixelType,
class OutputPixelType, const
int dim>
66 vtkSmartPointer<vtkImageData>
itkProcess(vtkSmartPointer<vtkImageData> img);
76 #endif // CANYEDGEDETECTION_H
double variance
Definition: CannyEdgeDetection.h:71
virtual void process(camitk::ImageComponent *)
helper method to simplify the target component processing
vtkSmartPointer< vtkImageData > itkProcess(vtkSmartPointer< vtkImageData > img)
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:184
bool keepOrgVoxelType
Definition: CannyEdgeDetection.h:70
double lowerThreshold
Definition: CannyEdgeDetection.h:73
This class describes what is a generic Action extension.
Definition: ActionExtension.h:61
double upperThreshold
Definition: CannyEdgeDetection.h:72
virtual ApplyStatus apply()
this method is automatically called when the action is triggered.
Definition: ImageComponent.h:69
ApplyStatus
describes what happened during the application of an algorithm (i.e. results of the apply method) ...
Definition: Action.h:196
Perform a Canny edge detection on the ImageComponent.
Definition: CannyEdgeDetection.h:41
CannyEdgeDetection(camitk::ActionExtension *)
Default Constructor.
vtkSmartPointer< vtkImageData > implementProcess(vtkSmartPointer< vtkImageData > img)
virtual ~CannyEdgeDetection()
Default Destructor.