R/videoplayR-package.R

#' videoplayR: A basic (for now) computer vision library for R.
#'
#' The \code{videoplayR} package uses the OpenCV library to provide R users with 
#' some basic functions to read and manipulate image and video files. 
#' 
#' @author Simon Garnier <garnier@@njit.edu> - \href{http://twitter.com/sjmgarnier}{@@sjmgarnier}
#' 
#' Maintainer: Simon Garnier <garnier@@njit.edu> - \href{http://twitter.com/sjmgarnier}{@@sjmgarnier}
#' 
#' @details 
#' \tabular{ll}{
#'  Package: \tab videoplayR\cr
#'  Type: \tab Package\cr
#'  Version: \tab 0.3.1\cr
#'  Date: \tab 2015-09-30\cr
#'  License: \tab GPL-3\cr
#' }
#'
#' @references More about OpenCV at \link{http://opencv.org/}.
#'
#' @docType package
#' @name videoplayR
NULL
#> NULL
swarm-lab/videoplayR documentation built on May 30, 2019, 9:36 p.m.