video.html 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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>Tutorial: Video Lecture - 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="Tutorial: Histogram" href="histogram.html" />
  24. <link rel="prev" title="Installation" href="../installation.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="Installation" href="../installation.html"><img src="../_static/prev.png" alt="prev"/></a>
  56. <a class="next" title="Tutorial: Histogram" href="histogram.html"><img src="../_static/next.png" alt="next"/></a>
  57. </div>
  58. <div class="section" id="tutorial-video-lecture">
  59. <h1>Tutorial: Video Lecture</h1>
  60. <p>This is original video lecture about GIL presented by Lubomir Bourdev.</p>
  61. <div style="position: relative; overflow: hidden; max-width: 100%; height: auto;">
  62. <iframe width="800" height="450" src="https://www.youtube.com/embed/sR8Wjg0pceE?rel=0" frameborder="0" allow="autoplay=false; encrypted-media" allowfullscreen></iframe>
  63. </div><p>Source link: <a class="reference external" href="https://www.youtube.com/watch?v=sR8Wjg0pceE">https://www.youtube.com/watch?v=sR8Wjg0pceE</a></p>
  64. </div>
  65. <div class="navbar" style="text-align:right;">
  66. <a class="prev" title="Installation" href="../installation.html"><img src="../_static/prev.png" alt="prev"/></a>
  67. <a class="next" title="Tutorial: Histogram" href="histogram.html"><img src="../_static/next.png" alt="next"/></a>
  68. </div>
  69. </div>
  70. <div class="footer" role="contentinfo">
  71. Last updated on 2019-12-10 00:12:10.
  72. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.6.
  73. </div>
  74. </body>
  75. </html>