acia.segm.omero.shapeUtils
Utilities for working with OMERO shape objects
-
acia.segm.omero.shapeUtils.rgba_to_int(red, green, blue, alpha=255)[source]
Return the color as an Integer in RGBA encoding
-
acia.segm.omero.shapeUtils.create_rectangle(x, y, width, height, z, t)[source]
- Parameters:
-
-
acia.segm.omero.shapeUtils.create_ellipse(x, y, width, height, z, t)[source]
- Parameters:
-
-
acia.segm.omero.shapeUtils.make_polystr(points)[source]
-
acia.segm.omero.shapeUtils.make_coordinates(polystr)[source]
- Parameters:
polystr (str)
- Return type:
list[tuple[float]]
-
acia.segm.omero.shapeUtils.create_polygon(points, z, t, fillColor=(255, 0, 255, 50), strokeColor=(255, 255, 0), description='')[source]
- Parameters:
-