This extension contains modules dedicated to research tasks for diabetic foot monitoring.
-
Operating system:
- Ubuntu 18.04.
Windows.
-
CUDA-Capable GPU
- Driver version 418.39 or above.
-
Slicer
- It's highly recommend to use the version 4.10.2.
-
Tools & Libraries:
Some modules depend on external libraries or frameworks. For this reason, it is recommended to use the SuperBuild option that is enabled by default.
In Linux is necessary to build PCL library which depends on the following libraries:
- Eigen
- Version 3.3.4 or above.
- Flann
- Version 1.9.1 or above.
- Boost
- Version 1.65 or above.
- Modules:
Data time
,Filesystem
,iostreams
,MPI
,Regex
andSerialization
Note: In Ubuntu 18.04 you can install dependencies from repository:
$ sudo apt install libeigen3-dev libflann-dev libboost-all-dev
...