Learn R Programming

cellWise (version 2.5.3)

data_dogWalker: Dog walker dataset

Description

A dataset containing the image sequence of a video. The sequence consists of 54 frames of 144 by 180 pixels pixels in Red/Geen/Blue (RGB) format.

Usage

data("data_dogWalker")

Arguments

Format

An array of dimensions \(54 \times 144 \times 180 \times 3\).

Examples

Run this code
data("data_dogWalker")
# For more examples, we refer to the vignette:
if (FALSE) {
vignette("Wrap_examples")
}

Run the code above in your browser using DataLab