[Insight-users] Flood fill and Face-vertex representations for surfaces

Dan Mueller dan.muel at gmail.com
Fri Jul 23 00:26:21 EDT 2010


Hi Sid,

You may be interested in the following Insight Journal paper
(especially section 3.3):
     ItkQuadEdgeMesh: A Discrete Orientable 2-Manifold Data Structure
for Image Processing
     http://www.insight-journal.org/browse/publication/122

itk::QuadEdgeMeshFrontIterator has made it into the toolkit, found here:
    Code/Review/itkQuadEdgeMeshFrontIterator.h

Example usage can be found in the test code here:
    Testing/Review/itkQuadEdgeMeshFrontIteratorTest.cxx

HTH

Cheers, Dan

On 22 July 2010 23:06, Siddharth Srivastava <siddys at gmail.com> wrote:
> Hi Everyone,
>      Are there any filter(s) in itk that I can use in isolation or in
> combination to implement
> a flood fill of a volume bound by a closed surface, where the latter is
> represented as
> a face-vertex set?
>      Also, what is the best way to represent surfaces in itk, given that I
> can generate
> face-vertex set externally?
>      thanks,
>      sid.


More information about the Insight-users mailing list