Learn R Programming

⚠️There's a newer version (4.90.2) of this package.Take me there.

ROpenCVLite


Description

ROpenCVLite is a utility package that installs OpenCV within R for use by other packages. This package is not a wrapper around OpenCV (it does not provide access to OpenCV functions in R), not is it a computer vision package for R. All it does is compiling and installing OpenCV within your R installation so that other packages can easily find it and compile against it.

All information about the functioning of this package can be found on its website at: https://swarm-lab.github.io/ROpenCVLite/


Quick start guides

  1. Installing ROpenCVLite
  2. Using ROpenCVLite
  3. Function documentation

Copy Link

Version

Install

install.packages('ROpenCVLite')

Monthly Downloads

319

Version

4.30.2

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Simon Garnier

Last Published

July 5th, 2020

Functions in ROpenCVLite (4.30.2)

opencvConfig

C/C++ configuration options
opencvVersion

OpenCV version
isCmakeInstalled

Check Cmake Installation
isOpenCVInstalled

Check OpenCV Installation
ROpenCVLite-package

ROpenCVLite: A package to install OpenCV within R
installOpenCV

Install OpenCV