2 #ifndef __vtkITKGrowCutSegmentationImageFilter_h 3 #define __vtkITKGrowCutSegmentationImageFilter_h 8 #include <vtkImageAlgorithm.h> 9 #include <vtkVersion.h> 33 void PrintSelf(ostream& os, vtkIndent indent)
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 void ExecuteDataWithInformation(vtkDataObject *outData, vtkInformation *outInfo)
override;
58 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
override;
Wrapper class around itk::GrowCutSegmentationImageFilter
double PriorSegmentConfidence
double ContrastNoiseRatio