Package ROpenCVLite details
Helper Package for Installing OpenCV with R
Installs 'OpenCV' for use by other packages. 'OpenCV'
Maintainer: Simon Garnier < garnier at njit.edu >
From within R, enter citation('ROpenCVLite')
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://neuroconductor.org/neurocLite.R")
# Default Install
neuro_install('ROpenCVLite')
# from GitHub
neuro_install('ROpenCVLite', release = "stable", release_repo = "github")
neuro_install('ROpenCVLite', release = "current", release_repo = "github")
More detailed installation instructions can be found here.
Initially submitted on | September 25 2018 2:11PM |
Last updated on | March 31 2021 10:00AM |
Package type | standard |
Source GitHub | https://github.com/swarm-lab/ROpenCVLite.git GitHub |
Neuroconductor GitHub | https://github.com/neuroconductor/ROpenCVLite GitHub |
System requirements | cmake, C++11 |
Imports | utils, devtools, pkgbuild |
Suggests | knitr, rmarkdown |
Reverse Imports | Rvision (4.51.0) |