read.Frames: Constructor for a 'Frames' object

Description Usage Arguments Value Author(s) Examples

Description

This function is used to create a Frames object from a vector of image files (or a folder specifying the directory containing them). The number of frames is also specified, as just a subset of the images can be used for this

Usage

1
read.Frames(image.files, nframes = NULL)

Arguments

image.files

Vector of strings containing the locations where the (raw) images are to be found, or alternatively, the path to the folder

nframes

Number of frames that will constitute the Frames object

Value

An object of the Frames class, which holds the info on a list of frames, specifying for each the following elements:

image

The Image object containing the image itself

location

The complete path to the location of the original image

Author(s)

Federico Marini, marinif@uni-mainz.de, 2014

Examples

1
2
## see vignette
## Not run: fullData <- read.Frames(image.files = "/path/to/the/directory", nframes = 100)

federicomarini/flowcatchR-release documentation built on May 16, 2019, 12:14 p.m.