Description Usage Arguments Value Author(s) Examples
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
1 | read.Frames(image.files, nframes = NULL)
|
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 |
An object of the Frames
class, which holds the info on a list of frames, specifying for each the following elements:
image |
The |
location |
The complete path to the location of the original image |
Federico Marini, marinif@uni-mainz.de, 2014
1 2 | ## see vignette
## Not run: fullData <- read.Frames(image.files = "/path/to/the/directory", nframes = 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.