powered by
Retrieve the dimensions a Video object.
Video
# S3 method for Rcpp_Video dim(x)
A Video object.
A vector with 3 values corresponding to the number of rows, columns and frames of the video (in this order).
Video, video
video
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) dim(balloon) # }
Run the code above in your browser using DataLab