ROIs

ROIs#

ROIs (region of interest) are OMERO’s way of working with segmentation data. They are typically comprised of single or multiple polygons, unlike labels images, which many are probably more familiar with in the Python context. They come with the advantage of being very lightweight to use - but they need to converted into labels data to work with many other image analysis tools, such as scikit-image, for instance. This section explores the upload, download and conversion of ROIs from and to OMERO.

This section covers the following topics: