Mon, 03 Aug 2009 14:09:20 +0100
added P-touch decoder source
1 xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
4 <title>The CImg Library - C++ Template Image Processing Toolkit</title>
5 <meta content="David Tschumperle" name="author"></meta>
6 <link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link>
7 <link rel="icon" type="image/png" href="favicon.png"></link>
8 <link href="doxygen.css" rel="stylesheet" type="text/css">
9 <link href="tabs.css" rel="stylesheet" type="text/css">
10 <style type="text/css">
11 <!--
12 body {background-color:white; font-family:sans-serif; }
13 a:active{text-decoration:none; color:#303090}
14 a:link{text-decoration:none; color:#303090}
15 a:visited{text-decoration:none; color:#303090}
16 a:hover{text-decoration:underline; color:#4E9F71}
17 -->
18 </style>
19 <script language="JavaScript" type="text/javascript">
20 <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows -->
21 <!-- Web Site: http://redrival.com/eak/ -->
22 <!-- This script and many more are available free online at -->
23 <!-- The JavaScript Source!! http://javascript.internet.com -->
24 <!-- Begin
25 function NewWindow(mypage, myname, w, h, scroll) {
26 var winl = (screen.width - w) / 2;
27 var wint = (screen.height - h) / 2;
28 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
29 win = window.open(mypage, myname, winprops)
30 if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
31 }
32 // End -->
33 </script>
34 </head>
35 <body>
36 <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%">
37 <tbody><tr><td>
38 <hr noshade="noshade" size="1" width="90%"></hr>
39 <center>
40 <br/>
41 <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/>
42 <br/>
43 </center>
44 <hr noshade="noshade" size="1" width="90%"></hr>
45 <center>
46 <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0">
47 <tbody><tr><td style="text-align: center; vertical-align: top;">
48 <font color="#FFFFFF" face="Arial,Helvetica" size="-1">
49 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b>
50 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b>
51 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b>
52 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b>
53 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b>
54 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b>
55 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b>
56 <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b>
57 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b>
58 <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b>
59 </font>
60 </td></tr></tbody>
61 </table>
62 </center>
63 <hr noshade="noshade" size="1" width="90%"></hr>
64 </td></tr></tbody>
65 </table>
66 <!-- Generated by Doxygen 1.5.7.1 -->
67 <script type="text/javascript">
68 <!--
69 function changeDisplayState (e){
70 var num=this.id.replace(/[^[0-9]/g,'');
71 var button=this.firstChild;
72 var sectionDiv=document.getElementById('dynsection'+num);
73 if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
74 sectionDiv.style.display='block';
75 button.src='open.gif';
76 }else{
77 sectionDiv.style.display='none';
78 button.src='closed.gif';
79 }
80 }
81 function initDynSections(){
82 var divs=document.getElementsByTagName('div');
83 var sectionCounter=1;
84 for(var i=0;i<divs.length-1;i++){
85 if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
86 var header=divs[i];
87 var section=divs[i+1];
88 var button=header.firstChild;
89 if (button!='IMG'){
90 divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
91 button=document.createElement('img');
92 divs[i].insertBefore(button,divs[i].firstChild);
93 }
94 header.style.cursor='pointer';
95 header.onclick=changeDisplayState;
96 header.id='dynheader'+sectionCounter;
97 button.src='closed.gif';
98 section.id='dynsection'+sectionCounter;
99 section.style.display='none';
100 section.style.marginLeft='14px';
101 sectionCounter++;
102 }
103 }
104 }
105 window.onload = initDynSections;
106 -->
107 </script>
108 <div class="navigation" id="top">
109 <div class="tabs">
110 <ul>
111 <li><a href="index.html"><span>Main Page</span></a></li>
112 <li><a href="modules.html"><span>Modules</span></a></li>
113 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
114 <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
115 </ul>
116 </div>
117 <div class="tabs">
118 <ul>
119 <li><a href="annotated.html"><span>Class List</span></a></li>
120 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
121 <li class="current"><a href="functions.html"><span>Class Members</span></a></li>
122 </ul>
123 </div>
124 <div class="tabs">
125 <ul>
126 <li><a href="functions.html"><span>All</span></a></li>
127 <li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
128 <li><a href="functions_vars.html"><span>Variables</span></a></li>
129 <li><a href="functions_type.html"><span>Typedefs</span></a></li>
130 </ul>
131 </div>
132 <div class="tabs">
133 <ul>
134 <li><a href="functions_func.html#index__"><span>_</span></a></li>
135 <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li>
136 <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li>
137 <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li>
138 <li class="current"><a href="functions_func_0x64.html#index_d"><span>d</span></a></li>
139 <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li>
140 <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li>
141 <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li>
142 <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li>
143 <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li>
144 <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li>
145 <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li>
146 <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li>
147 <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li>
148 <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li>
149 <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li>
150 <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li>
151 <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li>
152 <li><a href="functions_func_0x73.html#index_s"><span>s</span></a></li>
153 <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li>
154 <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li>
155 <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li>
156 <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li>
157 <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li>
158 <li><a href="functions_func_0x79.html#index_y"><span>y</span></a></li>
159 <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li>
160 </ul>
161 </div>
162 </div>
163 <div class="contents">
164
165 <p>
166 <h3><a class="anchor" name="index_d">- d -</a></h3><ul>
167 <li>default_LUT8()
168 : <a class="el" href="structcimg__library_1_1CImg.html#b72cb8ca2a5039c60f002f72bbb44cd5">CImg</a>
169 <li>deriche()
170 : <a class="el" href="structcimg__library_1_1CImg.html#be44da28a01b5632c9cb59af2ab6dab6">CImg</a>
171 <li>det()
172 : <a class="el" href="structcimg__library_1_1CImg.html#2363871a4c66908993cc2e2515eba612">CImg</a>
173 <li>diagonal()
174 : <a class="el" href="structcimg__library_1_1CImg.html#faba9e417e4dc79a30ca192e17e1f4d8">CImg</a>
175 <li>dijkstra()
176 : <a class="el" href="structcimg__library_1_1CImg.html#f2b4fdd725a79235943e5cc5704a32d5">CImg</a>
177 <li>dilate()
178 : <a class="el" href="structcimg__library_1_1CImg.html#d5da308710b26218600b8254d9e43204">CImg</a>
179 <li>dimv()
180 : <a class="el" href="structcimg__library_1_1CImg.html#36c46653147af22bf9163663c058ec6f">CImg</a>
181 <li>dimx()
182 : <a class="el" href="structcimg__library_1_1CImgDisplay.html#afae58d5a77ea4190e6f2c818238bd1a">CImgDisplay</a>
183 , <a class="el" href="structcimg__library_1_1CImg.html#afae58d5a77ea4190e6f2c818238bd1a">CImg</a>
184 <li>dimy()
185 : <a class="el" href="structcimg__library_1_1CImgDisplay.html#fc3244815fd1b4cea186b6a63bfb635d">CImgDisplay</a>
186 , <a class="el" href="structcimg__library_1_1CImg.html#fc3244815fd1b4cea186b6a63bfb635d">CImg</a>
187 <li>dimz()
188 : <a class="el" href="structcimg__library_1_1CImg.html#b310ef9114198b570d035fd914d5a215">CImg</a>
189 <li>displacement_field()
190 : <a class="el" href="structcimg__library_1_1CImg.html#4c5e31ec2d05a869a67705be11ad31c2">CImg</a>
191 <li>display()
192 : <a class="el" href="structcimg__library_1_1CImgDisplay.html#43bcd9fcc817fa49152a81a2bf6cdb20">CImgDisplay</a>
193 , <a class="el" href="structcimg__library_1_1CImg.html#ea0592215c6068e617a975a1fe5b7b7b">CImg</a>
194 <li>display_graph()
195 : <a class="el" href="structcimg__library_1_1CImg.html#cacf5a4ef4f35c7a396dc7759928c30b">CImg</a>
196 <li>display_object3d()
197 : <a class="el" href="structcimg__library_1_1CImg.html#691a674d72768e09816066a1e38702a2">CImg</a>
198 <li>distance()
199 : <a class="el" href="structcimg__library_1_1CImg.html#896675c24b7a4aad089a31c98cd39318">CImg</a>
200 <li>distance_hamilton()
201 : <a class="el" href="structcimg__library_1_1CImg.html#2ac17a49491c76e73310270931e88d46">CImg</a>
202 <li>div()
203 : <a class="el" href="structcimg__library_1_1CImg.html#df1a8f5e809741e70edd3b6a454c8689">CImg</a>
204 <li>dot()
205 : <a class="el" href="structcimg__library_1_1CImg.html#99a8995311ea26eb1956c8a01a7e034f">CImg</a>
206 <li>draw_arrow()
207 : <a class="el" href="structcimg__library_1_1CImg.html#4955c7a5a132072f634ed9832b783f83">CImg</a>
208 <li>draw_axis()
209 : <a class="el" href="structcimg__library_1_1CImg.html#08296af30d35f7d21b5609a674b9b49c">CImg</a>
210 <li>draw_circle()
211 : <a class="el" href="structcimg__library_1_1CImg.html#0fcdceae39ad1bfa32dabc70ab503455">CImg</a>
212 <li>draw_ellipse()
213 : <a class="el" href="structcimg__library_1_1CImg.html#eae8fb88a9ad0af8f0d8090e7c55ff2e">CImg</a>
214 <li>draw_fill()
215 : <a class="el" href="structcimg__library_1_1CImg.html#02af5e263936e2fc27aeaa3771cb31d4">CImg</a>
216 <li>draw_gaussian()
217 : <a class="el" href="structcimg__library_1_1CImg.html#c27a8c4da38899f60456ea7d3535915b">CImg</a>
218 <li>draw_graph()
219 : <a class="el" href="structcimg__library_1_1CImg.html#67e7caaf13995641acfcd5749c39bbc7">CImg</a>
220 <li>draw_grid()
221 : <a class="el" href="structcimg__library_1_1CImg.html#6877e63794ccd3e9f8c27cd297ce7521">CImg</a>
222 <li>draw_image()
223 : <a class="el" href="structcimg__library_1_1CImg.html#2262bc9cfece26084c7223bf74ad63d5">CImg</a>
224 <li>draw_line()
225 : <a class="el" href="structcimg__library_1_1CImg.html#f42f741d0f579a78f9f58d0d6499bc53">CImg</a>
226 <li>draw_mandelbrot()
227 : <a class="el" href="structcimg__library_1_1CImg.html#692c2ecbd8cbe445b30129ebcc0d6d1c">CImg</a>
228 <li>draw_object3d()
229 : <a class="el" href="structcimg__library_1_1CImg.html#1db83a74b0de1e81bfd71eaa1bb6ac4f">CImg</a>
230 <li>draw_plasma()
231 : <a class="el" href="structcimg__library_1_1CImg.html#aaf8df45b2e20d132a28cbdffef77c18">CImg</a>
232 <li>draw_point()
233 : <a class="el" href="structcimg__library_1_1CImg.html#52c224fa79b1d5ab1c1e8d619c8944b3">CImg</a>
234 <li>draw_polygon()
235 : <a class="el" href="structcimg__library_1_1CImg.html#50811d8b24d4065b088a2629d535b44d">CImg</a>
236 <li>draw_quiver()
237 : <a class="el" href="structcimg__library_1_1CImg.html#fa63fe980a96a02650684e9a21a4075b">CImg</a>
238 <li>draw_rectangle()
239 : <a class="el" href="structcimg__library_1_1CImg.html#88b4db9fc3ebcc8bd5134042424f3b8b">CImg</a>
240 <li>draw_spline()
241 : <a class="el" href="structcimg__library_1_1CImg.html#b3e8fbcaff7bb939a201c913b1ab7b29">CImg</a>
242 <li>draw_text()
243 : <a class="el" href="structcimg__library_1_1CImg.html#fadf8a78a779782d878025d73ff0a310">CImg</a>
244 <li>draw_triangle()
245 : <a class="el" href="structcimg__library_1_1CImg.html#405d83987b7969b9942e4446b5924ec9">CImg</a>
246 </ul>
247 </div>
248 <hr noshade="noshade" size="1" width="100%">
249 <a href="http://sourceforge.net">
250 <img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img>
251 </a>
252 <!-- Start of StatCounter Code -->
253 <script type="text/javascript" language="javascript">
254 <!--
255 var sc_project=895001;
256 var sc_invisible=1;
257 var sc_partition=7;
258 var sc_security="5ea85181";
259 //-->
260 </script>
261 <script type="text/javascript" language="javascript" src="http://www.statcounter.com/counter/counter.js"></script><noscript><a href="http://www.statcounter.com/" target="_blank"><img src="http://c8.statcounter.com/counter.php?sc_project=895001&java=0&security=5ea85181&invisible=1" alt="counter stats" border="0"></a> </noscript>
262 <!-- End of StatCounter Code -->
263 </body>
264 </html>