index.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Image Processing - Boost.GIL documentation</title>
  7. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/style.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '../',
  12. VERSION: '',
  13. COLLAPSE_MODINDEX: false,
  14. FILE_SUFFIX: '.html'
  15. };
  16. </script>
  17. <script type="text/javascript" src="../_static/jquery.js"></script>
  18. <script type="text/javascript" src="../_static/underscore.js"></script>
  19. <script type="text/javascript" src="../_static/doctools.js"></script>
  20. <link rel="index" title="Index" href="../genindex.html" />
  21. <link rel="search" title="Search" href="../search.html" />
  22. <link rel="top" title="Boost.GIL documentation" href="../index.html" />
  23. <link rel="next" title="Overview" href="overview.html" />
  24. <link rel="prev" title="Conclusions" href="../design/conclusions.html" />
  25. </head>
  26. <body>
  27. <div class="header">
  28. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  29. "header">
  30. <tr>
  31. <td valign="top" width="300">
  32. <h3><a href="../index.html"><img
  33. alt="C++ Boost" src="../_static/gil.png" border="0"></a></h3>
  34. </td>
  35. <td >
  36. <h1 align="center"><a href="../index.html"></a></h1>
  37. </td>
  38. <td>
  39. <div id="searchbox" style="display: none">
  40. <form class="search" action="../search.html" method="get">
  41. <input type="text" name="q" size="18" />
  42. <input type="submit" value="Search" />
  43. <input type="hidden" name="check_keywords" value="yes" />
  44. <input type="hidden" name="area" value="default" />
  45. </form>
  46. </div>
  47. <script type="text/javascript">$('#searchbox').show(0);</script>
  48. </td>
  49. </tr>
  50. </table>
  51. </div>
  52. <hr/>
  53. <div class="content">
  54. <div class="navbar" style="text-align:right;">
  55. <a class="prev" title="Conclusions" href="../design/conclusions.html"><img src="../_static/prev.png" alt="prev"/></a>
  56. <a class="next" title="Overview" href="overview.html"><img src="../_static/next.png" alt="next"/></a>
  57. </div>
  58. <div class="section" id="image-processing">
  59. <h1>Image Processing</h1>
  60. <p>The GIL documentation sections listed below are dedicated to describe the library
  61. features, structures and algorithms, for image processing and analysis.</p>
  62. <div class="toctree-wrapper compound">
  63. <p class="caption"><span class="caption-text">Table of Contents</span></p>
  64. <ul>
  65. <li class="toctree-l1"><a class="reference internal" href="overview.html">Overview</a></li>
  66. <li class="toctree-l1"><a class="reference internal" href="basics.html">Basics</a><ul>
  67. <li class="toctree-l2"><a class="reference internal" href="basics.html#convolution">Convolution</a></li>
  68. <li class="toctree-l2"><a class="reference internal" href="basics.html#filters-kernels-weights">Filters, kernels, weights</a></li>
  69. <li class="toctree-l2"><a class="reference internal" href="basics.html#derivatives">Derivatives</a></li>
  70. <li class="toctree-l2"><a class="reference internal" href="basics.html#curvature">Curvature</a></li>
  71. </ul>
  72. </li>
  73. <li class="toctree-l1"><a class="reference internal" href="affine-region-detectors.html">Affine region detectors</a><ul>
  74. <li class="toctree-l2"><a class="reference internal" href="affine-region-detectors.html#what-is-being-detected">What is being detected?</a></li>
  75. <li class="toctree-l2"><a class="reference internal" href="affine-region-detectors.html#available-detectors">Available detectors</a></li>
  76. <li class="toctree-l2"><a class="reference internal" href="affine-region-detectors.html#algorithm-steps">Algorithm steps</a></li>
  77. </ul>
  78. </li>
  79. </ul>
  80. </div>
  81. </div>
  82. <div class="navbar" style="text-align:right;">
  83. <a class="prev" title="Conclusions" href="../design/conclusions.html"><img src="../_static/prev.png" alt="prev"/></a>
  84. <a class="next" title="Overview" href="overview.html"><img src="../_static/next.png" alt="next"/></a>
  85. </div>
  86. </div>
  87. <div class="footer" role="contentinfo">
  88. Last updated on 2019-12-10 00:12:10.
  89. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
  90. </div>
  91. </body>
  92. </html>