-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.27 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.27 KB
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
Package: rip.opencv
Version: 0.3-1
Date: 2026-04-11
Type: Package
Title: Interface to 'OpenCV' Image Processing Routines
Authors@R: c(person("Deepayan", "Sarkar", role = c("aut", "cre"),
email = "deepayan.sarkar@r-project.org",
comment = c(ORCID = "0000-0003-4107-1553")),
person("Kaustav", "Nandy", role = "aut",
email = "kaustav.ndyy@gmail.com"))
Description: R interface for calling 'OpenCV' routines that works by
translating R objects to 'OpenCV' classes and back.
Low-level wrappers for several 'OpenCV' routines are
provided as 'Rcpp' modules. In addition, high level
interfaces are provided for a limited selection of common
operations.
License: GPL-2 | GPL-3
SystemRequirements: OpenCV 4 or newer
Imports: grDevices, graphics, Rcpp
Depends: R (>= 4.5.0)
LinkingTo: Rcpp, RcppArmadillo
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/deepayan/rip
BugReports: https://github.com/deepayan/rip/issues
Author: Deepayan Sarkar [aut, cre] (ORCID:
<https://orcid.org/0000-0003-4107-1553>),
Kaustav Nandy [aut]
Maintainer: Deepayan Sarkar <deepayan.sarkar@r-project.org>
NeedsCompilation: yes
Packaged: 2026-04-12 02:55:30 UTC; deepayan
Repository: CRAN
Date/Publication: 2026-04-15 14:30:02 UTC