1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/PTdecode/CImg-1.3.0/html/reference/functions_func_0x73.html Mon Aug 03 14:09:20 2009 +0100 1.3 @@ -0,0 +1,308 @@ 1.4 + xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> 1.5 +<head> 1.6 +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta> 1.7 +<title>The CImg Library - C++ Template Image Processing Toolkit</title> 1.8 +<meta content="David Tschumperle" name="author"></meta> 1.9 +<link rel="shortcut icon" type="image/x-icon" href="http://cimg.sourceforge.net/favicon.ico"></link> 1.10 +<link rel="icon" type="image/png" href="favicon.png"></link> 1.11 +<link href="doxygen.css" rel="stylesheet" type="text/css"> 1.12 +<link href="tabs.css" rel="stylesheet" type="text/css"> 1.13 +<style type="text/css"> 1.14 +<!-- 1.15 +body {background-color:white; font-family:sans-serif; } 1.16 +a:active{text-decoration:none; color:#303090} 1.17 +a:link{text-decoration:none; color:#303090} 1.18 +a:visited{text-decoration:none; color:#303090} 1.19 +a:hover{text-decoration:underline; color:#4E9F71} 1.20 +--> 1.21 +</style> 1.22 +<script language="JavaScript" type="text/javascript"> 1.23 + <!-- Original: Eric King (eric_andrew_king@hotmail.com) is used to display images in popup windows --> 1.24 + <!-- Web Site: http://redrival.com/eak/ --> 1.25 + <!-- This script and many more are available free online at --> 1.26 + <!-- The JavaScript Source!! http://javascript.internet.com --> 1.27 + <!-- Begin 1.28 + function NewWindow(mypage, myname, w, h, scroll) { 1.29 + var winl = (screen.width - w) / 2; 1.30 + var wint = (screen.height - h) / 2; 1.31 + winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable' 1.32 + win = window.open(mypage, myname, winprops) 1.33 + if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } 1.34 + } 1.35 + // End --> 1.36 +</script> 1.37 +</head> 1.38 +<body> 1.39 + <table align="center" border="0" cellpadding="0" cellspacing="0" width="100%"> 1.40 + <tbody><tr><td> 1.41 + <hr noshade="noshade" size="1" width="90%"></hr> 1.42 + <center> 1.43 + <br/> 1.44 + <a href="http://cimg.sourceforge.net"><img src="http://cimg.sourceforge.net/img/CImgLogo.jpg" alt="" border="0"></img></a><br/> 1.45 + <br/> 1.46 + </center> 1.47 + <hr noshade="noshade" size="1" width="90%"></hr> 1.48 + <center> 1.49 + <table bgcolor="#EEEEFF" style="width: 90%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="3" cellspacing="0"> 1.50 + <tbody><tr><td style="text-align: center; vertical-align: top;"> 1.51 + <font color="#FFFFFF" face="Arial,Helvetica" size="-1"> 1.52 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/index.shtml">Main</a> <b>]</b> 1.53 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/news.shtml">News</a><b>] </b> 1.54 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/download.shtml">Download</a> <b>]</b> 1.55 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/screenshots.shtml">Screenshots</a> <b>]</b> 1.56 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__faq.html">FAQ</a> <b>]</b> 1.57 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/group__cimg__tutorial.html">Tutorial</a> <b>]</b> 1.58 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/reference/index.html">Documentation</a> <b>]</b> 1.59 + <b>[</b> <a target="_parent" href="http://sourceforge.net/forum/forum.php?forum_id=334630">Forum</a> <b>]</b> 1.60 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/chat.shtml">Chat</a> <b>]</b> 1.61 + <b>[</b> <a target="_parent" href="http://cimg.sourceforge.net/links.shtml">Links</a> <b>]</b> 1.62 + </font> 1.63 + </td></tr></tbody> 1.64 + </table> 1.65 + </center> 1.66 + <hr noshade="noshade" size="1" width="90%"></hr> 1.67 + </td></tr></tbody> 1.68 +</table> 1.69 +<!-- Generated by Doxygen 1.5.7.1 --> 1.70 +<script type="text/javascript"> 1.71 +<!-- 1.72 +function changeDisplayState (e){ 1.73 + var num=this.id.replace(/[^[0-9]/g,''); 1.74 + var button=this.firstChild; 1.75 + var sectionDiv=document.getElementById('dynsection'+num); 1.76 + if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ 1.77 + sectionDiv.style.display='block'; 1.78 + button.src='open.gif'; 1.79 + }else{ 1.80 + sectionDiv.style.display='none'; 1.81 + button.src='closed.gif'; 1.82 + } 1.83 +} 1.84 +function initDynSections(){ 1.85 + var divs=document.getElementsByTagName('div'); 1.86 + var sectionCounter=1; 1.87 + for(var i=0;i<divs.length-1;i++){ 1.88 + if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ 1.89 + var header=divs[i]; 1.90 + var section=divs[i+1]; 1.91 + var button=header.firstChild; 1.92 + if (button!='IMG'){ 1.93 + divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); 1.94 + button=document.createElement('img'); 1.95 + divs[i].insertBefore(button,divs[i].firstChild); 1.96 + } 1.97 + header.style.cursor='pointer'; 1.98 + header.onclick=changeDisplayState; 1.99 + header.id='dynheader'+sectionCounter; 1.100 + button.src='closed.gif'; 1.101 + section.id='dynsection'+sectionCounter; 1.102 + section.style.display='none'; 1.103 + section.style.marginLeft='14px'; 1.104 + sectionCounter++; 1.105 + } 1.106 + } 1.107 +} 1.108 +window.onload = initDynSections; 1.109 +--> 1.110 +</script> 1.111 +<div class="navigation" id="top"> 1.112 + <div class="tabs"> 1.113 + <ul> 1.114 + <li><a href="index.html"><span>Main Page</span></a></li> 1.115 + <li><a href="modules.html"><span>Modules</span></a></li> 1.116 + <li><a href="namespaces.html"><span>Namespaces</span></a></li> 1.117 + <li class="current"><a href="annotated.html"><span>Classes</span></a></li> 1.118 + </ul> 1.119 + </div> 1.120 + <div class="tabs"> 1.121 + <ul> 1.122 + <li><a href="annotated.html"><span>Class List</span></a></li> 1.123 + <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> 1.124 + <li class="current"><a href="functions.html"><span>Class Members</span></a></li> 1.125 + </ul> 1.126 + </div> 1.127 + <div class="tabs"> 1.128 + <ul> 1.129 + <li><a href="functions.html"><span>All</span></a></li> 1.130 + <li class="current"><a href="functions_func.html"><span>Functions</span></a></li> 1.131 + <li><a href="functions_vars.html"><span>Variables</span></a></li> 1.132 + <li><a href="functions_type.html"><span>Typedefs</span></a></li> 1.133 + </ul> 1.134 + </div> 1.135 + <div class="tabs"> 1.136 + <ul> 1.137 + <li><a href="functions_func.html#index__"><span>_</span></a></li> 1.138 + <li><a href="functions_func_0x61.html#index_a"><span>a</span></a></li> 1.139 + <li><a href="functions_func_0x62.html#index_b"><span>b</span></a></li> 1.140 + <li><a href="functions_func_0x63.html#index_c"><span>c</span></a></li> 1.141 + <li><a href="functions_func_0x64.html#index_d"><span>d</span></a></li> 1.142 + <li><a href="functions_func_0x65.html#index_e"><span>e</span></a></li> 1.143 + <li><a href="functions_func_0x66.html#index_f"><span>f</span></a></li> 1.144 + <li><a href="functions_func_0x67.html#index_g"><span>g</span></a></li> 1.145 + <li><a href="functions_func_0x68.html#index_h"><span>h</span></a></li> 1.146 + <li><a href="functions_func_0x69.html#index_i"><span>i</span></a></li> 1.147 + <li><a href="functions_func_0x6b.html#index_k"><span>k</span></a></li> 1.148 + <li><a href="functions_func_0x6c.html#index_l"><span>l</span></a></li> 1.149 + <li><a href="functions_func_0x6d.html#index_m"><span>m</span></a></li> 1.150 + <li><a href="functions_func_0x6e.html#index_n"><span>n</span></a></li> 1.151 + <li><a href="functions_func_0x6f.html#index_o"><span>o</span></a></li> 1.152 + <li><a href="functions_func_0x70.html#index_p"><span>p</span></a></li> 1.153 + <li><a href="functions_func_0x71.html#index_q"><span>q</span></a></li> 1.154 + <li><a href="functions_func_0x72.html#index_r"><span>r</span></a></li> 1.155 + <li class="current"><a href="functions_func_0x73.html#index_s"><span>s</span></a></li> 1.156 + <li><a href="functions_func_0x74.html#index_t"><span>t</span></a></li> 1.157 + <li><a href="functions_func_0x75.html#index_u"><span>u</span></a></li> 1.158 + <li><a href="functions_func_0x76.html#index_v"><span>v</span></a></li> 1.159 + <li><a href="functions_func_0x77.html#index_w"><span>w</span></a></li> 1.160 + <li><a href="functions_func_0x78.html#index_x"><span>x</span></a></li> 1.161 + <li><a href="functions_func_0x79.html#index_y"><span>y</span></a></li> 1.162 + <li><a href="functions_func_0x7e.html#index_~"><span>~</span></a></li> 1.163 + </ul> 1.164 + </div> 1.165 +</div> 1.166 +<div class="contents"> 1.167 + 1.168 +<p> 1.169 +<h3><a class="anchor" name="index_s">- s -</a></h3><ul> 1.170 +<li>save() 1.171 +: <a class="el" href="structcimg__library_1_1CImg.html#4fd91f4fb021d20c5b62329c49733bd9">CImg</a> 1.172 +, <a class="el" href="structcimg__library_1_1CImgList.html#814fe09c21090e7673d96c6145fc64bf">CImgList</a> 1.173 +<li>save_analyze() 1.174 +: <a class="el" href="structcimg__library_1_1CImg.html#469c8bebf15e1247b789b35b79ea1537">CImg</a> 1.175 +<li>save_ascii() 1.176 +: <a class="el" href="structcimg__library_1_1CImg.html#6039799358c3fe91fe6e828d3433db2f">CImg</a> 1.177 +<li>save_bmp() 1.178 +: <a class="el" href="structcimg__library_1_1CImg.html#2f8e01d96cddfa3c0d0d2dc9d86745ac">CImg</a> 1.179 +<li>save_cimg() 1.180 +: <a class="el" href="structcimg__library_1_1CImg.html#a38a0a34134e90d18a5637ee61121898">CImg</a> 1.181 +, <a class="el" href="structcimg__library_1_1CImgList.html#9f48d7b0d887db4f92ad558abe5eeb60">CImgList</a> 1.182 +<li>save_cpp() 1.183 +: <a class="el" href="structcimg__library_1_1CImg.html#37f7909910f00164decfa2705bdd1f2c">CImg</a> 1.184 +<li>save_dlm() 1.185 +: <a class="el" href="structcimg__library_1_1CImg.html#e2c4bfc725e65a27f7f21e74b6da319d">CImg</a> 1.186 +<li>save_empty_cimg() 1.187 +: <a class="el" href="structcimg__library_1_1CImg.html#514edc69c74a31e32f36d3731cbf9503">CImg</a> 1.188 +, <a class="el" href="structcimg__library_1_1CImgList.html#fb44ea999d4ca96e7706a7ad8154724b">CImgList</a> 1.189 +<li>save_ffmpeg() 1.190 +: <a class="el" href="structcimg__library_1_1CImg.html#5dc466b5a9fd09f386fb4c029122e123">CImg</a> 1.191 +, <a class="el" href="structcimg__library_1_1CImgList.html#08addbada69513e00079ff437b669138">CImgList</a> 1.192 +<li>save_ffmpeg_external() 1.193 +: <a class="el" href="structcimg__library_1_1CImg.html#6cb891a0f13a1498bf2279568d9c89ef">CImg</a> 1.194 +, <a class="el" href="structcimg__library_1_1CImgList.html#3b4ad0233afe8d38700bb1d0d0dc6ecc">CImgList</a> 1.195 +<li>save_graphicsmagick_external() 1.196 +: <a class="el" href="structcimg__library_1_1CImg.html#fdab21cdc4ef778bfaf4e123b28c9aa0">CImg</a> 1.197 +<li>save_gzip_external() 1.198 +: <a class="el" href="structcimg__library_1_1CImg.html#882ef6fb0c2487da8598e36c45b8eeab">CImg</a> 1.199 +, <a class="el" href="structcimg__library_1_1CImgList.html#e9d11f1d698df3ffe1ef4a9ede594e1e">CImgList</a> 1.200 +<li>save_imagemagick_external() 1.201 +: <a class="el" href="structcimg__library_1_1CImg.html#b0ff4f35fc74d40fda4893b7e2fdbe7b">CImg</a> 1.202 +<li>save_inr() 1.203 +: <a class="el" href="structcimg__library_1_1CImg.html#01dc6718c3ab4f86568db6cb88229338">CImg</a> 1.204 +<li>save_jpeg() 1.205 +: <a class="el" href="structcimg__library_1_1CImg.html#26ff26d1b1ce8dd8b221d13cc50434e2">CImg</a> 1.206 +<li>save_magick() 1.207 +: <a class="el" href="structcimg__library_1_1CImg.html#49b8355073ca645ba69af38324ecda6c">CImg</a> 1.208 +<li>save_medcon_external() 1.209 +: <a class="el" href="structcimg__library_1_1CImg.html#f3608edc3098e7c850c69cd347d4f9e8">CImg</a> 1.210 +<li>save_off() 1.211 +: <a class="el" href="structcimg__library_1_1CImg.html#8026d89fd3dd2f58eff90ba7418633c9">CImg</a> 1.212 +, <a class="el" href="structcimg__library_1_1CImgList.html#b46dd49d74b8143ef7229b75a7ab5b7c">CImgList</a> 1.213 +<li>save_pandore() 1.214 +: <a class="el" href="structcimg__library_1_1CImg.html#c651db37bf02a8558de8052b2a1fe1a9">CImg</a> 1.215 +<li>save_png() 1.216 +: <a class="el" href="structcimg__library_1_1CImg.html#739a8b4eb3d419cf4a5ec19c1715d6c3">CImg</a> 1.217 +<li>save_pnm() 1.218 +: <a class="el" href="structcimg__library_1_1CImg.html#fd8323ac951c92f565eff819073b7973">CImg</a> 1.219 +<li>save_raw() 1.220 +: <a class="el" href="structcimg__library_1_1CImg.html#40a4739e731f2ebba21beb1d1541e69f">CImg</a> 1.221 +<li>save_rgb() 1.222 +: <a class="el" href="structcimg__library_1_1CImg.html#aeff8cd6ea1e998a0bf905dd9c706123">CImg</a> 1.223 +<li>save_rgba() 1.224 +: <a class="el" href="structcimg__library_1_1CImg.html#9a794b3b53e9e1bf8d5d6b0e1b97bc26">CImg</a> 1.225 +<li>save_tiff() 1.226 +: <a class="el" href="structcimg__library_1_1CImg.html#c6d72526b5d249df6148680b3521b26d">CImg</a> 1.227 +<li>save_yuv() 1.228 +: <a class="el" href="structcimg__library_1_1CImg.html#374b35cac6e32b43479ae62d48366173">CImg</a> 1.229 +, <a class="el" href="structcimg__library_1_1CImgList.html#09200f3c4abcfa6572ff2686731c87b7">CImgList</a> 1.230 +<li>screen_dimx() 1.231 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#0fc1bfce258738698d77e0e5690a3d6d">CImgDisplay</a> 1.232 +<li>screen_dimy() 1.233 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#fc1eab600c6dd77bdbde330fcd27d396">CImgDisplay</a> 1.234 +<li>select() 1.235 +: <a class="el" href="structcimg__library_1_1CImg.html#0a8ac68afbfb317c60b7554f5cdcbbd5">CImg</a> 1.236 +<li>sequence() 1.237 +: <a class="el" href="structcimg__library_1_1CImg.html#f3adb54a3f492f7701a1feac9a6954aa">CImg</a> 1.238 +<li>set_linear_atXY() 1.239 +: <a class="el" href="structcimg__library_1_1CImg.html#59a194a8079b3241131773fa724ee1c5">CImg</a> 1.240 +<li>set_linear_atXYZ() 1.241 +: <a class="el" href="structcimg__library_1_1CImg.html#776849281c40a0a9042b7275c4622e70">CImg</a> 1.242 +<li>set_matrix_at() 1.243 +: <a class="el" href="structcimg__library_1_1CImg.html#e0e585d6280147aabd19c398819040d9">CImg</a> 1.244 +<li>set_mouse() 1.245 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#00e5afcd819ab639a6a95b8e39af824c">CImgDisplay</a> 1.246 +<li>set_tensor_at() 1.247 +: <a class="el" href="structcimg__library_1_1CImg.html#f390fdfa10bc133864a83b101d934284">CImg</a> 1.248 +<li>set_title() 1.249 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#efd7d79af3da7a61a204ef902e6f0512">CImgDisplay</a> 1.250 +<li>set_vector_at() 1.251 +: <a class="el" href="structcimg__library_1_1CImg.html#83c90e27cc58a73da616813898327966">CImg</a> 1.252 +<li>sharpen() 1.253 +: <a class="el" href="structcimg__library_1_1CImg.html#4ecd4ea634e87995ef1d309b8ffe91de">CImg</a> 1.254 +<li>show() 1.255 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#1b27a2a375509146444ab06b2f7b8851">CImgDisplay</a> 1.256 +<li>show_mouse() 1.257 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#9fc997c0451ce75666f1bdfe45eb0343">CImgDisplay</a> 1.258 +<li>sin() 1.259 +: <a class="el" href="structcimg__library_1_1CImg.html#cc4f6c8febaeecd694d43645c527888c">CImg</a> 1.260 +<li>size() 1.261 +: <a class="el" href="structcimg__library_1_1CImg.html#3e13243636f944bad8351324f2910e2b">CImg</a> 1.262 +<li>slice() 1.263 +: <a class="el" href="structcimg__library_1_1CImg.html#865128dbd1524185b74ddb8ddf30e362">CImg</a> 1.264 +<li>slices() 1.265 +: <a class="el" href="structcimg__library_1_1CImg.html#f7121006079849bc3c0c165bbe9c3a2d">CImg</a> 1.266 +<li>snapshot() 1.267 +: <a class="el" href="structcimg__library_1_1CImgDisplay.html#4b97d4d8b8c293cbf540ba06596ded54">CImgDisplay</a> 1.268 +<li>solve() 1.269 +: <a class="el" href="structcimg__library_1_1CImg.html#595ac87408ea46f103791933e3dfd187">CImg</a> 1.270 +<li>solve_tridiagonal() 1.271 +: <a class="el" href="structcimg__library_1_1CImg.html#2c1c7ca0a47cced1f705ee58c3d37a3e">CImg</a> 1.272 +<li>sort() 1.273 +: <a class="el" href="structcimg__library_1_1CImg.html#44ae8948547aa53345e5dcda7e6b7dc7">CImg</a> 1.274 +<li>sphere3d() 1.275 +: <a class="el" href="structcimg__library_1_1CImg.html#612264fd3b4223e6ecf99b05a6e220cd">CImg</a> 1.276 +<li>sqr() 1.277 +: <a class="el" href="structcimg__library_1_1CImg.html#19ebb696e513b9246864e5b0cdd884f5">CImg</a> 1.278 +<li>sqrt() 1.279 +: <a class="el" href="structcimg__library_1_1CImg.html#8c11d16e75e931e9e28d44171e7038d3">CImg</a> 1.280 +<li>stats() 1.281 +: <a class="el" href="structcimg__library_1_1CImg.html#af59bb4a64bfcba6082253a48a88c9d6">CImg</a> 1.282 +<li>structure_tensor() 1.283 +: <a class="el" href="structcimg__library_1_1CImg.html#edf6587b65261c0d4eb75bb2ed7d92ae">CImg</a> 1.284 +<li>sum() 1.285 +: <a class="el" href="structcimg__library_1_1CImg.html#77d222b4837c78aad604f3f0b5f1409c">CImg</a> 1.286 +<li>SVD() 1.287 +: <a class="el" href="structcimg__library_1_1CImg.html#d0855328aefbaa69e106fcf107d3d108">CImg</a> 1.288 +<li>swap() 1.289 +: <a class="el" href="structcimg__library_1_1CImg.html#4e00c35b15007593513f64c7ee7fb7f7">CImg</a> 1.290 +, <a class="el" href="structcimg__library_1_1CImgList.html#6c12806e432683b06fbc8919daa0a3d7">CImgList</a> 1.291 +<li>symmetric_eigen() 1.292 +: <a class="el" href="structcimg__library_1_1CImg.html#fddd851f2413d27929b21f9492f3bfbe">CImg</a> 1.293 +</ul> 1.294 +</div> 1.295 +<hr noshade="noshade" size="1" width="100%"> 1.296 +<a href="http://sourceforge.net"> 1.297 +<img src="http://sourceforge.net/sflogo.php?group_id=96492&type=3" border="0" height="37" width="125"></img> 1.298 +</a> 1.299 +<!-- Start of StatCounter Code --> 1.300 +<script type="text/javascript" language="javascript"> 1.301 +<!-- 1.302 +var sc_project=895001; 1.303 +var sc_invisible=1; 1.304 +var sc_partition=7; 1.305 +var sc_security="5ea85181"; 1.306 +//--> 1.307 +</script> 1.308 +<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> 1.309 +<!-- End of StatCounter Code --> 1.310 +</body> 1.311 +</html>