This is a MATLAB implementation of the journal publication:
-
Input is a 3d mesh of the aneurysm and its parent vasculature.
-
Note: the ending sections of the vasculature must be open.
-
In addition to the code in this repository, the next three MATLAB toolboxes are required:
-
See example file: examplePlaneComputation.m
-
The code is divided into three main functions:
- aneurysm center and parent vessel centerline extraction
- extraction of aneurysm principle direction
- positioning of aneurysm neck plane
This code is part of a research project and is currently in an undocumented and unpolished state. Consequently, reading and interpreting the code could be highly difficult.