filters_8h.html

来自「显著区域检测。求的图像中感兴趣区域的位置」· HTML 代码 · 共 206 行 · 第 1/2 页

HTML
206
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"><title>SaliencyToolbox: Filters.h File Reference</title><link href="doxygen.css" rel="stylesheet" type="text/css"><link href="tabs.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.5.2 --><div class="tabs">  <ul>    <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>    <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>    <li class="current"><a href="files.html"><span>Files</span></a></li>  </ul></div><div class="tabs">  <ul>    <li><a href="files.html"><span>File&nbsp;List</span></a></li>    <li><a href="globals.html"><span>Globals</span></a></li>  </ul></div><h1>Filters.h File Reference</h1><code>#include &lt;mex.h&gt;</code><br><p>Include dependency graph for Filters.h:<p><center><img src="Filters_8h__incl.png" border="0" usemap="#Filters.h_map" alt=""></center><p>This graph shows which files directly or indirectly include this file:<p><center><img src="Filters_8h__dep__incl.png" border="0" usemap="#Filters.hdep_map" alt=""></center><map name="Filters.hdep_map"><area shape="rect" href="Filters_8cpp.html" title="Filters.cpp" alt="" coords="185,5,268,32"><area shape="rect" href="mexConv2PreserveEnergy_8cpp.html" title="mexConv2PreserveEnergy.cpp" alt="" coords="124,56,329,83"><area shape="rect" href="mexGaussianSubsample_8cpp.html" title="mexGaussianSubsample.cpp" alt="" coords="129,107,324,133"></map><p><a href="Filters_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>Functions</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classImage.html">Image</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Filters_8h.html#36928c645d464b6dfed7dfd50a5e2d28">lowPass6yDecY</a> (const <a class="el" href="classImage.html">Image</a> &amp;src)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Low-pass with a 6x6 separable kernel in Y and decimate in Y by factor 2.  <a href="#36928c645d464b6dfed7dfd50a5e2d28"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classImage.html">Image</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Filters_8h.html#fd05058fad5d4735eef3352b93dcce30">lowPass6xDecX</a> (const <a class="el" href="classImage.html">Image</a> &amp;src)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Low-pass with a 6x6 separable kernel in X and decimate in X by factor 2.  <a href="#fd05058fad5d4735eef3352b93dcce30"></a><br></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="classImage.html">Image</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Filters_8h.html#40cfbd12584dfa6a575c85c97a03aa18">conv2PreserveEnergy</a> (const <a class="el" href="classImage.html">Image</a> &amp;src, const <a class="el" href="classImage.html">Image</a> &amp;f)</td></tr><tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">2d convolution that avoids bleeding energy over the edge.  <a href="#40cfbd12584dfa6a575c85c97a03aa18"></a><br></td></tr><tr><td colspan="2"><br><h2>Variables</h2></td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const float&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Filters_8h.html#a96a52e9dc841680c001410089a46154">ecx</a> = 240.75</td></tr><tr><td class="memItemLeft" nowrap align="right" valign="top">static const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="Filters_8h.html#7c74fd3e38a3d834e5f48766f2896ed7">ecxStr</a> = &quot;bhhaige&quot;</td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2>various filter functions <p>Definition in file <a class="el" href="Filters_8h-source.html">Filters.h</a>.<hr><h2>Function Documentation</h2><a class="anchor" name="40cfbd12584dfa6a575c85c97a03aa18"></a><!-- doxytag: member="Filters.h::conv2PreserveEnergy" ref="40cfbd12584dfa6a575c85c97a03aa18" args="(const Image &amp;src, const Image &amp;f)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname"><a class="el" href="classImage.html">Image</a> conv2PreserveEnergy           </td>          <td>(</td>          <td class="paramtype">const <a class="el" href="classImage.html">Image</a> &amp;&nbsp;</td>          <td class="paramname"> <em>src</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">const <a class="el" href="classImage.html">Image</a> &amp;&nbsp;</td>          <td class="paramname"> <em>f</em></td><td>&nbsp;</td>        </tr>        <tr>          <td></td>          <td>)</td>          <td></td><td></td><td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>2d convolution that avoids bleeding energy over the edge. <p><p>Definition at line <a class="el" href="Filters_8cpp-source.html#l00168">168</a> of file <a class="el" href="Filters_8cpp-source.html">Filters.cpp</a>.<p>References <a class="el" href="mexLog_8h-source.html#l00017">ASSERT</a>, <a class="el" href="Image_8cpp-source.html#l00082">Image::begin()</a>, <a class="el" href="Image_8cpp-source.html#l00094">Image::beginw()</a>, <a class="el" href="Filters_8h-source.html#l00027">ecx</a>, <a class="el" href="Filters_8h-source.html#l00028">ecxStr</a>, <a class="el" href="Image_8cpp-source.html#l00068">Image::getHeight()</a>, <a class="el" href="Image_8cpp-source.html#l00061">Image::getWidth()</a>, and <a class="el" href="Image_8cpp-source.html#l00106">Image::isInitialized()</a>.<p>Referenced by <a class="el" href="mexConv2PreserveEnergy_8cpp-source.html#l00022">mexFunction()</a>.<p>Here is the call graph for this function:<p><center><img src="Filters_8h_40cfbd12584dfa6a575c85c97a03aa18_cgraph.png" border="0" usemap="#Filters_8h_40cfbd12584dfa6a575c85c97a03aa18_cgraph_map" alt=""></center><map name="Filters_8h_40cfbd12584dfa6a575c85c97a03aa18_cgraph_map"><area shape="rect" href="classImage.html#e0666b33daa7ba55e3348d4fff02356f" title="Returns a read&#45;only iterator to the beginning of the Image data." alt="" coords="221,5,320,32"><area shape="rect" href="classImage.html#9987bf538358f25470af7d628e97694a" title="Returns a read/write iterator to the beginning of the Image data." alt="" coords="216,208,325,235"><area shape="rect" href="classImage.html#1cd7587f88b6932b5269051d1ba08ff9" title="Returns the height of the Image." alt="" coords="209,107,332,133"><area shape="rect" href="classImage.html#b87bf4b103cb5a9cf090f8729f362335" title="Returns whether the Image is initialized." alt="" coords="392,107,523,133"><area shape="rect" href="classImage.html#36bcae4838228d574738249a87dc4464" title="Returns the width of the Image." alt="" coords="211,56,331,83"><area shape="rect" href="classImage.html#35612d5fc9961d1096fcafbccabe5d0e" title="Returns a constant pointer to the underlying Matlab array." alt="" coords="381,56,533,83"><area shape="rect" href="classImage.html#eef0da5d895782bbb9ce3a17b538cf1b" title="Returns a pointer to the underlying Matlab array." alt="" coords="399,208,516,235"></map></div></div><p><a class="anchor" name="fd05058fad5d4735eef3352b93dcce30"></a><!-- doxytag: member="Filters.h::lowPass6xDecX" ref="fd05058fad5d4735eef3352b93dcce30" args="(const Image &amp;src)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname"><a class="el" href="classImage.html">Image</a> lowPass6xDecX           </td>          <td>(</td>          <td class="paramtype">const <a class="el" href="classImage.html">Image</a> &amp;&nbsp;</td>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?