-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
36 lines (36 loc) · 1.12 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
28
29
30
31
32
33
34
35
36
Package: ROpenCVLite
Type: Package
Title: Helper Package for Installing OpenCV with R
Version: 4.90.2
Date: 2024-08-01
Authors@R: c(
person("Simon", "Garnier", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974")),
person("Muschelli", "John", email = "[email protected]", role = c("ctb"))
)
Maintainer: Simon Garnier <[email protected]>
Description: Installs 'OpenCV' for use by other packages. 'OpenCV' <https://opencv.org/>
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.
License: GPL-3
LazyData: TRUE
Imports:
utils,
parallel
SystemRequirements:
cmake
RoxygenNote: 7.3.2
Biarch: false
Encoding: UTF-8
Depends:
R (>= 4.0.0)
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://swarm-lab.github.io/ROpenCVLite/,
https://github.com/swarm-lab/ROpenCVLite
BugReports: https://github.com/swarm-lab/ROpenCVLite/issues