classmexparams.html

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

HTML
579
字号
<p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00053">53</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="MexParams_8cpp-source.html#l00046">setOutput()</a>.<p>Referenced by <a class="el" href="mexLocalMaxima_8cpp-source.html#l00021">mexFunction()</a>.<p>Here is the call graph for this function:<p><center><img src="classMexParams_83965eab5dee31740630a1ed7ccfa986_cgraph.png" border="0" usemap="#classMexParams_83965eab5dee31740630a1ed7ccfa986_cgraph_map" alt=""></center><map name="classMexParams_83965eab5dee31740630a1ed7ccfa986_cgraph_map"><area shape="rect" href="classMexParams.html#ca1030087a28bd08892789c1ae0379d2" title="Sets an output variable to a mxArray." alt="" coords="251,5,411,32"></map></div></div><p><a class="anchor" name="37f5421f49234bbd75e37ada8d262395"></a><!-- doxytag: member="MexParams::getOutput" ref="37f5421f49234bbd75e37ada8d262395" args="(const int number)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">mxArray * MexParams::getOutput           </td>          <td>(</td>          <td class="paramtype">const int&nbsp;</td>          <td class="paramname"> <em>number</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Returns one of the assigned output variables. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>the index of the output, starting from 0. </td></tr>  </table></dl><p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00059">59</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="mexLog_8h-source.html#l00017">ASSERT</a>, <a class="el" href="MexParams_8h-source.html#l00087">itsNumOutput</a>, and <a class="el" href="MexParams_8h-source.html#l00088">itsOutput</a>.<p>Referenced by <a class="el" href="MexParams_8cpp-source.html#l00067">getScalarOutput()</a>.</div></div><p><a class="anchor" name="e8ef338514f6c9355a3e637926693b0f"></a><!-- doxytag: member="MexParams::getScalarOutput" ref="e8ef338514f6c9355a3e637926693b0f" args="(const int number)" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">double MexParams::getScalarOutput           </td>          <td>(</td>          <td class="paramtype">const int&nbsp;</td>          <td class="paramname"> <em>number</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"></td>        </tr>      </table></div><div class="memdoc"><p>Returns one of the assigned output variables as a scalar. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>the index of the output, starting from 0. </td></tr>  </table></dl><p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00067">67</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="MexParams_8cpp-source.html#l00059">getOutput()</a>.<p>Here is the call graph for this function:<p><center><img src="classMexParams_e8ef338514f6c9355a3e637926693b0f_cgraph.png" border="0" usemap="#classMexParams_e8ef338514f6c9355a3e637926693b0f_cgraph_map" alt=""></center><map name="classMexParams_e8ef338514f6c9355a3e637926693b0f_cgraph_map"><area shape="rect" href="classMexParams.html#37f5421f49234bbd75e37ada8d262395" title="Returns one of the assigned output variables." alt="" coords="251,5,411,32"></map></div></div><p><a class="anchor" name="6b95a9a99fb8c1530b6985b63d1d814b"></a><!-- doxytag: member="MexParams::getInput" ref="6b95a9a99fb8c1530b6985b63d1d814b" args="(const int number) const " --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">const mxArray * MexParams::getInput           </td>          <td>(</td>          <td class="paramtype">const int&nbsp;</td>          <td class="paramname"> <em>number</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"> const</td>        </tr>      </table></div><div class="memdoc"><p>Returns one of the input variables. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>the index of the inputs, starting from 0. </td></tr>  </table></dl><p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00073">73</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="mexLog_8h-source.html#l00017">ASSERT</a>, <a class="el" href="MexParams_8h-source.html#l00090">itsInput</a>, and <a class="el" href="MexParams_8h-source.html#l00089">itsNumInput</a>.<p>Referenced by <a class="el" href="MexParams_8cpp-source.html#l00081">getScalarInput()</a>, and <a class="el" href="mexConv2PreserveEnergy_8cpp-source.html#l00022">mexFunction()</a>.</div></div><p><a class="anchor" name="5f3448b08efe2108cf473f66a04c761c"></a><!-- doxytag: member="MexParams::getScalarInput" ref="5f3448b08efe2108cf473f66a04c761c" args="(const int number) const " --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">const double MexParams::getScalarInput           </td>          <td>(</td>          <td class="paramtype">const int&nbsp;</td>          <td class="paramname"> <em>number</em>          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"> const</td>        </tr>      </table></div><div class="memdoc"><p>Returns one of the input variables as a scalar. <p><dl compact><dt><b>Parameters:</b></dt><dd>  <table border="0" cellspacing="2" cellpadding="0">    <tr><td valign="top"></td><td valign="top"><em>number</em>&nbsp;</td><td>the index of the inputs, starting from 0. </td></tr>  </table></dl><p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00081">81</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="MexParams_8cpp-source.html#l00073">getInput()</a>.<p>Referenced by <a class="el" href="mexLocalMaxima_8cpp-source.html#l00021">mexFunction()</a>.<p>Here is the call graph for this function:<p><center><img src="classMexParams_5f3448b08efe2108cf473f66a04c761c_cgraph.png" border="0" usemap="#classMexParams_5f3448b08efe2108cf473f66a04c761c_cgraph_map" alt=""></center><map name="classMexParams_5f3448b08efe2108cf473f66a04c761c_cgraph_map"><area shape="rect" href="classMexParams.html#6b95a9a99fb8c1530b6985b63d1d814b" title="Returns one of the input variables." alt="" coords="240,5,389,32"></map></div></div><p><a class="anchor" name="5ff2f8e5ca7d1cc9eee6df0c29f6fdc6"></a><!-- doxytag: member="MexParams::getNumberOutput" ref="5ff2f8e5ca7d1cc9eee6df0c29f6fdc6" args="() const" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">int MexParams::getNumberOutput           </td>          <td>(</td>          <td class="paramname">          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"> const</td>        </tr>      </table></div><div class="memdoc"><p>Returns the number of outputs. <p><p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00087">87</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="MexParams_8h-source.html#l00087">itsNumOutput</a>.</div></div><p><a class="anchor" name="366a9f3447af6088eee390ebb916ac73"></a><!-- doxytag: member="MexParams::getNumberInput" ref="366a9f3447af6088eee390ebb916ac73" args="() const" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">int MexParams::getNumberInput           </td>          <td>(</td>          <td class="paramname">          </td>          <td>&nbsp;)&nbsp;</td>          <td width="100%"> const</td>        </tr>      </table></div><div class="memdoc"><p>Returns the number of inputs. <p><p>Definition at line <a class="el" href="MexParams_8cpp-source.html#l00093">93</a> of file <a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a>.<p>References <a class="el" href="MexParams_8h-source.html#l00089">itsNumInput</a>.</div></div><p><hr><h2>Field Documentation</h2><a class="anchor" name="36610707f431842f109d62a29001933f"></a><!-- doxytag: member="MexParams::itsNumOutput" ref="36610707f431842f109d62a29001933f" args="" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">const int <a class="el" href="classMexParams.html#36610707f431842f109d62a29001933f">MexParams::itsNumOutput</a><code> [protected]</code>          </td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="MexParams_8h-source.html#l00087">87</a> of file <a class="el" href="MexParams_8h-source.html">MexParams.h</a>.<p>Referenced by <a class="el" href="MexParams_8cpp-source.html#l00087">getNumberOutput()</a>, <a class="el" href="MexParams_8cpp-source.html#l00059">getOutput()</a>, <a class="el" href="MexParams_8cpp-source.html#l00046">setOutput()</a>, and <a class="el" href="MexParams_8cpp-source.html#l00031">~MexParams()</a>.</div></div><p><a class="anchor" name="d8b7921033588a710aa9dd6ef4d33da2"></a><!-- doxytag: member="MexParams::itsOutput" ref="d8b7921033588a710aa9dd6ef4d33da2" args="" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">mxArray** <a class="el" href="classMexParams.html#d8b7921033588a710aa9dd6ef4d33da2">MexParams::itsOutput</a><code> [protected]</code>          </td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="MexParams_8h-source.html#l00088">88</a> of file <a class="el" href="MexParams_8h-source.html">MexParams.h</a>.<p>Referenced by <a class="el" href="MexParams_8cpp-source.html#l00059">getOutput()</a>, <a class="el" href="MexParams_8cpp-source.html#l00046">setOutput()</a>, and <a class="el" href="MexParams_8cpp-source.html#l00031">~MexParams()</a>.</div></div><p><a class="anchor" name="cf5c3e499350b535f6ca53799c16fd4a"></a><!-- doxytag: member="MexParams::itsNumInput" ref="cf5c3e499350b535f6ca53799c16fd4a" args="" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">const int <a class="el" href="classMexParams.html#cf5c3e499350b535f6ca53799c16fd4a">MexParams::itsNumInput</a><code> [protected]</code>          </td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="MexParams_8h-source.html#l00089">89</a> of file <a class="el" href="MexParams_8h-source.html">MexParams.h</a>.<p>Referenced by <a class="el" href="MexParams_8cpp-source.html#l00073">getInput()</a>, and <a class="el" href="MexParams_8cpp-source.html#l00093">getNumberInput()</a>.</div></div><p><a class="anchor" name="d9d194b36c268a250de521a3412f6ee7"></a><!-- doxytag: member="MexParams::itsInput" ref="d9d194b36c268a250de521a3412f6ee7" args="" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">const mxArray** <a class="el" href="classMexParams.html#d9d194b36c268a250de521a3412f6ee7">MexParams::itsInput</a><code> [protected]</code>          </td>        </tr>      </table></div><div class="memdoc"><p><p>Definition at line <a class="el" href="MexParams_8h-source.html#l00090">90</a> of file <a class="el" href="MexParams_8h-source.html">MexParams.h</a>.<p>Referenced by <a class="el" href="MexParams_8cpp-source.html#l00073">getInput()</a>.</div></div><p><hr>The documentation for this class was generated from the following files:<ul><li><a class="el" href="MexParams_8h-source.html">MexParams.h</a><li><a class="el" href="MexParams_8cpp-source.html">MexParams.cpp</a></ul><hr size="1"><address style="text-align: right;"><small>Generated on Fri Sep 7 13:09:50 2007 for SaliencyToolbox by&nbsp;<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address></body></html>

⌨️ 快捷键说明

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