This file is indexed.

/usr/share/doc/mia-2.4/userref/Secmia3disosurfacefromstack.html is in mia-tools-doc 2.4.3-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>mia-3disosurface-from-stack</title><link rel="stylesheet" type="text/css" href="progref.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Mia Program Reference"><link rel="up" href="SecAnalysisfilteringcombiningandsegmentationof3Dimages.html" title="Analysis, filtering, combining, and segmentation of 3D images"><link rel="prev" href="Secmia3dimagestats.html" title="mia-3dimagestats"><link rel="next" href="Secmia3dlerp.html" title="mia-3dlerp"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">mia-3disosurface-from-stack</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Secmia3dimagestats.html">Prev</a> </td><th width="60%" align="center">Analysis, filtering, combining, and segmentation of 3D images</th><td width="20%" align="right"> <a accesskey="n" href="Secmia3dlerp.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a name="Secmia3disosurfacefromstack"></a>mia-3disosurface-from-stack</h3></div></div></div><h4><a name="idp10358"></a>Sysnopis:</h4><div class="cmdsynopsis"><p><code class="command">mia-3disosurface-from-stack</code>  {-i <em class="replaceable"><code>string</code></em>} {-o <em class="replaceable"><code>string</code></em>} [
          <em class="replaceable"><code>options</code></em>
        ...]</p></div><h4><a name="idp10367"></a>Description:</h4><p>This program is used to extract an iso-surface from the input gray scale image given as slices.</p><h4><a name="idp10369"></a>Options:</h4><h4><a name="idp10370"></a>File-IO</h4><div class="variablelist"><dl class="variablelist compact"><dt><span class="term">-i, --in-image=(input, required); string</span></dt><dd><p>input image filename pattern</p></dd><dt><span class="term">-o, --out-mesh=(output, required); string</span></dt><dd><p>output mesh</p></dd></dl></div><h4><a name="idp10380"></a>Help &amp; Info</h4><div class="variablelist"><dl class="variablelist compact"><dt><span class="term">-V, --verbose=warning; dict</span></dt><dd><p>verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:</p><div class="informaltable"><table class="informaltable" border="0"><colgroup><col class="c1"><col class="c2"></colgroup><tbody><tr><td align="left" valign="top">info:</td><td align="left" valign="top">Low level messages</td></tr><tr><td align="left" valign="top">trace:</td><td align="left" valign="top">Function call trace</td></tr><tr><td align="left" valign="top">fail:</td><td align="left" valign="top">Report test failures</td></tr><tr><td align="left" valign="top">warning:</td><td align="left" valign="top">Warnings</td></tr><tr><td align="left" valign="top">error:</td><td align="left" valign="top">Report errors</td></tr><tr><td align="left" valign="top">debug:</td><td align="left" valign="top">Debug output</td></tr><tr><td align="left" valign="top">message:</td><td align="left" valign="top">Normal messages</td></tr><tr><td align="left" valign="top">fatal:</td><td align="left" valign="top">Report only fatal errors</td></tr></tbody></table></div></dd><dt><span class="term">--copyright=(); bool</span></dt><dd><p>print copyright information</p></dd><dt><span class="term">-h, --help=(); bool</span></dt><dd><p>print this help</p></dd><dt><span class="term">-?, --usage=(); bool</span></dt><dd><p>print a short help</p></dd><dt><span class="term">--version=(); bool</span></dt><dd><p>print the version number and exit</p></dd></dl></div><h4><a name="idp10431"></a>Image options</h4><div class="variablelist"><dl class="variablelist compact"><dt><span class="term">-s, --iso-value=128; float</span></dt><dd><p>iso-value of iso surface to be extractediso-value of iso surface to be extracted</p></dd></dl></div><h4><a name="idp10437"></a>Mesh options</h4><div class="variablelist"><dl class="variablelist compact"><dt><span class="term">-f, --max-faces=-1; int</span></dt><dd><p>maximum number of Faces,maximum number of Faces,</p></dd><dt><span class="term">-e, --max-edges=-1; int</span></dt><dd><p>maximum number of Edgesmaximum number of Edges</p></dd><dt><span class="term">-c, --max-cost=0.1; float</span></dt><dd><p>maximum cost for edge collapsmaximum cost for edge collaps</p></dd><dt><span class="term">-r, --ratio=4; float</span></dt><dd><p>ratio of faces(edges) to target number, at which  the optimization changes from edge-length to volume-optimizedratio of faces(edges) to target number, at which  the optimization changes from edge-length to volume-optimized</p></dd><dt><span class="term">-w, --reverse-winding</span></dt><dd><p>reverse the winding of the triangles in order to make normals point away from the high intensity area</p></dd></dl></div><h4><a name="idp10459"></a>Processing</h4><div class="variablelist"><dl class="variablelist compact"><dt><span class="term">--threads=-1; int</span></dt><dd><p>Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).</p></dd></dl></div><h4><a name="idp10465"></a>Example:</h4><p>Extract the surface from an image set with numbers imageXXXX.png that corresponds to  the value 30 and stop optimizing when the mesh consists of less than 100000 triangles.</p><pre class="screen">mia-3disosurface-from-stack -i image0000.png -o mesh.vmesh -s 30 -f 100000</pre><h4><a name="idp10468"></a>Author(s):</h4><p>Gert Wollny</p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Secmia3dimagestats.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="SecAnalysisfilteringcombiningandsegmentationof3Dimages.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Secmia3dlerp.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">mia-3dimagestats </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> mia-3dlerp</td></tr></table></div></body></html>