Skip to content

DICOM SEG converter assigns the same semantics to the converted segments #28

@fedorov

Description

@fedorov

You should at least alert the users of our library that every segment you save will be labeled as "Connective tissue".

description_segment_1 = hd.seg.SegmentDescription(
segment_number=1,
segment_label=segment_label,
segmented_property_category=codes.cid7150.Tissue,
segmented_property_type=codes.cid7166.ConnectiveTissue,
algorithm_type=hd.seg.SegmentAlgorithmTypeValues.AUTOMATIC,
algorithm_identification=algorithm_identification,
tracking_uid=hd.UID(),
tracking_id='test segmentation of computed tomography image'
)

Some background reading about DICOM SEG: https://peerj.com/articles/2057/.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions