Skip to content

Add New Interaction in Slicer plugin

Andres Diaz-Pinto edited this page Jul 5, 2021 · 7 revisions

MONAI Label endpoints (server) support a huge variety of plugins or modules. This means users can modify or create a more dynamic Slicer plugin that better works for their own App. They can add scribbles, ROIS or closed curves interactions that later can be sent to the server. An example of this can be shown in the following image:

image

Endpoints in MONAI Label are designed to receive and send binary files, CSV files, masks, etc. This allows users to create their own interactions from the client and App. The following image shows some of the available calls users can utilise for their own case.

API

This is an example of how users can make a call to the server:

Infer Call

Please refer to this issue for more information.

Clone this wiki locally