-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.52 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
53
54
Package: bayesEO
Type: Package
Version: 0.2.1
Title: Bayesian Smoothing of Remote Sensing Image Classification
Authors@R: c(person('Gilberto', 'Camara', role = c('aut', 'cre'), email = 'gilberto.camara.inpe@gmail.com'),
person('Renato', 'Assuncao', role = c('aut'), email = 'assuncaoest@gmail.com'),
person('Rolf', 'Simoes', role = c('aut'), email = 'rolf.simoes@inpe.br'),
person('Felipe', 'Souza', role = c('aut'), email = 'felipe.carvalho@inpe.br')
)
Maintainer: Gilberto Camara <gilberto.camara.inpe@gmail.com>
Description: A Bayesian smoothing method for post-processing of remote
sensing image classification which refines the
labelling in a classified image in order to enhance its classification accuracy.
Combines pixel-based classification methods with a spatial post-processing
method to remove outliers and misclassified pixels.
Encoding: UTF-8
Language: en-US
Depends: R (>= 4.0.0)
URL: https://github.com/e-sensing/bayesEO/
BugReports: https://github.com/e-sensing/bayesEO/issues
License: GPL-3
ByteCompile: true
LazyData: true
Imports:
dplyr,
ggplot2,
grDevices,
purrr,
Rcpp,
stars,
stats,
terra,
tibble,
tidyr,
tmap,
yaml
Suggests:
RcppArmadillo,
testthat
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.3.1
Collate:
'api_check.R'
'bayes_colors.R'
'bayes_label.R'
'bayes_plot.R'
'bayes_read.R'
'bayes_smooth.R'
'bayes_utils.R'
'bayes_variance.R'
'RcppExports.R'
'zzz.R'