meshlab/web/index.html
Paolo Cignoni cignoni 9fbdc2f7fa First Release
2005-10-17 08:31:38 +00:00

117 lines
2.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Meshlab</title>
<meta name="author" content="Paolo Cignoni">
<meta name="keywords" content="mesh 3d processing meshlab scanning">
<meta name="description" content="Course Web page">
<meta name="robots" content="all">
<link media="all" rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="leftcontent">
<h1>MeshLab</h1>
<p class="body"> An extendible system for the user assisted processing of
&nbsp;unstructured meshes. <br>
The system is aimed to help the processing of the typical not-so-small
unstructured models arising in 3d scanning, providing a set of tools
for cleaning and healing this kind of meshes.<br>
The system is heavily based on the <a href="http://vcg.sourceforge.net">VCG library</a>
developed at the <a href="http://vcg.isti.cnr.it">Visual
Computing Lab</a> of <a href="www.isti.cnr.it">ISTI
- CNR</a>, for all the core mesh processing task. <br>
The Meshlab&nbsp;system started as a part of the <a href="http://vcg.isti.cnr.it/%7Ecignoni/FGT0506/index.html">FGT</a>
course of the <a href="www.di.unipi.it">Computer Science</a>
department of&nbsp;University of Pisa.<br>
</p>
<h2><a name="Features"></a>Features</h2>
<h2>ScreenShots</h2>
<h2><a name="Developers"></a>Developers</h2>
<ul>
<li>Designer: <a href="http://vcg.isti.cnr.it/%7Ecignoni">Paolo
Cignoni</a></li>
<li>Filtering Plugins:</li>
<ul>
<li>Latronico, Venturi</li>
</ul>
<li>Interface Framework</li>
<ul>
<li>Mochi, Vacca, Portelli</li>
</ul>
<li>Rendering Modes</li>
<ul>
<li>Vannini, Gangemi, Pirro</li>
</ul>
</ul>
<h2><a name="History"></a>History</h2>
<ul>
<li><span style="font-style: italic;">17/10/05</span>
Committed first rough framework. The development begins...</li>
</ul>
<br>
<dl>
</dl>
</div>
<div id="rightcontent">
<a href="https://sourceforge.net/projects/meshlab/"><img src="http://sourceforge.net/sflogo.php?group_id=149444&amp;type=2" alt="SourceForge.net Logo" border="0" height="37" width="125"></a>
<p class="menu"><a href="#Features">Features</a></p>
<p class="menu"><a href="#History">History</a></p>
<p class="menu"><a href="#Developers">Developers</a></p>
<p class="menu"><a href="devel.html">Development</a></p>
<p class="menu"><a href="#Download">Download</a></p>
<p class="menu"><a href="#CVS">CVS</a></p>
<p class="menu"><a href="https://sourceforge.net/projects/meshlab/">SF project
page</a></p>
</div>
</body>
</html>