ipfml.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  1. <!DOCTYPE html>
  2. <!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
  3. <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
  4. <head>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Documentation of ipfml &mdash; ipfml v0.4.1 documentation</title>
  8. <link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
  9. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  10. <link rel="index" title="Index" href="genindex.html" />
  11. <link rel="search" title="Search" href="search.html" />
  12. <link rel="next" title="ipfml.metrics" href="ipfml/ipfml.metrics.html" />
  13. <link rel="prev" title="Description" href="description.html" />
  14. <script src="_static/js/modernizr.min.js"></script>
  15. </head>
  16. <body class="wy-body-for-nav">
  17. <div class="wy-grid-for-nav">
  18. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  19. <div class="wy-side-scroll">
  20. <div class="wy-side-nav-search">
  21. <a href="index.html" class="icon icon-home"> ipfml
  22. </a>
  23. <div class="version">
  24. 0.4.1
  25. </div>
  26. <div role="search">
  27. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  28. <input type="text" name="q" placeholder="Search docs" />
  29. <input type="hidden" name="check_keywords" value="yes" />
  30. <input type="hidden" name="area" value="default" />
  31. </form>
  32. </div>
  33. </div>
  34. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  35. <p class="caption"><span class="caption-text">Contents:</span></p>
  36. <ul class="current">
  37. <li class="toctree-l1"><a class="reference internal" href="description.html">Description</a></li>
  38. <li class="toctree-l1 current"><a class="current reference internal" href="#">Documentation of ipfml</a><ul>
  39. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.metrics.html">ipfml.metrics</a></li>
  40. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.utils.html">ipfml.utils</a></li>
  41. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.exceptions.html">ipfml.exceptions</a></li>
  42. <li class="toctree-l2"><a class="reference internal" href="#ipfml-filters">ipfml.filters</a><ul>
  43. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.filters.noise.html">ipfml.filters.noise</a></li>
  44. </ul>
  45. </li>
  46. <li class="toctree-l2"><a class="reference internal" href="#ipfml-iqa">ipfml.iqa</a><ul>
  47. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.iqa.fr.html">ipfml.iqa.fr</a></li>
  48. </ul>
  49. </li>
  50. <li class="toctree-l2"><a class="reference internal" href="#ipfml-processing">ipfml.processing</a><ul>
  51. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.compression.html">ipfml.processing.compression</a></li>
  52. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.movement.html">ipfml.processing.movement</a></li>
  53. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.reconstruction.html">ipfml.processing.reconstruction</a></li>
  54. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.segmentation.html">ipfml.processing.segmentation</a></li>
  55. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.transform.html">ipfml.processing.transform</a></li>
  56. </ul>
  57. </li>
  58. </ul>
  59. </li>
  60. <li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li>
  61. <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
  62. </ul>
  63. </div>
  64. </div>
  65. </nav>
  66. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  67. <nav class="wy-nav-top" aria-label="top navigation">
  68. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  69. <a href="index.html">ipfml</a>
  70. </nav>
  71. <div class="wy-nav-content">
  72. <div class="rst-content">
  73. <div role="navigation" aria-label="breadcrumbs navigation">
  74. <ul class="wy-breadcrumbs">
  75. <li><a href="index.html">Docs</a> &raquo;</li>
  76. <li>Documentation of ipfml</li>
  77. <li class="wy-breadcrumbs-aside">
  78. <a href="https://github.com/prise-3d/ipfml/blob/master/docs/source/ipfml.rst" class="fa fa-github"> Edit on GitHub</a>
  79. </li>
  80. </ul>
  81. <hr/>
  82. </div>
  83. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  84. <div itemprop="articleBody">
  85. <div class="section" id="documentation-of-ipfml">
  86. <h1>Documentation of ipfml<a class="headerlink" href="#documentation-of-ipfml" title="Permalink to this headline">¶</a></h1>
  87. <table border="1" class="longtable docutils">
  88. <colgroup>
  89. <col width="10%" />
  90. <col width="90%" />
  91. </colgroup>
  92. <tbody valign="top">
  93. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.metrics.html#module-ipfml.metrics" title="ipfml.metrics"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.metrics</span></code></a></td>
  94. <td>Contains all metrics used for model results comparisons</td>
  95. </tr>
  96. <tr class="row-even"><td><a class="reference internal" href="ipfml/ipfml.utils.html#module-ipfml.utils" title="ipfml.utils"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.utils</span></code></a></td>
  97. <td>Utils functions of ipfml package (normalization, integral…)</td>
  98. </tr>
  99. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.exceptions.html#module-ipfml.exceptions" title="ipfml.exceptions"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.exceptions</span></code></a></td>
  100. <td>Module which contains all customs Exceptions used into ipfml package</td>
  101. </tr>
  102. </tbody>
  103. </table>
  104. <div class="section" id="ipfml-filters">
  105. <h2>ipfml.filters<a class="headerlink" href="#ipfml-filters" title="Permalink to this headline">¶</a></h2>
  106. <table border="1" class="longtable docutils">
  107. <colgroup>
  108. <col width="10%" />
  109. <col width="90%" />
  110. </colgroup>
  111. <tbody valign="top">
  112. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.filters.noise.html#module-ipfml.filters.noise" title="ipfml.filters.noise"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.filters.noise</span></code></a></td>
  113. <td>Noise filters to apply on images</td>
  114. </tr>
  115. </tbody>
  116. </table>
  117. </div>
  118. <div class="section" id="ipfml-iqa">
  119. <h2>ipfml.iqa<a class="headerlink" href="#ipfml-iqa" title="Permalink to this headline">¶</a></h2>
  120. <table border="1" class="longtable docutils">
  121. <colgroup>
  122. <col width="10%" />
  123. <col width="90%" />
  124. </colgroup>
  125. <tbody valign="top">
  126. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.iqa.fr.html#module-ipfml.iqa.fr" title="ipfml.iqa.fr"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.iqa.fr</span></code></a></td>
  127. <td>Full-reference Image Quality Assessment (FR-IQA) methods</td>
  128. </tr>
  129. </tbody>
  130. </table>
  131. </div>
  132. <div class="section" id="ipfml-processing">
  133. <h2>ipfml.processing<a class="headerlink" href="#ipfml-processing" title="Permalink to this headline">¶</a></h2>
  134. <table border="1" class="longtable docutils">
  135. <colgroup>
  136. <col width="10%" />
  137. <col width="90%" />
  138. </colgroup>
  139. <tbody valign="top">
  140. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.processing.compression.html#module-ipfml.processing.compression" title="ipfml.processing.compression"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.processing.compression</span></code></a></td>
  141. <td>Functions for image compression and extraction</td>
  142. </tr>
  143. <tr class="row-even"><td><a class="reference internal" href="ipfml/ipfml.processing.movement.html#module-ipfml.processing.movement" title="ipfml.processing.movement"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.processing.movement</span></code></a></td>
  144. <td>All movements that can be applied on image such as rotations, fusions, flips</td>
  145. </tr>
  146. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.processing.reconstruction.html#module-ipfml.processing.reconstruction" title="ipfml.processing.reconstruction"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.processing.reconstruction</span></code></a></td>
  147. <td>Functions for reconstruction process of image using reduction/compression methods</td>
  148. </tr>
  149. <tr class="row-even"><td><a class="reference internal" href="ipfml/ipfml.processing.segmentation.html#module-ipfml.processing.segmentation" title="ipfml.processing.segmentation"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.processing.segmentation</span></code></a></td>
  150. <td>All segmentation methods applied on images</td>
  151. </tr>
  152. <tr class="row-odd"><td><a class="reference internal" href="ipfml/ipfml.processing.transform.html#module-ipfml.processing.transform" title="ipfml.processing.transform"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.processing.transform</span></code></a></td>
  153. <td>Functions which can be used to extract information from image or reduce it</td>
  154. </tr>
  155. </tbody>
  156. </table>
  157. </div>
  158. </div>
  159. </div>
  160. </div>
  161. <footer>
  162. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  163. <a href="ipfml/ipfml.metrics.html" class="btn btn-neutral float-right" title="ipfml.metrics" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
  164. <a href="description.html" class="btn btn-neutral" title="Description" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  165. </div>
  166. <hr/>
  167. <div role="contentinfo">
  168. <p>
  169. &copy; Copyright 2019, Jérôme BUISINE
  170. </p>
  171. </div>
  172. Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
  173. </footer>
  174. </div>
  175. </div>
  176. </section>
  177. </div>
  178. <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  179. <script type="text/javascript" src="_static/jquery.js"></script>
  180. <script type="text/javascript" src="_static/underscore.js"></script>
  181. <script type="text/javascript" src="_static/doctools.js"></script>
  182. <script type="text/javascript" src="_static/language_data.js"></script>
  183. <script type="text/javascript" src="_static/js/theme.js"></script>
  184. <script type="text/javascript">
  185. jQuery(function () {
  186. SphinxRtdTheme.Navigation.enable(true);
  187. });
  188. </script>
  189. </body>
  190. </html>