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/.
You should at least alert the users of our library that every segment you save will be labeled as "Connective tissue".
pycad/pycad/converters/nifti_to_dicom_seg.py
Lines 68 to 77 in 2deae98
Some background reading about DICOM SEG: https://peerj.com/articles/2057/.