Package: MeshAgreement
Type: Package
Title: Agreement Measures for 3D Meshes
Version: 0.1.2
Date: 2022-11-14
Authors@R: c(person("Daniel", "Wollschlaeger", role=c("aut", "cre"), email="wollschlaeger@uni-mainz.de"),
    person("Heiko", "Karle", role="aut"))
Depends: R (>= 3.5)
Imports: stats, Rvcg, cgalMeshes
Suggests: knitr, shiny, DT, bs4Dash, sortable, rgl, Boov
VignetteBuilder: knitr
LazyData: yes
Description: Calculates distance-based and volume-overlap-based
        agreement measures for triangular 3D meshes. These include
        the Hausdorff distance, the average surface distance, the
        Dice similarity coefficient, and the Jaccard similarity
        coefficient as documented in Stockinger et al. (2021)
        <doi:10.1186/s13014-021-01965-5>. Overall agreement for
        a set of meshes is calculated as the aggregate agreement
        for all pairwise comparisons. Based on algorithms
        provided by the 'VCGLIB' <http://vcg.isti.cnr.it/vcglib/>
        and 'CGAL' <https://www.cgal.org/> libraries.
        Includes web-based graphical user interface.
License: GPL (>= 2)
URL: https://github.com/dwoll/MeshAgreement/
NeedsCompilation: no
Packaged: 2022-11-14 19:18:55 UTC; Daniel
Author: Daniel Wollschlaeger [aut, cre],
  Heiko Karle [aut]
Maintainer: Daniel Wollschlaeger <wollschlaeger@uni-mainz.de>
Repository: CRAN
Date/Publication: 2022-11-16 14:40:28 UTC
