A web-app for reconstructing 3D point cloud of heart arteries from a series of planary x-ray images with known angles.
docker-compose -f compose-prod.yml up
Either run
docker-compose up
or just simply run it locally.
The reconstruction logic part (i.e. only the algorithm) comes in form of a package that can be installed via pip. In root dir run
pip install .
This will install the backend/xray_angio_3d package
For research part of the thesis, we've set up two other repositories where we've tested other metods coronary3D and coronaryNet