Hi Jan
> - end pruning, which removes *all* blind-ended branches
I wrote that, so can try to guide you with any development. The idea
was to exclude 'broken' branches from branch length measurement, in a
structure which should have no dead-end branches. Kind-of-like how you
can exclude particles that are truncated by the sides of a stack.
> I would like to use a different pruning method that allows me to remove
> branches:
> - either only up to a specified length, as detailed here:
That should be doable relatively easily because the branch length is
already calculated, so you could skip branches over a particular length,
and only prune branches less than that length. (I guess you want to do
that rather than pruning them down to a particular length).
> - or by another algorithm that manages to keep the "important" branches,
That sounds much trickier!
Michael
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html