Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / doc / html / reference / group___pixel_algorithm.html
1 <!-- HTML header for doxygen 1.8.13-->
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "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/xhtml;charset=UTF-8"/>
6     <meta http-equiv="X-UA-Compatible" content="IE=9"/>
7     <meta name="generator" content="Doxygen 1.8.15"/>
8     <meta name="viewport" content="width=device-width, initial-scale=1"/>
9     <title>Generic Image Library: Algorithms and Utility Functions</title>
10     <link href="tabs.css" rel="stylesheet" type="text/css"/>
11     <script type="text/javascript" src="jquery.js"></script>
12     <script type="text/javascript" src="dynsections.js"></script>
13     <link href="doxygen.css" rel="stylesheet" type="text/css" />
14     <link href="doxygen-boost.css" rel="stylesheet" type="text/css"/>
15   </head>
16   <body>
17     <div class="boost-header">
18       <table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
19         <tr>
20           <td valign="top" width="300">
21             <h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
22           </td>
23           <td ><h1 align="center"><a href="../index.html"></a></h1></td>
24           <td></td>
25         </tr>
26       </table>
27     </div>
28     <hr/>
29     <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
30 <!-- Generated by Doxygen 1.8.15 -->
31 <script type="text/javascript" src="menudata.js"></script>
32 <script type="text/javascript" src="menu.js"></script>
33 <script type="text/javascript">
34 /* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
35 $(function() {
36   initMenu('',false,false,'search.php','Search');
37 });
38 /* @license-end */</script>
39 <div id="main-nav"></div>
40 </div><!-- top -->
41 <div class="header">
42   <div class="summary">
43 <a href="#nested-classes">Classes</a> &#124;
44 <a href="#func-members">Functions</a>  </div>
45   <div class="headertitle">
46 <div class="title">Algorithms and Utility Functions<div class="ingroups"><a class="el" href="group___pixel.html">Pixel</a></div></div>  </div>
47 </div><!--header-->
48 <div class="contents">
49
50 <p>Pixel algorithms, metafunctions and utility functions.  
51 <a href="#details">More...</a></p>
52 <table class="memberdecls">
53 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
54 Classes</h2></td></tr>
55 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1default__color__converter.html">default_color_converter</a></td></tr>
56 <tr class="memdesc:"><td class="mdescLeft">&#160;</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>
57 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
58 <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1pixels__are__compatible.html">pixels_are_compatible&lt; P1, P2 &gt;</a></td></tr>
59 <tr class="memdesc:"><td class="mdescLeft">&#160;</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>
60 <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
61 </table><table class="memberdecls">
62 <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
63 Functions</h2></td></tr>
64 <tr class="memitem:ga2c2107ab8394425575732b46125e2076"><td class="memTemplParams" colspan="2"><a id="ga2c2107ab8394425575732b46125e2076"></a>
65 template&lt;typename SrcP , typename DstP &gt; </td></tr>
66 <tr class="memitem:ga2c2107ab8394425575732b46125e2076"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___pixel_algorithm.html#ga2c2107ab8394425575732b46125e2076">color_convert</a> (const SrcP &amp;src, DstP &amp;dst)</td></tr>
67 <tr class="memdesc:ga2c2107ab8394425575732b46125e2076"><td class="mdescLeft">&#160;</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>
68 <tr class="separator:ga2c2107ab8394425575732b46125e2076"><td class="memSeparator" colspan="2">&#160;</td></tr>
69 </table>
70 <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
71 <p>Pixel algorithms, metafunctions and utility functions. </p>
72 <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>
73 </div><!-- contents -->
74      <!-- HTML footer for doxygen 1.8.13-->
75      <!-- start footer part -->
76      <hr class="footer"/>
77      <address class="footer">
78       <small>
79         Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.15
80       </small>
81     </address>
82   </body>
83 </html>