Add ROIs (Point, Ellipse or Rectangle) to an Image x, y -> Point x, y, rx, ry -> Ellipse x, y, w, h -> Rectangle theta: Rotation about theta text: An optional comment
# S4 method for Image
addROIs(image, z = 1, t = 1, coords)
The image
The Z plane (default: 1)
The timepoint (default: 1)
The coordinates as dataframe (x, y, rx, ry, w, h, theta, text)