Hi Luca,

We get usefule vessel features from several vmtk scripts, and it would
be nice if we can combine them. In principle, it is always possible to
do the combination if we have the same geometry (points), because then
we can iterate over the points array, and for each point, we get the
features from (e.g. vmtkcenterlinegeometry, vmtkbranchextractor, and
say vmtkcenterlinesections). If we have the same centerline input for
the previous three scripts, we can for example get  at each point the
curvature, the torsion, the centerlineId, the groupId, the area of the
inter-sections...etc.

I've checked the outputs of the previous three scripts, and noticed
that vmtkcenterlinegeometry has the same points array of the input, on
the otherhand vmtkbranchextractor gives different points array (at
least the order is different). vmtkcenterlinesections contains the
sections points, and as I think each section is belonged to a cell. Is
there a way in vmtk to do this combination?

many thanks Luca in advance

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
vmtk-users mailing list
vmtk-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vmtk-users

Reply via email to