-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.38 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
45
46
47
48
49
50
51
52
Package: imagefluency
Type: Package
Title: Image Statistics Based on Processing Fluency
Version: 0.2.5
Authors@R: person(given = "Stefan", family = "Mayer", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0034-7090"))
Description: Get image statistics based on processing fluency theory. The
functions provide scores for several basic aesthetic principles that
facilitate fluent cognitive processing of images: contrast,
complexity / simplicity, self-similarity, symmetry, and typicality.
See Mayer & Landwehr (2018) <doi:10.1037/aca0000187> and Mayer & Landwehr
(2018) <doi:10.31219/osf.io/gtbhw> for the theoretical background of the methods.
License: GPL-3
Encoding: UTF-8
URL: https://imagefluency.com,
https://github.com/stm/imagefluency/,
https://doi.org/10.5281/zenodo.5614665
BugReports: https://github.com/stm/imagefluency/issues/
Depends:
R (>= 4.1.0)
Imports:
R.utils,
readbitmap,
pracma,
magick,
OpenImageR
Suggests:
grid,
ggplot2,
scales,
shiny,
testthat,
mockery,
knitr,
rmarkdown,
furrr,
future,
pbmcapply,
tictoc,
dplyr
RoxygenNote: 7.3.1
Collate:
'utils.R'
'complexity.R'
'contrast.R'
'imagefluency-package.R'
'imagefluencyApp.R'
'self-similarity.R'
'simplicity.R'
'symmetry.R'
'typicality.R'
VignetteBuilder: knitr