Last data update: 2014.03.03

R: getSpot
getSpotR Documentation

getSpot

Description

Identifies one or multiple spot(s) in the image data matrix.

Usage

getSpot(img, rad)

Arguments

img

Data matrix. The binary segmented channel image data.

rad

Integer. A cut-off to separate the spots (densely clustered 1s) from small random signals (loosely clustered 1s) on the binary image.

Value

A matrix of bright (spot) coordinates

Results