DicomAnnotationData Objects
multiframe_frame_number
only present for multi-frame DICOMsCocoExporter Objects
self
object at any time.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Announcing our Series C with $110M in total funding. Read more ā.
@dataclass(frozen=True)
class DicomAnnotationData()
class CocoExporter()
self
object at any time.
def get_categories() -> List[Dict[str, Any]]
def get_images() -> List[Dict[str, Any]]
def get_polyline(object_: Dict, image_id: int, size: Size,
object_answers: Dict, object_actions: Dict) -> CocoAnnotation
@staticmethod
def join_polyline_from_polygon(polygon: List[float]) -> List[float]
def add_unselected_attributes(feature_hash: str,
attributes_dict: Dict[str, Optional[bool]],
match_dynamic_attributes: bool) -> None
Was this page helpful?
