itkwasm_dicom.read_segmentation
¶
Module Contents¶
Functions¶
Read DICOM segmentation objects |
API¶
- itkwasm_dicom.read_segmentation.read_segmentation(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