itkwasm_dicom.read_segmentation_async
¶
Module Contents¶
Functions¶
Read DICOM segmentation objects |
API¶
- async itkwasm_dicom.read_segmentation_async.read_segmentation_async(dicom_file: os.PathLike) Tuple[itkwasm.Image, Any] ¶
Read DICOM segmentation objects
- Parameters:
dicom_file (os.PathLike) – Input DICOM file
- Returns:
dicom segmentation object as an image
- Return type:
Image
- Returns:
Output overlay information
- Return type:
Any