forked from dahtah/imager
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
executable file
·42 lines (42 loc) · 1.46 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
Package: imager
Type: Package
Title: Image Processing Library Based on 'CImg'
Version: 1.0.3
Authors@R: c(person("Simon","Barthelme",email="[email protected]",role=c("aut")),
person("David","Tschumperle",role=c("ctb")),
person("Jan","Wijffels",role=c("ctb")),
person("Haz Edine","Assemlal",role=c("ctb")),
person("Shota","Ochi",email="[email protected]",role=c("ctb")),
person("Aaron","Robotham",email="[email protected]",role=c("cre")),
person("Rodrigo","Tobar",role=c("ctb")))
Description: Fast image processing for images in up to 4 dimensions (two spatial
dimensions, one time/depth dimension, one colour dimension). Provides most
traditional image processing tools (filtering, morphology, transformations,
etc.) as well as various functions for easily analysing image data using R. The
package wraps 'CImg', <http://cimg.eu>, a simple, modern C++ library for image
processing.
License: LGPL-3
Imports:
Rcpp (>= 1.0.0), methods, stringr, png, jpeg, readbitmap, grDevices, purrr, downloader, igraph
Depends:
R (>= 4.0.0), magrittr
URL: https://asgr.github.io/imager/, https://github.com/asgr/imager/
BugReports: https://github.com/asgr/imager/issues
SystemRequirements: fftw3, libtiff, X11
LinkingTo: Rcpp
LazyData: true
RoxygenNote: 7.3.2
Suggests:
Cairo,
dplyr,
ggplot2,
knitr,
magick,
raster,
rmarkdown,
scales,
testthat,
spatstat.geom,
webp
VignetteBuilder: knitr
Encoding: UTF-8