Package: ImageFusion
Type: Package
Title: Temporal Fusion of Raster Images
Version: 0.0.1
Date: 2021-03-03
Authors@R: c(
    person("Christof", "Kaufmann", email = "christof.kaufmann@hs-bochum.de", role = c("aut","cph"),comment=c("Author of included imagefusion C++ code", ORCID = "0000-0002-0191-3341")),
    person("Johannes", "Mast", email = "johannes.mast@stud-mail.uni-wuerzburg.de", role = c("aut", "cre","cph"),comment = c("Author of R code and wrappers", ORCID = "0000-0001-6595-5834")),
    person("Thorsten", "Dahms", email = "thorsten.dahms@uni-wuerzburg.de", role = "sad",comment = c(ORCID = "0000-0002-7073-5075")),
    person("Jakob", "Schwalb-Willmann", email = "movevis@schwalb-willmann.de", role = "sad",comment = c(ORCID = "0000-0003-2665-1509")),
    person("Dinesh", "Kumar Babu", email = "dinesh.kumar-babu@adwaiseo.eu", role = "ctb"),
    person("Hochschule Bochum", role="cph"))
Description: Temporal fusion of raster image time series. Provides implementation of various fusion algorithms in C++.
License: BSD_3_clause + file LICENSE
Copyright: file inst/Copyrights
Imports: Rcpp (>= 1.0.2), raster, rgdal, parallel, ggplot2, assertthat,
        foreach, dplyr, magrittr
LinkingTo: Rcpp, RcppArmadillo, BH
Depends: R (>= 4.0)
Encoding: UTF-8
RoxygenNote: 7.1.1
SystemRequirements: libgdal-dev libopencv-dev libproj-dev
NeedsCompilation: yes
Language: en-US
Packaged: 2021-03-03 14:38:48 UTC; b
Author: Christof Kaufmann [aut, cph] (Author of included imagefusion C++ code,
    <https://orcid.org/0000-0002-0191-3341>),
  Johannes Mast [aut, cre, cph] (Author of R code and wrappers,
    <https://orcid.org/0000-0001-6595-5834>),
  Thorsten Dahms [sad] (<https://orcid.org/0000-0002-7073-5075>),
  Jakob Schwalb-Willmann [sad] (<https://orcid.org/0000-0003-2665-1509>),
  Dinesh Kumar Babu [ctb],
  Hochschule Bochum [cph]
Maintainer: Johannes Mast <johannes.mast@stud-mail.uni-wuerzburg.de>
Repository: CRAN
Date/Publication: 2021-03-04 09:50:12 UTC
