This Julia package contains a collection of methods that generate different kinds of phantom with the aim of being used to synthesise machine learning datasets. Currently, there exist two generator methods
- Ellipsoid Phantom Generator: ellipsoids of different size, location, orientation and value should mimic the images seen, e.g., when contrast agents are administered in the form of boluses
- Vessel Phantom Generator: randomly generated blood vessels
using Pkg
Pkg.add("TrainingPhantoms")
To help you get started, we have provided examples for each generator. The can be found in the examples folder.