Project for module "Introduction into Medical Technology and Systems" at TUHH in the summer semester of 2024.
Analyse IVOCT scans, find their lumen and generate a 3D mesh.
If you want to get familiar with this application, see this application tutorial.
See the Technical Overview.
You can download an application build here.
Using rustup.
Make sure Rusts bin folder is on your PATH
by running cargo --version
. You
may need to restart your terminal to have the changes take effect.
> git clone https://github.com/Dampfwalze/IVOCT-Data-Processing_EMS-SoSe24-TUHH.git
> cd IVOCT-Data-Processing_EMS-SoSe24-TUHH
…\IVOCT-Data-Processing_EMS-SoSe24-TUHH> code .
…\IVOCT-Data-Processing_EMS-SoSe24-TUHH> cargo run --release
Note: Compiling the first time may take some time.