Package: opencv
Type: Package
Title: Bindings to 'OpenCV' Computer Vision Library
Version: 0.5.2
Authors@R: c(
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroenooms@gmail.com",
comment = c(ORCID = "0000-0002-4035-0289")),
person('Jan', 'Wijffels', role = 'aut'))
Description: Exposes some of the available 'OpenCV'
algorithms, such as a QR code scanner,
and edge, body or face detection. These can either be applied
to analyze static images, or to filter live video footage from
a camera device.
License: MIT + file LICENSE
SystemRequirements: OpenCV 3 or newer: libopencv-dev (Debian, Ubuntu)
or opencv-devel (Fedora). The QR code detector requires at
least libopencv 4.5.2.
URL: https://docs.ropensci.org/opencv/
https://ropensci.r-universe.dev/opencv
BugReports: https://github.com/ropensci/opencv/issues
LinkingTo: Rcpp
Imports: Rcpp, magrittr
Suggests: grDevices, qrcode, testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/pak/sysreqs: libopencv-dev
Repository: https://ropensci.r-universe.dev
Date/Publication: 2026-02-21 14:45:06 UTC
RemoteUrl: https://github.com/ropensci/opencv
RemoteRef: master
RemoteSha: 0db3fcc50520d2c8fc7da9f1185bafc9dae65adc
NeedsCompilation: yes
Packaged: 2026-05-31 06:07:01 UTC; root
Author: Jeroen Ooms [aut, cre] (ORCID: ),
Jan Wijffels [aut]
Maintainer: Jeroen Ooms