Operators

Please also see Holoscan SDK Python API for additional operators that are exposed in this module.

BundleConfigNames([preproc_name, …])

This object holds the name of relevant config items used in a MONAI Bundle.

ClaraVizOperator(fragement, *args, **kwargs)

This operator uses Clara Viz to provide interactive view of a 3D volume including segmentation mask.

DICOMDataLoaderOperator(fragment, *args[, …])

This operator loads DICOM studies into memory from a folder of DICOM instance files.

DICOMEncapsulatedPDFWriterOperator(fragment, …)

Class to write DICOM Encapsulated PDF Instance with provided PDF bytes in memory.

DICOMSegmentationWriterOperator(fragment, …)

This operator writes out a DICOM Segmentation Part 10 file to disk

DICOMSeriesSelectorOperator(fragment, *args)

This operator selects a list of DICOM Series in a DICOM Study for a given set of selection rules.

DICOMSeriesToVolumeOperator(fragment, *args, …)

This operator converts an instance of DICOMSeries into an Image object.

DICOMTextSRWriterOperator(fragment, *args, …)

Class to write DICOM Text SR Instance with provided text input.

EquipmentInfo([manufacturer, …])

Class encapsulating attributes required for DICOM Equipment Module.

InferenceOperator(fragment, *args, **kwargs)

The base operator for operators that perform AI inference.

IOMapping(label, data_type, storage_type)

This object holds an I/O definition for an operator.

ModelInfo([creator, name, version, uid])

Class encapsulating AI model information, according to IHE AI Results (AIR) Rev 1.1.

MonaiBundleInferenceOperator(fragment, …)

This inference operator automates the inference operation for a given MONAI Bundle.

MonaiSegInferenceOperator(fragment, *args, …)

This segmentation operator uses MONAI transforms and Sliding Window Inference.

PNGConverterOperator(fragment, *args, …)

This operator writes out a 3D Volumetric Image to to a file folder in a slice by slice manner.

PublisherOperator(*args, input_folder, …)

This Operator publishes the input and segment mask images for the 3rd party Render Server.

STLConversionOperator(fragment, *args, …)

Converts volumetric image to surface mesh in STL format.

STLConverter(*args, **kwargs)

Converts volumetric image to surface mesh in STL

NiftiDataLoader(fragment, *args, input_path, …)

This operator reads a nifti image, extracts the numpy array and forwards it to the next operator