1 2 3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 4 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5<html xmlns="http://www.w3.org/1999/xhtml"> 6 <head> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 8 9 <title>Overview - Boost.GIL documentation</title> 10 <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> 11 <link rel="stylesheet" href="../_static/style.css" type="text/css" /> 12 <script type="text/javascript"> 13 var DOCUMENTATION_OPTIONS = { 14 URL_ROOT: '../', 15 VERSION: '', 16 COLLAPSE_MODINDEX: false, 17 FILE_SUFFIX: '.html' 18 }; 19 </script> 20 <script type="text/javascript" src="../_static/jquery.js"></script> 21 <script type="text/javascript" src="../_static/underscore.js"></script> 22 <script type="text/javascript" src="../_static/doctools.js"></script> 23 <link rel="index" title="Index" href="../genindex.html" /> 24 <link rel="search" title="Search" href="../search.html" /> 25 <link rel="top" title="Boost.GIL documentation" href="../index.html" /> 26 <link rel="up" title="Image Processing" href="index.html" /> 27 <link rel="next" title="Basics" href="basics.html" /> 28 <link rel="prev" title="Image Processing" href="index.html" /> 29 </head> 30 <body> 31 <div class="header"> 32 <table border="0" cellpadding="7" cellspacing="0" width="100%" summary= 33 "header"> 34 <tr> 35 <td valign="top" width="300"> 36 <h3><a href="../index.html"><img 37 alt="C++ Boost" src="../_static/gil.png" border="0"></a></h3> 38 </td> 39 40 <td > 41 <h1 align="center"><a href="../index.html"></a></h1> 42 </td> 43 <td> 44 <div id="searchbox" style="display: none"> 45 <form class="search" action="../search.html" method="get"> 46 <input type="text" name="q" size="18" /> 47 <input type="submit" value="Search" /> 48 <input type="hidden" name="check_keywords" value="yes" /> 49 <input type="hidden" name="area" value="default" /> 50 </form> 51 </div> 52 <script type="text/javascript">$('#searchbox').show(0);</script> 53 </td> 54 </tr> 55 </table> 56 </div> 57 <hr/> 58 <div class="content"> 59 <div class="navbar" style="text-align:right;"> 60 61 62 <a class="prev" title="Image Processing" href="index.html"><img src="../_static/prev.png" alt="prev"/></a> 63 <a class="up" title="Image Processing" href="index.html"><img src="../_static/up.png" alt="up"/></a> 64 <a class="next" title="Basics" href="basics.html"><img src="../_static/next.png" alt="next"/></a> 65 66 </div> 67 68 <div class="section" id="overview"> 69<h1>Overview</h1> 70<p>Development of the image processing features was initiated during two Boost 71projects run in frame of the Google Summer of Code 2019:</p> 72<ul class="simple"> 73<li><a class="reference external" href="https://github.com/boostorg/gil/projects/5">Image Processing Algorithms</a></li> 74<li><a class="reference external" href="https://github.com/boostorg/gil/projects/6">Fundamentals of epipolar geometry</a></li> 75</ul> 76<p>The image processing features were first released with Boost 1.72.</p> 77</div> 78 79 80 <div class="navbar" style="text-align:right;"> 81 82 83 <a class="prev" title="Image Processing" href="index.html"><img src="../_static/prev.png" alt="prev"/></a> 84 <a class="up" title="Image Processing" href="index.html"><img src="../_static/up.png" alt="up"/></a> 85 <a class="next" title="Basics" href="basics.html"><img src="../_static/next.png" alt="next"/></a> 86 87 </div> 88 </div> 89 <div class="footer" role="contentinfo"> 90 Last updated on 2020-08-11 15:08:48. 91 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6. 92 </div> 93 </body> 94</html>