2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-24 05:52:13 +00:00
Files
gil/develop/doc/html/reference/group___image_processing_math.html
2019-07-14 17:45:34 +00:00

75 lines
3.6 KiB
HTML

<!-- 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.11"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Generic Image Library: ImageProcessingMath</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.11 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="pages.html"><span>Related&#160;Pages</span></a></li>
<li class="current"><a href="modules.html"><span>Modules</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">ImageProcessingMath</div> </div>
</div><!--header-->
<div class="contents">
<p>Math operations for IP algorithms.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:gaaa4583e6d012a8b49ad1738cec762651"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="gaaa4583e6d012a8b49ad1738cec762651"></a>
double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group___image_processing_math.html#gaaa4583e6d012a8b49ad1738cec762651">lanczos</a> (double x, std::ptrdiff_t a)</td></tr>
<tr class="memdesc:gaaa4583e6d012a8b49ad1738cec762651"><td class="mdescLeft">&#160;</td><td class="mdescRight">Lanczos response at point xLanczos response is defined as: x == 0: 1 -a &lt; x &amp;&amp; x &lt; a: 0 otherwise: normalized_sinc(x) / normalized_sinc(x / a) <br /></td></tr>
<tr class="separator:gaaa4583e6d012a8b49ad1738cec762651"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Math operations for IP algorithms. </p>
<p>This is mostly handful of mathemtical operations that are required by other image processing algorithms</p>
<p>Normalized cardinal sine</p>
<p>normalized_sinc(x) = sin(pi * x) / (pi * x) </p>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<hr class="footer"/>
<address class="footer">
<small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.11
</small>
</address>
</body>
</html>