frame_image: Stores the information of an image into a data frame.

Description Usage Arguments Examples

Description

Stores the information of an image into a data frame.

Usage

1
frame_image(object)

Arguments

object

An object of class Image

Examples

1
2
3
4
5
## Load image
data(cellmovie)

## Extract a few frames from the image
df_image <- frame_image(cellmovie)

MaxLev/CloseEnough documentation built on May 9, 2019, 2:19 a.m.