powered by
nrow, ncol and nframes return the number of rows, columns or frames present in a Video object.
Video
nrow.Rcpp_Video(x)ncol.Rcpp_Video(x)nframes(x)
ncol.Rcpp_Video(x)
nframes(x)
A Video object.
A numeric value.
dim which returns all dimensions.
dim
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) nrow(balloon) ncol(balloon) nframes(balloon) # }
Run the code above in your browser using DataLab