[Insight-developers] simplex mesh topological operators

Alexandre GOUAILLARD agouaillard at gmail.com
Tue Aug 17 12:56:47 EDT 2010


yes, I think we have a shot.
let me get more familiar with those two operators, and we can come up
with a design quickly I think.

We do you actually ned it, do we have time to make it right, or do we
need to have something working quickly first and then try to make it
right?

alex.


On Wed, Aug 18, 2010 at 12:32 AM, Michel Audette
<michel.audette at kitware.com> wrote:
> Hi Alex,
>
> the algorithm that I have in mind is my adaptation of Herve
> Delingette's simplex mesh, where I use T1 and T2 operators to delete
> specific edges in order to explicitly control surface mesh resolution
> (prior to controlled-resolution tetrahedralization).
>
> The operators are on page 119 of Herve's IJCV paper General Object
> Reconstruction Based on Simplex Meshes
> which can still be found at
> http://www-sop.inria.fr/asclepios/biblio/REP/publi.php?name=Author/DELINGETTE-H.html
> .
>
> My adaptation appears in ICCV Workshop 2005...
>
> Yanxi Liu, Tianzi Jiang, Changshui Zhang  (Eds.): Computer Vision for
> Biomedical Image Applications, First International Workshop, CVBIA
> 2005, Beijing, China, October 21, 2005, Proceedings. Lecture Notes in
> Computer Science 3765 Springer 2005, ISBN 3-540-29411-2
>
> Michel A. Audette, Hervé Delingette, Alexander Fuchs, Oliver R.
> Astley, Kiyoyuki Chinzei:
> A Topologically Faithful, Tissue-Guided, Spatially Varying Meshing
> Strategy for Computing Patient-Specific Head Models for Endoscopic
> Pituitary Surgery Simulation. 178-188
>
> (and later in Computer Aided Surgery...
> http://www.informaworld.com/smpp/content~db=all~content=a770815634~frm=abslink )
>
> Was hoping to do this on ITK, without relying on my old code based on
> stuff contributed by Herve.
>
> What do you think? Feasible?
>
> Cheers,
>
> Michel
>
> On Tue, Aug 17, 2010 at 3:03 AM, Alexandre GOUAILLARD
> <agouaillard at gmail.com> wrote:
>>
>> hi michel,
>>
>> the simplex mesh code is one of the very first contribution to the
>> toolkit roughly 10 years ago and it seems to be showing it s age here
>> and then ( the segmentation based on simplex meshes in tk does not
>> take into account spacing, move the mesh out of the image and so on).
>>
>> Note that simplex / triangular meshes being dual, both topologies are
>> included by default in a QuadEdgeMesh. THe only thing that could be
>> missing (depending on what you do) is the container for the geometry
>> of the dual mesh (depending on your point of view, each can be primal
>> or dual).
>>
>> What algorithm did you have in mind ?
>>
>> I'm re-motivating myself to work on QuadEdgeMesh (thanks to dan for
>> pointing out a nice algorithm I'd like to work on) and that could be
>> of interest to me too ;-) I could definitly help with the design, and
>> even implement some.
>>
>> regards,
>>
>> alex.
>>
>>
>> On Mon, Aug 16, 2010 at 9:51 PM, Michel Audette
>> <michel.audette at kitware.com> wrote:
>> > Dear fellow developers,
>> >
>> > I would like to find out if anyone in the community has implemented T1 and
>> > T2 topological operators for the simplex mesh model. I need this kind of
>> > operator to use the simplex for highly controlled decimation and high
>> > quality surface triangulation. I don't see it doing a google on simplex and
>> > Insight Journal.
>> >
>> > Best wishes,
>> >
>> > Michel
>> >
>> > --
>> > Michel Audette, Ph.D.
>> > R & D Engineer,
>> > Kitware Inc.,
>> > Chapel Hill, N.C.
>> >
>> >
>> > _______________________________________________
>> > Powered by www.kitware.com
>> >
>> > Visit other Kitware open-source projects at
>> > http://www.kitware.com/opensource/opensource.html
>> >
>> > Kitware offers ITK Training Courses, for more information visit:
>> > http://kitware.com/products/protraining.html
>> >
>> > Please keep messages on-topic and check the ITK FAQ at:
>> > http://www.itk.org/Wiki/ITK_FAQ
>> >
>> > Follow this link to subscribe/unsubscribe:
>> > http://www.itk.org/mailman/listinfo/insight-developers
>> >
>> >
>
>
>
> --
> Michel Audette, Ph.D.
> R & D Engineer,
> Kitware Inc.,
> Chapel Hill, N.C.
>


More information about the Insight-developers mailing list