Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > d5e74628f0e673bb8680aebce32b2c04 > files > 17766

itk-doc-3.12.0-1mdv2010.0.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><meta name="robots" content="noindex">
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ITK: itkWindowedSincInterpolateImageFunction.h File Reference</title>
<link href="DoxygenStyle.css" rel="stylesheet" type="text/css">
</head><body bgcolor="#ffffff">


<!--  Section customized for INSIGHT : Tue Jul 17 01:02:45 2001 -->
<center>
<a href="index.html" class="qindex">Main Page</a>&nbsp;&nbsp; 
<a href="modules.html" class="qindex">Groups</a>&nbsp;&nbsp;
<a href="namespaces.html" class="qindex">Namespace List</a>&nbsp;&nbsp;
<a href="hierarchy.html" class="qindex">Class Hierarchy</a>&nbsp;&nbsp;
<a href="classes.html" class="qindex">Alphabetical List</a>&nbsp;&nbsp;
<a href="annotated.html" class="qindex">Compound List</a>&nbsp;&nbsp; 
<a href="files.html" class="qindex">File
List</a>&nbsp;&nbsp; 
<a href="namespacemembers.html" class="qindex">Namespace Members</a>&nbsp;&nbsp; 
<a href="functions.html" class="qindex">Compound Members</a>&nbsp;&nbsp; 
<a href="globals.html" class="qindex">File Members</a>&nbsp;&nbsp;
<a href="pages.html" class="qindex">Concepts</a></center>


<!-- Generated by Doxygen 1.5.9 -->
  <div class="navpath"><a class="el" href="dir_02e23d841c198393a6e961e9a0678fff.html">Code</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_ea7fc529ede9a38b0438cf13831ae873.html">Common</a>
  </div>
<div class="contents">
<h1>itkWindowedSincInterpolateImageFunction.h File Reference</h1>
<p>
<a href="itkWindowedSincInterpolateImageFunction_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Function_1_1BlackmanWindowFunction.html">itk::Function::BlackmanWindowFunction&lt; VRadius, TInput, TOutput &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Window function for sinc interpolation. <p class="formulaDsp">
<img class="formulaDsp" alt="\[ w(x) = 0.42 + 0.5 cos(\frac{\pi x}{m}) + 0.08 cos(\frac{2 \pi x}{m}) \]" src="form_194.png">
<p>
.  <a href="classitk_1_1Function_1_1BlackmanWindowFunction.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Function_1_1CosineWindowFunction.html">itk::Function::CosineWindowFunction&lt; VRadius, TInput, TOutput &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Window function for sinc interpolation. <p class="formulaDsp">
<img class="formulaDsp" alt="\[ w(x) = cos(\frac{\pi x}{2 m} ) \]" src="form_190.png">
<p>
.  <a href="classitk_1_1Function_1_1CosineWindowFunction.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Function_1_1HammingWindowFunction.html">itk::Function::HammingWindowFunction&lt; VRadius, TInput, TOutput &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Window function for sinc interpolation. <p class="formulaDsp">
<img class="formulaDsp" alt="\[ w(x) = 0.54 + 0.46 cos(\frac{\pi x}{m} ) \]" src="form_191.png">
<p>
.  <a href="classitk_1_1Function_1_1HammingWindowFunction.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Function_1_1LanczosWindowFunction.html">itk::Function::LanczosWindowFunction&lt; VRadius, TInput, TOutput &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Window function for sinc interpolation. <p class="formulaDsp">
<img class="formulaDsp" alt="\[ w(x) = \textrm{sinc} ( \frac{x}{m} ) \]" src="form_193.png">
<p>
 Note: Paper referenced in <a class="el" href="classitk_1_1WindowedSincInterpolateImageFunction.html" title="Use the windowed sinc function to interpolate.">WindowedSincInterpolateImageFunction</a> gives an incorrect definition of this window function.  <a href="classitk_1_1Function_1_1LanczosWindowFunction.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1Function_1_1WelchWindowFunction.html">itk::Function::WelchWindowFunction&lt; VRadius, TInput, TOutput &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Window function for sinc interpolation. <p class="formulaDsp">
<img class="formulaDsp" alt="\[ w(x) = 1 - ( \frac{x^2}{m^2} ) \]" src="form_192.png">
<p>
.  <a href="classitk_1_1Function_1_1WelchWindowFunction.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classitk_1_1WindowedSincInterpolateImageFunction.html">itk::WindowedSincInterpolateImageFunction&lt; TInputImage, VRadius, TWindowFunction, TBoundaryCondition, TCoordRep &gt;</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Use the windowed sinc function to interpolate.  <a href="classitk_1_1WindowedSincInterpolateImageFunction.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Namespaces</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitk.html">itk</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">namespace &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceitk_1_1Function.html">itk::Function</a></td></tr>

</table>
</div>
<hr><address><small>
Generated at Fri May 8 00:42:54 2009 for ITK  by <a href="http://www.stack.nl/~dimitri/doxygen/index.html"> <img 
src="http://www.stack.nl/~dimitri/doxygen/doxygen.png" alt="doxygen"
align="middle" border=0 width=110 height=53>
</a> 1.5.9 written by <a href="mailto:dimitri@stack.nl">Dimitri van Heesch</a>,
 &copy;&nbsp;1997-2000</small></address>
</body>
</html>