-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 1.17 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
Package: SAFARI
Title: Shape Analysis for AI-Reconstructed Images
Version: 0.1.1
Authors@R: c(
person(given = "Esteban",
family = "Fernandez",
role = c("aut", "cre"),
email = "esteban_fernandez@brown.edu"),
person(given = "Qiwei",
family = "Li",
role = c("aut"),
email = "qiwei.li@utdallas.edu"))
Description: Provides functionality for image processing and shape analysis in
the context of reconstructed medical images generated by deep learning-based
methods or standard image processing algorithms and produced from different
medical imaging types, such as X-ray, Computational Tomography (CT),
Magnetic Resonance Imaging (MRI), and pathology imaging. Specifically,
offers tools to segment regions of interest and to extract quantitative
shape descriptors for applications in signal processing,
statistical analysis and modeling, and machine learning.
Depends:
R (>= 3.5.0)
Imports:
caTools,
EBImage,
graphics,
lattice,
png
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
URL: https://github.com/estfernandez/SAFARI
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1