15#ifndef __vtkITKImageThresholdCalculator_h
16#define __vtkITKImageThresholdCalculator_h
18#include "vtkImageAlgorithm.h"
19#include "vtkImageData.h"
20#include "vtkObjectFactory.h"
21#include "vtkMatrix4x4.h"
24#include "itkImageIOBase.h"
33 void PrintSelf(ostream& os, vtkIndent indent)
override;
80 using vtkAlgorithm::Update;
void SetMethodToShanbhag()
static vtkITKImageThresholdCalculator * New()
static const char * GetMethodAsString(int method)
@ METHOD_KITTLER_ILLINGWORTH
void SetMethodToKittlerIllingworth()
void SetMethodToMoments()
~vtkITKImageThresholdCalculator() override
void SetMethodToIsoData()
void SetMethodToIntermodes()
void SetMethodToTriangle()
void Update() override
The main interface which triggers the writer to start.
void SetMethodToRenyiEntropy()
vtkITKImageThresholdCalculator()
void PrintSelf(ostream &os, vtkIndent indent) override
virtual void SetMethod(int)
void SetMethodToMaximumEntropy()