index.html 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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>Image Processing For Machine Learning &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="Description" href="description.html" />
  13. <script src="_static/js/modernizr.min.js"></script>
  14. </head>
  15. <body class="wy-body-for-nav">
  16. <div class="wy-grid-for-nav">
  17. <nav data-toggle="wy-nav-shift" class="wy-nav-side">
  18. <div class="wy-side-scroll">
  19. <div class="wy-side-nav-search">
  20. <a href="#" class="icon icon-home"> ipfml
  21. </a>
  22. <div class="version">
  23. 0.4.1
  24. </div>
  25. <div role="search">
  26. <form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  27. <input type="text" name="q" placeholder="Search docs" />
  28. <input type="hidden" name="check_keywords" value="yes" />
  29. <input type="hidden" name="area" value="default" />
  30. </form>
  31. </div>
  32. </div>
  33. <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
  34. <p class="caption"><span class="caption-text">Contents:</span></p>
  35. <ul>
  36. <li class="toctree-l1"><a class="reference internal" href="description.html">Description</a></li>
  37. <li class="toctree-l1"><a class="reference internal" href="ipfml.html">Documentation of ipfml</a></li>
  38. <li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li>
  39. <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a></li>
  40. </ul>
  41. </div>
  42. </div>
  43. </nav>
  44. <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
  45. <nav class="wy-nav-top" aria-label="top navigation">
  46. <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
  47. <a href="#">ipfml</a>
  48. </nav>
  49. <div class="wy-nav-content">
  50. <div class="rst-content">
  51. <div role="navigation" aria-label="breadcrumbs navigation">
  52. <ul class="wy-breadcrumbs">
  53. <li><a href="#">Docs</a> &raquo;</li>
  54. <li>Image Processing For Machine Learning</li>
  55. <li class="wy-breadcrumbs-aside">
  56. <a href="https://github.com/prise-3d/ipfml/blob/master/docs/source/index.rst" class="fa fa-github"> Edit on GitHub</a>
  57. </li>
  58. </ul>
  59. <hr/>
  60. </div>
  61. <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
  62. <div itemprop="articleBody">
  63. <div class="section" id="image-processing-for-machine-learning">
  64. <h1>Image Processing For Machine Learning<a class="headerlink" href="#image-processing-for-machine-learning" title="Permalink to this headline">¶</a></h1>
  65. <a class="reference internal image-reference" href="_images/ipfml_logo.png"><img alt="_images/ipfml_logo.png" class="align-center" src="_images/ipfml_logo.png" style="width: 400px;" /></a>
  66. </div>
  67. <div class="section" id="what-s-ipfml">
  68. <h1>What’s IPFML ?<a class="headerlink" href="#what-s-ipfml" title="Permalink to this headline">¶</a></h1>
  69. <p>IPFML is a python package developed during a thesis project.</p>
  70. <div class="toctree-wrapper compound">
  71. <p class="caption"><span class="caption-text">Contents:</span></p>
  72. <ul>
  73. <li class="toctree-l1"><a class="reference internal" href="description.html">Description</a><ul>
  74. <li class="toctree-l2"><a class="reference internal" href="description.html#installation">Installation</a></li>
  75. <li class="toctree-l2"><a class="reference internal" href="description.html#how-to-use">How to use ?</a></li>
  76. </ul>
  77. </li>
  78. <li class="toctree-l1"><a class="reference internal" href="ipfml.html">Documentation of ipfml</a><ul>
  79. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.metrics.html">ipfml.metrics</a></li>
  80. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.utils.html">ipfml.utils</a></li>
  81. <li class="toctree-l2"><a class="reference internal" href="ipfml/ipfml.exceptions.html">ipfml.exceptions</a></li>
  82. <li class="toctree-l2"><a class="reference internal" href="ipfml.html#ipfml-filters">ipfml.filters</a><ul>
  83. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.filters.noise.html">ipfml.filters.noise</a></li>
  84. </ul>
  85. </li>
  86. <li class="toctree-l2"><a class="reference internal" href="ipfml.html#ipfml-iqa">ipfml.iqa</a><ul>
  87. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.iqa.fr.html">ipfml.iqa.fr</a></li>
  88. </ul>
  89. </li>
  90. <li class="toctree-l2"><a class="reference internal" href="ipfml.html#ipfml-processing">ipfml.processing</a><ul>
  91. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.compression.html">ipfml.processing.compression</a></li>
  92. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.movement.html">ipfml.processing.movement</a></li>
  93. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.reconstruction.html">ipfml.processing.reconstruction</a></li>
  94. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.segmentation.html">ipfml.processing.segmentation</a></li>
  95. <li class="toctree-l3"><a class="reference internal" href="ipfml/ipfml.processing.transform.html">ipfml.processing.transform</a></li>
  96. </ul>
  97. </li>
  98. </ul>
  99. </li>
  100. <li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a><ul>
  101. <li class="toctree-l2"><a class="reference internal" href="examples.html#processing-example">Processing example</a></li>
  102. <li class="toctree-l2"><a class="reference internal" href="examples.html#noise-filter-example">Noise filter example</a></li>
  103. </ul>
  104. </li>
  105. <li class="toctree-l1"><a class="reference internal" href="contributing.html">Contributing</a><ul>
  106. <li class="toctree-l2"><a class="reference internal" href="contributing.html#using-github">Using GitHub</a></li>
  107. </ul>
  108. </li>
  109. </ul>
  110. </div>
  111. </div>
  112. <div class="section" id="indices-and-tables">
  113. <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
  114. <ul class="simple">
  115. <li><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></li>
  116. <li><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></li>
  117. <li><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></li>
  118. </ul>
  119. </div>
  120. </div>
  121. </div>
  122. <footer>
  123. <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
  124. <a href="description.html" class="btn btn-neutral float-right" title="Description" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
  125. </div>
  126. <hr/>
  127. <div role="contentinfo">
  128. <p>
  129. &copy; Copyright 2019, Jérôme BUISINE
  130. </p>
  131. </div>
  132. 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>.
  133. </footer>
  134. </div>
  135. </div>
  136. </section>
  137. </div>
  138. <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
  139. <script type="text/javascript" src="_static/jquery.js"></script>
  140. <script type="text/javascript" src="_static/underscore.js"></script>
  141. <script type="text/javascript" src="_static/doctools.js"></script>
  142. <script type="text/javascript" src="_static/language_data.js"></script>
  143. <script type="text/javascript" src="_static/js/theme.js"></script>
  144. <script type="text/javascript">
  145. jQuery(function () {
  146. SphinxRtdTheme.Navigation.enable(true);
  147. });
  148. </script>
  149. </body>
  150. </html>