Formats

different Annotation formats

class pado.annotations.formats.AnnotationState(value)[source]

An enumeration.

class pado.annotations.formats.AnnotationQuality(value)[source]

An enumeration.

class pado.annotations.formats.AnnotatorType(value)[source]

An enumeration.

class pado.annotations.formats.AnnotationStyle(value)[source]

An enumeration.

class pado.annotations.formats.QPPathObjectId(value)[source]

these have been used as .id in legacy qupath<0.3

class pado.annotations.formats.QPPathObjectType(value)[source]

these are used in .properties.object_type qupath>=0.3

class pado.annotations.formats.QPClassification(**data)[source]

qupath classifications with colors

classmethod qupath_color_to_rgba(v)[source]

convert a qupath color to a pydantic Color

class pado.annotations.formats.QPProperties(**data)[source]

qupath properties

class pado.annotations.formats.QuPathAnnotation(**data)[source]

model for qupath annotations