Package ROpenCVLite details

Helper Package for Installing OpenCV with R

Installs 'OpenCV' for use by other packages. 'OpenCV' is library of programming functions mainly aimed at real-time computer vision. This 'Lite' version installs the stable base version of 'OpenCV' and some of its experimental externally contributed modules. It does not provide R bindings directly.

Maintainer: Simon Garnier < garnier at njit.edu >

Documentation

 
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 requirementscmake, C++11
Importsutils, devtools, pkgbuild
Suggestsknitr, rmarkdown
Reverse ImportsRvision (4.51.0)