-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.13 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
Package: MeshAgreement
Type: Package
Title: Agreement Measures for 3D Meshes
Version: 0.1.5
Date: 2023-02-11
Authors@R: c(person("Daniel", "Wollschlaeger", role=c("aut", "cre"), email="[email protected]"),
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/