Extracts particles from the images of a Frames
object.
particles(
raw.frames,
binary.frames = NULL,
channel = NULL,
BPPARAM = bpparam()
)
A Frames
object with the raw images (mandatory)
A Frames
object with preprocessed images (optional, if not provided gets produced with standard default parameters)
Character string. The channel to perform the operations on. Can be red
, green
or blue
a MulticoreParam
object, used to control the performances inside the BiocParallel
call to process
frames in parallel by taking advantage of the computing infrastructure available
A ParticleSet
object, containing all detected particles for each frame
data("MesenteriumSubset")