-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
20 lines (20 loc) · 975 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: opencv
Type: Package
Title: Bindings to 'OpenCV' Computer Vision Library
Version: 0.1.9000
Authors@R: c(person("Jeroen", "Ooms", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4035-0289")))
Description: Experimenting with computer vision and machine learning in R. This
package exposes some of the available 'OpenCV' <https://opencv.org/> algorithms,
such as 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)
URL: https://docs.ropensci.org/opencv, https://opencv.org (upstream) https://github.com/ropensci/opencv (devel)
BugReports: https://github.com/ropensci/opencv/issues
LinkingTo: Rcpp
Imports: Rcpp, magrittr
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)