labeledImage2Cell: convert the labeled imaged to a list of cell object

View source: R/labeledImage2Cell.R

labeledImage2CellR Documentation

convert the labeled imaged to a list of cell object

Description

Convert the output of detectObjects functions into a list of cell object

Usage

labeledImage2Cell(
  imgs,
  colorChannel = c(red = "#FF0000", green = "#00FF00", blue = "#0000FF")
)

Arguments

imgs

a list of Image or Image2. It should be output of detectObjects functions.

colorChannel

character(1). The color channel for the cell.

Author(s)

Jianhong Ou


jianhong/cellCounter documentation built on June 10, 2022, 8 p.m.