#include <Libs/vtkITK/vtkITKImageThresholdCalculator.h>
|
enum | {
METHOD_HUANG,
METHOD_INTERMODES,
METHOD_ISO_DATA,
METHOD_KITTLER_ILLINGWORTH,
METHOD_LI,
METHOD_MAXIMUM_ENTROPY,
METHOD_MOMENTS,
METHOD_OTSU,
METHOD_RENYI_ENTROPY,
METHOD_SHANBHAG,
METHOD_TRIANGLE,
METHOD_YEN,
NUMBER_OF_METHODS
} |
|
typedef vtkImageAlgorithm | Superclass |
|
|
virtual const char * | GetClassName () |
|
virtual double | GetThreshold () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
void | Update () override |
| The main interface which triggers the writer to start. More...
|
|
◆ Superclass
◆ anonymous enum
Enumerator |
---|
METHOD_HUANG | |
METHOD_INTERMODES | |
METHOD_ISO_DATA | |
METHOD_KITTLER_ILLINGWORTH | |
METHOD_LI | |
METHOD_MAXIMUM_ENTROPY | |
METHOD_MOMENTS | |
METHOD_OTSU | |
METHOD_RENYI_ENTROPY | |
METHOD_SHANBHAG | |
METHOD_TRIANGLE | |
METHOD_YEN | |
NUMBER_OF_METHODS | |
Definition at line 37 of file vtkITKImageThresholdCalculator.h.
◆ vtkITKImageThresholdCalculator()
vtkITKImageThresholdCalculator::vtkITKImageThresholdCalculator |
( |
| ) |
|
|
protected |
◆ ~vtkITKImageThresholdCalculator()
vtkITKImageThresholdCalculator::~vtkITKImageThresholdCalculator |
( |
| ) |
|
|
overrideprotected |
◆ GetClassName()
virtual const char* vtkITKImageThresholdCalculator::GetClassName |
( |
| ) |
|
|
virtual |
◆ GetMethod()
virtual int vtkITKImageThresholdCalculator::GetMethod |
( |
| ) |
|
|
virtual |
◆ GetMethodAsString()
static const char* vtkITKImageThresholdCalculator::GetMethodAsString |
( |
int |
method | ) |
|
|
static |
◆ GetThreshold()
virtual double vtkITKImageThresholdCalculator::GetThreshold |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkITKImageThresholdCalculator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkITKImageThresholdCalculator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkITKImageThresholdCalculator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ SafeDownCast()
◆ SetMethod()
virtual void vtkITKImageThresholdCalculator::SetMethod |
( |
int |
| ) |
|
|
virtual |
The resizing method to use. The default is to set the output image dimensions, and allow the filter to resize the image to these new dimensions. It is also possible to resize the image by setting the output image spacing or by setting a magnification factor.
◆ SetMethodToHuang()
void vtkITKImageThresholdCalculator::SetMethodToHuang |
( |
| ) |
|
|
inline |
◆ SetMethodToIntermodes()
void vtkITKImageThresholdCalculator::SetMethodToIntermodes |
( |
| ) |
|
|
inline |
◆ SetMethodToIsoData()
void vtkITKImageThresholdCalculator::SetMethodToIsoData |
( |
| ) |
|
|
inline |
◆ SetMethodToKittlerIllingworth()
void vtkITKImageThresholdCalculator::SetMethodToKittlerIllingworth |
( |
| ) |
|
|
inline |
◆ SetMethodToLi()
void vtkITKImageThresholdCalculator::SetMethodToLi |
( |
| ) |
|
|
inline |
◆ SetMethodToMaximumEntropy()
void vtkITKImageThresholdCalculator::SetMethodToMaximumEntropy |
( |
| ) |
|
|
inline |
◆ SetMethodToMoments()
void vtkITKImageThresholdCalculator::SetMethodToMoments |
( |
| ) |
|
|
inline |
◆ SetMethodToOtsu()
void vtkITKImageThresholdCalculator::SetMethodToOtsu |
( |
| ) |
|
|
inline |
◆ SetMethodToRenyiEntropy()
void vtkITKImageThresholdCalculator::SetMethodToRenyiEntropy |
( |
| ) |
|
|
inline |
◆ SetMethodToShanbhag()
void vtkITKImageThresholdCalculator::SetMethodToShanbhag |
( |
| ) |
|
|
inline |
◆ SetMethodToTriangle()
void vtkITKImageThresholdCalculator::SetMethodToTriangle |
( |
| ) |
|
|
inline |
◆ SetMethodToYen()
void vtkITKImageThresholdCalculator::SetMethodToYen |
( |
| ) |
|
|
inline |
◆ Update()
void vtkITKImageThresholdCalculator::Update |
( |
| ) |
|
|
override |
The main interface which triggers the writer to start.
◆ Method
int vtkITKImageThresholdCalculator::Method |
|
protected |
◆ Threshold
double vtkITKImageThresholdCalculator::Threshold |
|
protected |
The documentation for this class was generated from the following file: