-
Notifications
You must be signed in to change notification settings - Fork 34
/
DESCRIPTION
44 lines (44 loc) · 1.4 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
37
38
39
40
41
42
43
44
Package: Rvision
Type: Package
Title: Computer Vision Library for R
Version: 0.8.1
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", "cph"))
)
Maintainer: Simon Garnier <[email protected]>
Description: An OpenCV-based computer vision library providing methods to read
and manipulate video and image files, as well as camera streams.
License: GPL-3
LazyData: TRUE
NeedsCompilation: yes
Depends:
R (>= 4.0.0)
Imports:
Rcpp (>= 1.0.1),
RcppArmadillo,
ROpenCVLite (>= 4.90.2),
methods,
pbapply,
stats,
graphics
LinkingTo: Rcpp, RcppArmadillo
RcppModules: class_Image, class_Capture, class_VideoWriter,
methods_Arithmetic, methods_Statistics, methods_Comparisons, methods_Logical,
methods_OpticalFlow, methods_Blob, methods_Morphology, methods_Filters,
methods_Display, methods_Draw, methods_Geometry, methods_Shape, methods_Transform,
methods_Feature, methods_Autothresh, methods_Ximgproc, methods_Calib3d
RoxygenNote: 7.3.2
Biarch: false
StagedInstall: false
Encoding: UTF-8
Suggests:
covr,
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://swarm-lab.github.io/Rvision/,
https://github.com/swarm-lab/Rvision
BugReports: https://github.com/swarm-lab/Rvision/issues