Package Rvision details
Basic Computer Vision Library
This package uses the OpenCV library to provide R users with methods to read and manipulate video and image files, as well as camera streams.
Maintainer: Simon Garnier < garnier at njit.edu >
From within R, enter citation('Rvision')
To cite package 'Rvision' in publications use:
Simon Garnier (NA). Rvision: Basic Computer Vision Library.
https://swarm-lab.github.io/Rvision/,
https://github.com/swarm-lab/Rvision.
A BibTeX entry for LaTeX users is
@Manual{,
title = {Rvision: Basic Computer Vision Library},
author = {Simon Garnier},
note = {https://swarm-lab.github.io/Rvision/, https://github.com/swarm-lab/Rvision},
}
If you have any problems with this package you can open a new issue or check the already existing ones here.
To install this package, start R and enter:
source("https://.org/Lite.R")
# Default Install
neuro_install('Rvision')
# from GitHub
neuro_install('Rvision', release = "stable", release_repo = "github")
neuro_install('Rvision', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | May 22 2019 3:30PM |
Last updated on | December 2 2019 3:42PM |
Package type | standard |
Source GitHub | https://github.com/swarm-lab/Rvision GitHub |
GitHub | https://github.com//Rvision GitHub |
System requirements | C++11 |