-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
27 lines (27 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: opencv
Type: Package
Title: Bindings to 'OpenCV' Computer Vision Library
Version: 0.4.1
Authors@R: c(
person("Jeroen", "Ooms", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-4035-0289")),
person('Jan', 'Wijffels', role = 'aut'))
Description: Exposes some of the available 'OpenCV' <https://opencv.org/> 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