ipfml.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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 &mdash; IPFML v0.3.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.3.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</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.processing.html">ipfml.processing</a></li>
  41. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.utils.html">ipfml.utils</a></li>
  42. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.exceptions.html">ipfml.exceptions</a></li>
  43. <li class="toctree-l2"><a class="reference internal" href="#ipfml-filters">ipfml.filters</a><ul>
  44. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.filters.noise.html">ipfml.filters.noise</a></li>
  45. </ul>
  46. </li>
  47. <li class="toctree-l2"><a class="reference internal" href="#ipfml-iqa">ipfml.iqa</a><ul>
  48. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.iqa.fr.html">ipfml.iqa.fr</a></li>
  49. </ul>
  50. </li>
  51. </ul>
  52. </li>
  53. <li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li>
  54. <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
  55. </ul>
  56. </div>
  57. </div>
  58. </nav>
  59. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  60. <nav class="wy-nav-top" aria-label="top navigation">
  61. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  62. <a href="index.html">IPFML</a>
  63. </nav>
  64. <div class="wy-nav-content">
  65. <div class="rst-content">
  66. <div role="navigation" aria-label="breadcrumbs navigation">
  67. <ul class="wy-breadcrumbs">
  68. <li><a href="index.html">Docs</a> &raquo;</li>
  69. <li>Documentation</li>
  70. <li class="wy-breadcrumbs-aside">
  71. <a href="https://github.com/jbuisine/IPFML/blob/master/docs/source/ipfml.rst" class="fa fa-github"> Edit on GitHub</a>
  72. </li>
  73. </ul>
  74. <hr/>
  75. </div>
  76. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  77. <div itemprop="articleBody">
  78. <div class="section" id="documentation">
  79. <h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h1>
  80. <table border="1" class="longtable docutils">
  81. <colgroup>
  82. <col width="10%" />
  83. <col width="90%" />
  84. </colgroup>
  85. <tbody valign="top">
  86. <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>
  87. <td>Functions which can be used to extract information from image</td>
  88. </tr>
  89. <tr class="row-even"><td><a class="reference internal" href="ipfml/ipfml.processing.html#module-ipfml.processing" title="ipfml.processing"><code class="xref py py-obj docutils literal notranslate"><span class="pre">ipfml.processing</span></code></a></td>
  90. <td>Functions to quickly extract reduced information from image</td>
  91. </tr>
  92. <tr class="row-odd"><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>
  93. <td>Utils functions of ipfml package (array normalization)</td>
  94. </tr>
  95. <tr class="row-even"><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>
  96. <td>Module which contains all customs Exceptions used into ipfml package</td>
  97. </tr>
  98. </tbody>
  99. </table>
  100. <div class="section" id="ipfml-filters">
  101. <h2>ipfml.filters<a class="headerlink" href="#ipfml-filters" title="Permalink to this headline">¶</a></h2>
  102. <table border="1" class="longtable docutils">
  103. <colgroup>
  104. <col width="10%" />
  105. <col width="90%" />
  106. </colgroup>
  107. <tbody valign="top">
  108. <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>
  109. <td>Noise filters to apply on images</td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. </div>
  114. <div class="section" id="ipfml-iqa">
  115. <h2>ipfml.iqa<a class="headerlink" href="#ipfml-iqa" title="Permalink to this headline">¶</a></h2>
  116. <table border="1" class="longtable docutils">
  117. <colgroup>
  118. <col width="10%" />
  119. <col width="90%" />
  120. </colgroup>
  121. <tbody valign="top">
  122. <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>
  123. <td>Full-reference Image Quality Assessment (FR-IQA) methods</td>
  124. </tr>
  125. </tbody>
  126. </table>
  127. </div>
  128. </div>
  129. </div>
  130. </div>
  131. <footer>
  132. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  133. <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>
  134. <a href="description.html" class="btn btn-neutral" title="Description" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
  135. </div>
  136. <hr/>
  137. <div role="contentinfo">
  138. <p>
  139. &copy; Copyright 2019, Jérôme BUISINE
  140. </p>
  141. </div>
  142. 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>.
  143. </footer>
  144. </div>
  145. </div>
  146. </section>
  147. </div>
  148. <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  149. <script type="text/javascript" src="_static/jquery.js"></script>
  150. <script type="text/javascript" src="_static/underscore.js"></script>
  151. <script type="text/javascript" src="_static/doctools.js"></script>
  152. <script type="text/javascript" src="_static/language_data.js"></script>
  153. <script type="text/javascript" src="_static/js/theme.js"></script>
  154. <script type="text/javascript">
  155. jQuery(function () {
  156. SphinxRtdTheme.Navigation.enable(true);
  157. });
  158. </script>
  159. </body>
  160. </html>