figure_displayDetectedPoints: Displays detected points on figure.

Description Usage Arguments Value See Also

Description

Generates a raster image of a figure with the detected points painted on a background/reference figure.

Usage

1
2
3
4
5
6
7
figure_displayDetectedPoints(
  aDetectedPlot,
  background = NULL,
  color = "red",
  size = 2,
  ignore = FALSE
)

Arguments

aDetectedPlot

A binary figure image with detected points (an EBImage object). See: figure_detectAllPoints

background

An EBImage figure of same size to be used as background (e.g., the original (RGB/color) figure image).

color

The color to paint the detected points.

size

The radius of the painted points.

ignore

When TRUE does not display painted image, only returns painted image EBImage object.

Value

A RGB EBImage painted with detected points.

See Also

figure_displayDetections


metagear documentation built on Feb. 15, 2021, 5:09 p.m.