itkwasm_dicom.read_overlapping_segmentation
¶
Module Contents¶
Functions¶
Read DICOM segmentation object with overlapping segments into a VectorImage. |
API¶
- itkwasm_dicom.read_overlapping_segmentation.read_overlapping_segmentation(dicom_file: os.PathLike, merge_segments: bool = False) Tuple[itkwasm.Image, Any] ¶
Read DICOM segmentation object with overlapping segments into a VectorImage.
- Parameters:
dicom_file (os.PathLike) – Input DICOM file
merge_segments (bool) – Merge segments into a single image
- Returns:
dicom segmentation object as an image
- Return type:
Image
- Returns:
Output overlay information
- Return type:
Any