Skip to main content

create_roi_runtime

Function create_roi_runtime 

Source
pub fn create_roi_runtime(
    port_name: &str,
    pool: Arc<NDArrayPool>,
    queue_size: usize,
    ndarray_port: &str,
    wiring: Arc<WiringRegistry>,
) -> (PluginRuntimeHandle, ROIParams, JoinHandle<()>)
Expand description

Create an ROI plugin runtime, returning the handle and param reasons.