Learn R Programming

romero.gateway (version 0.4.4)

addROIs: 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

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

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

Run this code
# NOT RUN {
addROIs(image, coords = coordinates)
# }

Run the code above in your browser using DataLab