Aslak Bergersen
Aslak Bergersen
In manipulate branch there could be added an option to use a predefined array for branch extraction, instead of using vmtkbranchextractor.
Instead of getting the normal to rotate the branch (when moving) from the centerline this could be done by reconstructing a small section of the parent branch and then average...
In common.py there are many examples of looping over vtk arrays and insert values into python lists or numpy arrays. These should instead be converted using numpy_support functions. Furthermore, there...