2 #ifndef __vtkITKGrowCutSegmentationImageFilter_h 3 #define __vtkITKGrowCutSegmentationImageFilter_h 8 #include <vtkImageAlgorithm.h> 9 #include <vtkVersion.h> 33 void PrintSelf(ostream& os, vtkIndent indent) VTK_OVERRIDE;
36 vtkSetMacro(ObjectSize,
double);
37 vtkGetMacro(ObjectSize,
double);
40 vtkSetMacro(ContrastNoiseRatio,
double);
41 vtkGetMacro(ContrastNoiseRatio,
double);
44 vtkSetMacro(PriorSegmentConfidence,
double);
45 vtkGetMacro(PriorSegmentConfidence,
double);
57 virtual void ExecuteDataWithInformation(vtkDataObject *outData, vtkInformation *outInfo) VTK_OVERRIDE;
58 virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE;
~vtkITKGrowCutSegmentationImageFilter()
Wrapper class around itk::GrowCutSegmentationImageFilter
double PriorSegmentConfidence
double ContrastNoiseRatio