addROIs: Add ROIs (Point, Ellipse or Rectangle) to an Image x, y ->...

Description Usage Arguments Examples

Description

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

Usage

1
addROIs(image, z = 1, t = 1, coords)

Arguments

image

The image

z

The Z plane (default: 1)

t

The timepoint (default: 1)

coords

The coordinates as dataframe (x, y, rx, ry, w, h, theta, text)

Examples

1
2
3
4
## Not run: 
addROIs(image, coords = coordinates)

## End(Not run)

romero.gateway documentation built on Dec. 23, 2018, 5:04 p.m.