[Insight-users] Calculate exact surface
Luis Ibanez
luis.ibanez at kitware.com
Tue Aug 28 13:02:32 EDT 2007
Hi Thomas,
You may want to use the
http://www.itk.org/Insight/Doxygen/html/classitk_1_1SimplexMeshVolumeCalculator.html
The code is in
Insight/Code/Algorithms/
itkSimplexMeshVolumeCalculator.h*
itkSimplexMeshVolumeCalculator.txx
Take a look at the GetArea() method.
You may need to use also the filter:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1TriangleMeshToSimplexMeshFilter.html
in order to get the intermediate simples mesh.
Regards,
Luis
-------------------
THOMAS Diego wrote:
> Hi,
>
> I would like to calculate the exact surface of an object recorded as a 3D image with itk.
>
> Does anybody have an idea?
>
> I though about using the itk antialiasing filter, then the itk extractsurface filter and sum the areas of all the triangles of the mesh.
> Does this do the right thing?
>
> thanks in advance,
>
> regards
>
> Diego.
> __________________________
>
> Ce message (et toutes ses pièces jointes éventuelles) est confidentiel et établi à l'intention exclusive de ses destinataires. Toute utilisation de ce message non conforme à sa destination, toute diffusion ou toute publication, totale ou partielle, est interdite, sauf autorisation expresse. L'IFP décline toute responsabilité au titre de ce message.
>
> This message and any attachments (the message) are confidential and intended solely for the addressees. Any unauthorised use or dissemination is prohibited. IFP should not be liable for this message.
>
> Visitez notre site Web / Visit our web site : http://www.ifp.fr
> __________________________
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>
More information about the Insight-users
mailing list