isVideoStack: Test for a VideoStack Object

View source: R/VideoStackClass.R

isVideoStackR Documentation

Test for a VideoStack Object

Description

Tests whether the object is of class VideoStack.

Usage

isVideoStack(object)

Arguments

object

Any R object.

Value

A logical indicating whether the object is of class VideoStack (TRUE) or not (FALSE).

Author(s)

Simon Garnier, garnier@njit.edu

See Also

VideoStack, videoStack

Examples

path <- system.file("sample_vid/Balloon.mp4", package = "Rvision")
balloonStack <- videoStack(path, path)
isVideoStack(balloonStack)


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.