<!-- HTML header for doxygen 1.8.13--> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.15"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>Generic Image Library: Algorithms and Utility Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="doxygen-boost.css" rel="stylesheet" type="text/css"/> </head> <body> <div class="boost-header"> <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header"> <tr> <td valign="top" width="300"> <h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3> </td> <td ><h1 align="center"><a href="../index.html"></a></h1></td> <td></td> </tr> </table> </div> <hr/> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <!-- Generated by Doxygen 1.8.15 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */ $(function() { initMenu('',false,false,'search.php','Search'); }); /* @license-end */</script> <div id="main-nav"></div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> | <a href="#func-members">Functions</a> </div> <div class="headertitle"> <div class="title">Algorithms and Utility Functions<div class="ingroups"><a class="el" href="group___pixel.html">Pixel</a></div></div> </div> </div><!--header--> <div class="contents"> <p>Pixel algorithms, metafunctions and utility functions. <a href="#details">More...</a></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1default__color__converter.html">default_color_converter</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">class for color-converting one pixel to another <a href="structboost_1_1gil_1_1default__color__converter.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1pixels__are__compatible.html">pixels_are_compatible< P1, P2 ></a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Returns whether two pixels are compatible Pixels are compatible if their channels and color space types are compatible. Compatible pixels can be assigned and copy constructed from one another. <a href="structboost_1_1gil_1_1pixels__are__compatible.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a> Functions</h2></td></tr> <tr class="memitem:ga2c2107ab8394425575732b46125e2076"><td class="memTemplParams" colspan="2"><a id="ga2c2107ab8394425575732b46125e2076"></a> template<typename SrcP , typename DstP > </td></tr> <tr class="memitem:ga2c2107ab8394425575732b46125e2076"><td class="memTemplItemLeft" align="right" valign="top">void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___pixel_algorithm.html#ga2c2107ab8394425575732b46125e2076">color_convert</a> (const SrcP &src, DstP &dst)</td></tr> <tr class="memdesc:ga2c2107ab8394425575732b46125e2076"><td class="mdescLeft"> </td><td class="mdescRight">helper function for converting one pixel to another using GIL default color-converters where ScrP models <a class="el" href="structboost_1_1gil_1_1_homogeneous_pixel_concept.html" title="Homogeneous pixel concept.">HomogeneousPixelConcept</a> DstP models <a class="el" href="structboost_1_1gil_1_1_homogeneous_pixel_value_concept.html" title="Homogeneous pixel concept that is a Regular type.">HomogeneousPixelValueConcept</a> <br /></td></tr> <tr class="separator:ga2c2107ab8394425575732b46125e2076"><td class="memSeparator" colspan="2"> </td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <p>Pixel algorithms, metafunctions and utility functions. </p> <p>Since pixels model the ColorBaseConcept, all color-base related algorithms also apply to pixels. See <a class="el" href="group___color_base_algorithm.html">Algorithms and Utility Functions</a> for more. </p> </div><!-- contents --> <!-- HTML footer for doxygen 1.8.13--> <!-- start footer part --> <hr class="footer"/> <address class="footer"> <small> Generated by  <a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15 </small> </address> </body> </html>