mitk.AlgorithmType#

class mitk.AlgorithmType#

Bases: pybind11_object

Provenance of a Label’s segmentation.

Tracks how a label was produced: manually drawn, semi-automatically generated, fully automatic, or unspecified.

Members:

UNDEFINED : Provenance not recorded.

MANUAL : Label was drawn by a human operator.

SEMIAUTOMATIC : Label was produced by a semi-automatic tool that required user input.

AUTOMATIC : Label was produced by a fully automatic algorithm.

__init__(self: mitk.AlgorithmType, value: SupportsInt) None#

Methods

__init__(self, value)

Attributes

AUTOMATIC = <AlgorithmType.AUTOMATIC: 3>#
MANUAL = <AlgorithmType.MANUAL: 1>#
SEMIAUTOMATIC = <AlgorithmType.SEMIAUTOMATIC: 2>#
UNDEFINED = <AlgorithmType.UNDEFINED: 0>#
__eq__(self: object, other: object, /) bool#
__ne__(self: object, other: object, /) bool#
AlgorithmType.name -> str
property value#