/usr/share/doc/mia-2.0/libdoc/index.html is in libmia-2.0-doc 2.0.13-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.6"/>
<title>MIA - plug-in based framework for gray-scale and medical image processing</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- end header part -->
<!-- Generated by Doxygen 1.8.6 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li class="current"><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">MIA - plug-in based framework for gray-scale and medical image processing </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><h1><a class="anchor" id="intro_sec"></a>
Introduction</h1>
<p>The MIA provides a framwork for common tasks in gray scale images processing including image filtering and image registration for 2D and 3D images. This is the documentation of the public interface of the according libraries.</p>
<p>In addition to this library interface there exist a number of plug-ins and programs make use if the interface and can be run to execute certain image processing tasks. For information about these programs and plug-ins please see the user guide at <a href="https://sourceforge.net/apps/mediawiki/mia/index.php?title=Mia_-_A_tool_chain_for_Medical_Image_Analysis">https://sourceforge.net/apps/mediawiki/mia/index.php?title=Mia_-_A_tool_chain_for_Medical_Image_Analysis</a></p>
<dl class="section author"><dt>Author</dt><dd>Gert Wollny <a href="#" onclick="location.href='mai'+'lto:'+'gw.'+'fo'+'ssd'+'ev'+'@gm'+'ai'+'l.c'+'om'; return false;">gw.fo<span style="display: none;">.nosp@m.</span>ssde<span style="display: none;">.nosp@m.</span>v@gma<span style="display: none;">.nosp@m.</span>il.c<span style="display: none;">.nosp@m.</span>om</a></dd></dl>
<p>If you use this software to prepare a scientific publication, please reference it as</p>
<p>Gert Wollny, "MIA - A plugin-based Framework for Medical Image Processing", <a href="http://mia.sf.net">http://mia.sf.net</a></p>
<h1><a class="anchor" id="naming_sec"></a>
File names</h1>
<p>The following naming scheme is employed for most of the classes and data structurs:</p>
<p>Names for template classes that provide interfaces start with a capital "T" e.g. <a class="el" href="classTShape.html" title="a generic class for morphological shapes ">TShape</a>, or <a class="el" href="classTFactory.html" title="This is tha base of all plugins that create "things", like filters, cost functions time step operator...">TFactory</a>. Names of classes start with a capital "C" like <a class="el" href="classCSegSet.html" title="A set of segmentation of a 2D series of perfusion images. ">CSegSet</a>, or <a class="el" href="classCSplineKernel.html" title="Base class for all spline based interpolation kernels. ">CSplineKernel</a>. Classes and structures that work as functors are named starting with a capital "F", e.g. FMeanValue. Names of PODs (plain old data structures) begin with a "S". Exceptions to this rule will be renamed in time.</p>
<p>Classes and structures that start with two underscores, like __type_descr are traits, or other classes that are used for template meta programming, i.e. the type based dispaching of function class.</p>
<h1><a class="anchor" id="naming_sec"></a>
File names</h1>
<p>C++ Header files use the suffix ".hh", C++ implementation files use ".cc". For specific template implementations are only included for explicit template instanciations, the files use the suffic ".cxx".</p>
<p>File names do not necessarily correspond directly to classes defined and implemented in these files, but usually hint at the funcionallity provided.</p>
<p>A file may contain more then one class and additional functions that are closely linked. </p>
</div></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Jan 25 2014 23:52:10 by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.6
</small></address>
</body>
</html>
|