mitk.AlgorithmType#
- class mitk.AlgorithmType#
Bases:
pybind11_objectProvenance 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
name(-> str)- AUTOMATIC = <AlgorithmType.AUTOMATIC: 3>#
- MANUAL = <AlgorithmType.MANUAL: 1>#
- SEMIAUTOMATIC = <AlgorithmType.SEMIAUTOMATIC: 2>#
- UNDEFINED = <AlgorithmType.UNDEFINED: 0>#
- AlgorithmType.name -> str
- property value#