mexlocalmaxima_8cpp.html

来自「显著区域检测。求的图像中感兴趣区域的位置」· HTML 代码 · 共 102 行

HTML
102
字号
<!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: mexLocalMaxima.cpp 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>mexLocalMaxima.cpp File Reference</h1><code>#include &quot;<a class="el" href="mexLog_8h-source.html">mexLog.h</a>&quot;</code><br><code>#include &quot;<a class="el" href="Image_8h-source.html">Image.h</a>&quot;</code><br><code>#include &quot;<a class="el" href="MexParams_8h-source.html">MexParams.h</a>&quot;</code><br><p>Include dependency graph for mexLocalMaxima.cpp:<p><center><img src="mexLocalMaxima_8cpp__incl.png" border="0" usemap="#mexLocalMaxima.cpp_map" alt=""></center><map name="mexLocalMaxima.cpp_map"><area shape="rect" href="mexLog_8h.html" title="mexLog.h" alt="" coords="361,56,441,83"><area shape="rect" href="Image_8h.html" title="Image.h" alt="" coords="367,107,436,133"><area shape="rect" href="MexParams_8h.html" title="MexParams.h" alt="" coords="207,56,311,83"></map><p><a href="mexLocalMaxima_8cpp-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">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="mexLocalMaxima_8cpp.html#6a215cbfde54f82a3ce599228fc3fce5">mexFunction</a> (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])</td></tr></table><hr><a name="_details"></a><h2>Detailed Description</h2><div class="fragment"><pre class="fragment">mexLocalMaxima - returns statistics over local maxima. [lm_avg,lm_num,lm_sum] = mexLocalMaxima(data,thresh)    Returns the average value (lm_avg), the number (lm_num),    and the sum (lm_sum) of local maxima in data that exceed thresh. See also maxNormalizeStd.</pre></div> <p>Definition in file <a class="el" href="mexLocalMaxima_8cpp-source.html">mexLocalMaxima.cpp</a>.<hr><h2>Function Documentation</h2><a class="anchor" name="6a215cbfde54f82a3ce599228fc3fce5"></a><!-- doxytag: member="mexLocalMaxima.cpp::mexFunction" ref="6a215cbfde54f82a3ce599228fc3fce5" args="(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])" --><div class="memitem"><div class="memproto">      <table class="memname">        <tr>          <td class="memname">void mexFunction           </td>          <td>(</td>          <td class="paramtype">int&nbsp;</td>          <td class="paramname"> <em>nlhs</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">mxArray *&nbsp;</td>          <td class="paramname"> <em>plhs</em>[], </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">int&nbsp;</td>          <td class="paramname"> <em>nrhs</em>, </td>        </tr>        <tr>          <td class="paramkey"></td>          <td></td>          <td class="paramtype">const mxArray *&nbsp;</td>          <td class="paramname"> <em>prhs</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><p>Definition at line <a class="el" href="mexLocalMaxima_8cpp-source.html#l00021">21</a> of file <a class="el" href="mexLocalMaxima_8cpp-source.html">mexLocalMaxima.cpp</a>.<p>References <a class="el" href="MexParams_8cpp-source.html#l00073">MexParams::getInput()</a>, <a class="el" href="MexParams_8cpp-source.html#l00081">MexParams::getScalarInput()</a>, and <a class="el" href="MexParams_8cpp-source.html#l00053">MexParams::setScalarOutput()</a>.<p>Here is the call graph for this function:<p><center><img src="mexLocalMaxima_8cpp_6a215cbfde54f82a3ce599228fc3fce5_cgraph.png" border="0" usemap="#mexLocalMaxima_8cpp_6a215cbfde54f82a3ce599228fc3fce5_cgraph_map" alt=""></center><map name="mexLocalMaxima_8cpp_6a215cbfde54f82a3ce599228fc3fce5_cgraph_map"><area shape="rect" href="classMexParams.html#6b95a9a99fb8c1530b6985b63d1d814b" title="Returns one of the input variables." alt="" coords="403,5,552,32"><area shape="rect" href="classMexParams.html#5f3448b08efe2108cf473f66a04c761c" title="Returns one of the input variables as a scalar." alt="" coords="157,31,344,57"><area shape="rect" href="classMexParams.html#83965eab5dee31740630a1ed7ccfa986" title="Sets an output variable to a scalar value." alt="" coords="152,81,349,108"><area shape="rect" href="classMexParams.html#ca1030087a28bd08892789c1ae0379d2" title="Sets an output variable to a mxArray." alt="" coords="397,81,557,108"></map></div></div><p><hr size="1"><address style="text-align: right;"><small>Generated on Fri Sep 7 13:09:49 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 + -
显示快捷键?