<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.10%2FModules%2FQuadEdgeSurfaceMesher</id>
	<title>Documentation/4.10/Modules/QuadEdgeSurfaceMesher - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.slicer.org/w/index.php?action=history&amp;feed=atom&amp;title=Documentation%2F4.10%2FModules%2FQuadEdgeSurfaceMesher"/>
	<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.10/Modules/QuadEdgeSurfaceMesher&amp;action=history"/>
	<updated>2026-04-04T17:50:21Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.0</generator>
	<entry>
		<id>https://www.slicer.org/w/index.php?title=Documentation/4.10/Modules/QuadEdgeSurfaceMesher&amp;diff=60247&amp;oldid=prev</id>
		<title>UpdateBot: Nightly -&gt; 4.10</title>
		<link rel="alternate" type="text/html" href="https://www.slicer.org/w/index.php?title=Documentation/4.10/Modules/QuadEdgeSurfaceMesher&amp;diff=60247&amp;oldid=prev"/>
		<updated>2018-10-19T00:47:12Z</updated>

		<summary type="html">&lt;p&gt;Nightly -&amp;gt; 4.10&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;{{documentation/versioncheck}}&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-header}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Introduction and Acknowledgements}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-start|{{documentation/modulename}}}}&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-row}}&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|&lt;br /&gt;
[[Image:SlicerProstate_Logo_1.0_128x128.png]]&lt;br /&gt;
|&lt;br /&gt;
Extension: [[Documentation/{{documentation/version}}/Extensions/SlicerProstate|SlicerProstate]]&amp;lt;br&amp;gt;&lt;br /&gt;
Acknowledgments:&lt;br /&gt;
This work supported in part the National Institutes of Health, National Cancer Institute through the following grants:&lt;br /&gt;
* Quantitative MRI of prostate cancer as a biomarker and guide for treatment, Quantitative Imaging Network (U01 CA151261, PI Fennessy)&lt;br /&gt;
* Enabling technologies for MRI-guided prostate interventions (R01 CA111288, PI Tempany)&lt;br /&gt;
* The National Center for Image-Guided Therapy (P41 EB015898, PI Tempany)&lt;br /&gt;
* [http://qiicr.org Quantitative Image Informatics for Cancer Research (QIICR)] (U24 CA180918, PIs Kikinis and Fedorov).&amp;lt;br&amp;gt;&lt;br /&gt;
Authors: Andrey Fedorov ({{collaborator|name|spl}})&amp;lt;br&amp;gt;&lt;br /&gt;
Contact: Andrey Fedorov, &amp;lt;email&amp;gt;fedorov@bwh.harvard.edu&amp;lt;/email&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
License: [http://www.slicer.org/pages/LicenseText Slicer License]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-logo-gallery&lt;br /&gt;
|{{collaborator|logo|ncigt}}|{{collaborator|longname|ncigt}}&lt;br /&gt;
|{{collaborator|logo|qiicr}}|{{collaborator|longname|qiicr}}&lt;br /&gt;
|{{collaborator|logo|spl}}|{{collaborator|longname|spl}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-introduction-end}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Module Description}}&lt;br /&gt;
&lt;br /&gt;
This module can be used as an alternative to ModelMaker to generate a smooth triangulated surface of a segmented label with improved (in the opinion of the author of this module) control over the number of triangles in the output surface, as well as improved visual appearance of the result. In the example below, the Marching Cubes output has 18750 triangles (blue), ModelMaker with 0.5 smoothing and 0.5 decimation generates 11173 triangles, (red) and the output of QuadEdgeSurfaceMesher (yellow) contains 1606 triangles. The result produced by ModelMaker with decimation setting set to 0.99 (a parameter similar to the decimation constant of the module being presented) produces triangulation that looks too embarrassing to show here.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|[[File:QuadEdgeSurfaceMesher_example1.png|thumb|400px|Visualization of the result of the marching cubes algorithm (blue), ModelMaker output with 0.5 decimation and 0.5 smoothing settings (red) and the QuadEdgeSurfaceMesher module (single parameter DecimationConstant = 0.01) (yellow). ]]&lt;br /&gt;
| [[File:QuadEdgeSurfaceMesher_example2.png|thumb|400px|Visualization of the result (wireframe visualization) of the marching cubes algorithm (blue), ModelMaker output with 0.5 decimation and 0.5 smoothing settings (red) and the QuadEdgeSurfaceMesher module (single parameter DecimationConstant = 0.01) (yellow). Note the number, uniformity and quality of the triangles in the yellow trianglulation.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
This module was motivated by the need to generate smooth compact surface triangulations for prostate MRI images.&lt;br /&gt;
&lt;br /&gt;
The module operates by applying Marching Cubes algorithm to the input segmentation, and then uses the ITK filters implementing the approach described in [1]. Currently, the module does not support multiple labels.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Use Cases}}&lt;br /&gt;
* MRI-ultrasound fusion biopsy of the prostate (primary)&lt;br /&gt;
* therapy planning&lt;br /&gt;
* treatment response assessment&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Tutorials}}&lt;br /&gt;
None at this time ... stay tuned!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{documentation/{{documentation/version}}/module-parametersdescription}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Similar Modules}}&lt;br /&gt;
ModelMaker&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|References}}&lt;br /&gt;
[1] Gelas A, Gouaillard A, Megason S (2008) Surface meshes incremental decimation framework. Insight J http://www.insight-journal.org/browse/publication/298&lt;br /&gt;
&lt;br /&gt;
[2] Fedorov A, Khallaghi S, Antonio Sánchez C, Lasso A, Fels S, Tuncali K, Neubauer Sugar E, Kapur T, Zhang C, Wells W, Nguyen PL, Abolmaesumi P, Tempany C. (2015) Open-source image registration for MRI–TRUS fusion-guided prostate interventions. Int J CARS: 1–10. Available: http://link.springer.com/article/10.1007/s11548-015-1180-7.&lt;br /&gt;
&lt;br /&gt;
[3] Fedorov A, Nguyen PL, Tuncali K, Tempany C. (2015). Annotated MRI and ultrasound volume images of the prostate. Zenodo. http://doi.org/10.5281/zenodo.16396&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-section|Information for Developers}}&lt;br /&gt;
* Source code: https://github.com/SlicerProstate/SlicerProstate/tree/master/QuadEdgeSurfaceMesher&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;br /&gt;
{{documentation/{{documentation/version}}/module-footer}}&lt;br /&gt;
&amp;lt;!-- ---------------------------- --&amp;gt;&lt;/div&gt;</summary>
		<author><name>UpdateBot</name></author>
		
	</entry>
</feed>