<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Modules &#8212; PySegCNN  documentation</title>
    <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
    <script src="_static/jquery.js"></script>
    <script src="_static/underscore.js"></script>
    <script src="_static/doctools.js"></script>
    <script src="_static/language_data.js"></script>
    <link rel="index" title="Index" href="genindex.html" />
    <link rel="search" title="Search" href="search.html" />
    <link rel="next" title="pysegcnn.core.cli" href="modules/pysegcnn.core.cli.html" />
    <link rel="prev" title="PySegCNN: Image segmentation with convolutional neural networks in Python" href="index.html" />
   
  <link rel="stylesheet" href="_static/custom.css" type="text/css" />
  
  
  <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

  </head><body>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          

          <div class="body" role="main">
            
  <div class="section" id="modules">
<h1>Modules<a class="headerlink" href="#modules" title="Permalink to this headline">ΒΆ</a></h1>
<table class="longtable docutils align-default">
<colgroup>
<col style="width: 10%" />
<col style="width: 90%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><a class="reference internal" href="modules/pysegcnn.core.cli.html#module-pysegcnn.core.cli" title="pysegcnn.core.cli"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pysegcnn.core.cli</span></code></a></p></td>
<td><p>Command line interface parsers.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference internal" href="modules/pysegcnn.core.constants.html#module-pysegcnn.core.constants" title="pysegcnn.core.constants"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pysegcnn.core.constants</span></code></a></p></td>
<td><p>A collection of constant values.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference internal" href="modules/pysegcnn.core.dataset.html#module-pysegcnn.core.dataset" title="pysegcnn.core.dataset"><code class="xref py py-obj docutils literal notranslate"><span class="pre">pysegcnn.core.dataset</span></code></a></p></td>
<td><p>Custom dataset classes compliant to the PyTorch standard.</p></td>
</tr>
</tbody>
</table>
</div>


          </div>
          
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">PySegCNN</a></h1>








<h3>Navigation</h3>
<p class="caption"><span class="caption-text">Table of contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#">Modules</a><ul>
<li class="toctree-l2"><a class="reference internal" href="modules/pysegcnn.core.cli.html">pysegcnn.core.cli</a></li>
<li class="toctree-l2"><a class="reference internal" href="modules/pysegcnn.core.constants.html">pysegcnn.core.constants</a></li>
<li class="toctree-l2"><a class="reference internal" href="modules/pysegcnn.core.dataset.html">pysegcnn.core.dataset</a></li>
</ul>
</li>
</ul>

<div class="relations">
<h3>Related Topics</h3>
<ul>
  <li><a href="index.html">Documentation overview</a><ul>
      <li>Previous: <a href="index.html" title="previous chapter">PySegCNN: Image segmentation with convolutional neural networks in Python</a></li>
      <li>Next: <a href="modules/pysegcnn.core.cli.html" title="next chapter">pysegcnn.core.cli</a></li>
  </ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
  <h3 id="searchlabel">Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" aria-labelledby="searchlabel" />
      <input type="submit" value="Go" />
    </form>
    </div>
</div>
<script>$('#searchbox').show(0);</script>








        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="footer">
      &copy;2020, Daniel Frisinghelli.
      
      |
      Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
      &amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
      
      |
      <a href="_sources/modules.rst.txt"
          rel="nofollow">Page source</a>
    </div>

    

    
  </body>
</html>