overview.html 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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>Overview - 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="up" title="Image Processing" href="index.html" />
  24. <link rel="next" title="Basics" href="basics.html" />
  25. <link rel="prev" title="Image Processing" href="index.html" />
  26. </head>
  27. <body>
  28. <div class="header">
  29. <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
  30. "header">
  31. <tr>
  32. <td valign="top" width="300">
  33. <h3><a href="../index.html"><img
  34. alt="C++ Boost" src="../_static/gil.png" border="0"></a></h3>
  35. </td>
  36. <td >
  37. <h1 align="center"><a href="../index.html"></a></h1>
  38. </td>
  39. <td>
  40. <div id="searchbox" style="display: none">
  41. <form class="search" action="../search.html" method="get">
  42. <input type="text" name="q" size="18" />
  43. <input type="submit" value="Search" />
  44. <input type="hidden" name="check_keywords" value="yes" />
  45. <input type="hidden" name="area" value="default" />
  46. </form>
  47. </div>
  48. <script type="text/javascript">$('#searchbox').show(0);</script>
  49. </td>
  50. </tr>
  51. </table>
  52. </div>
  53. <hr/>
  54. <div class="content">
  55. <div class="navbar" style="text-align:right;">
  56. <a class="prev" title="Image Processing" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
  57. <a class="up" title="Image Processing" href="index.html"><img src="../_static/up.png" alt="up"/></a>
  58. <a class="next" title="Basics" href="basics.html"><img src="../_static/next.png" alt="next"/></a>
  59. </div>
  60. <div class="section" id="overview">
  61. <h1>Overview</h1>
  62. <p>Development of the image processing features was initiated during two Boost
  63. projects run in frame of the Google Summer of Code 2019:</p>
  64. <ul class="simple">
  65. <li><a class="reference external" href="https://github.com/boostorg/gil/projects/5">Image Processing Algorithms</a></li>
  66. <li><a class="reference external" href="https://github.com/boostorg/gil/projects/6">Fundamentals of epipolar geometry</a></li>
  67. </ul>
  68. <p>The image processing features were first released with Boost 1.72.</p>
  69. </div>
  70. <div class="navbar" style="text-align:right;">
  71. <a class="prev" title="Image Processing" href="index.html"><img src="../_static/prev.png" alt="prev"/></a>
  72. <a class="up" title="Image Processing" href="index.html"><img src="../_static/up.png" alt="up"/></a>
  73. <a class="next" title="Basics" href="basics.html"><img src="../_static/next.png" alt="next"/></a>
  74. </div>
  75. </div>
  76. <div class="footer" role="contentinfo">
  77. Last updated on 2019-12-10 00:12:10.
  78. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
  79. </div>
  80. </body>
  81. </html>