orchestrator.assets.image_processing#
AI based image segmentation.
Functions#
|
Perform image smoothing on the input DICOM data. |
Module Contents#
- orchestrator.assets.image_processing.image_smoothing(context, data: List[pydicom.Dataset]) List[pydicom.Dataset]#
Perform image smoothing on the input DICOM data.
- Args:
context: Execution context. data (List[pydicom.Dataset]): Input DICOM data loaded automatically by IO Manager.
- Returns:
List[pydicom.Dataset]: The segmented DICOM data.