classimage.html
来自「显著区域检测。求的图像中感兴趣区域的位置」· HTML 代码 · 共 931 行 · 第 1/5 页
HTML
931 行
</table></div><div class="memdoc"><p>Contructor for an uninitialized <a class="el" href="classImage.html" title="Provides access and processing functions for an image.">Image</a>. <p><p>Definition at line <a class="el" href="Image_8cpp-source.html#l00015">15</a> of file <a class="el" href="Image_8cpp-source.html">Image.cpp</a>.</div></div><p><a class="anchor" name="aca6462d92a17a14c2563fb02d3a7625"></a><!-- doxytag: member="Image::Image" ref="aca6462d92a17a14c2563fb02d3a7625" args="(const mxArray *arr)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">Image::Image </td> <td>(</td> <td class="paramtype">const mxArray * </td> <td class="paramname"> <em>arr</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Constructor from a two-dimensional Matlab array. <p><p>Definition at line <a class="el" href="Image_8cpp-source.html#l00020">20</a> of file <a class="el" href="Image_8cpp-source.html">Image.cpp</a>.<p>References <a class="el" href="Image_8cpp-source.html#l00047">initialize()</a>.<p>Here is the call graph for this function:<p><center><img src="classImage_aca6462d92a17a14c2563fb02d3a7625_cgraph.png" border="0" usemap="#classImage_aca6462d92a17a14c2563fb02d3a7625_cgraph_map" alt=""></center><map name="classImage_aca6462d92a17a14c2563fb02d3a7625_cgraph_map"><area shape="rect" href="classImage.html#6da101e823ef20810d8fb08e8a856584" title="Initializes from a two-dimensional Matlab array." alt="" coords="157,31,272,57"><area shape="rect" href="classImage.html#9987bf538358f25470af7d628e97694a" title="Returns a read/write iterator to the beginning of the Image data." alt="" coords="321,5,431,32"><area shape="rect" href="classImage.html#9e8efb4cb518bc0ab1253ce8d5ab2783" title="Returns the number of pixels in the Image." alt="" coords="320,56,432,83"><area shape="rect" href="classImage.html#eef0da5d895782bbb9ce3a17b538cf1b" title="Returns a pointer to the underlying Matlab array." alt="" coords="497,5,615,32"><area shape="rect" href="classImage.html#35612d5fc9961d1096fcafbccabe5d0e" title="Returns a constant pointer to the underlying Matlab array." alt="" coords="480,56,632,83"><area shape="rect" href="classImage.html#b87bf4b103cb5a9cf090f8729f362335" title="Returns whether the Image is initialized." alt="" coords="491,107,621,133"></map></div></div><p><a class="anchor" name="5a3bc57bd7ba53f9ae55b1963b9ba0a1"></a><!-- doxytag: member="Image::Image" ref="5a3bc57bd7ba53f9ae55b1963b9ba0a1" args="(const Image &other)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">Image::Image </td> <td>(</td> <td class="paramtype">const <a class="el" href="classImage.html">Image</a> & </td> <td class="paramname"> <em>other</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Copy constructor. <p><p>Definition at line <a class="el" href="Image_8cpp-source.html#l00026">26</a> of file <a class="el" href="Image_8cpp-source.html">Image.cpp</a>.<p>References <a class="el" href="Image_8cpp-source.html#l00118">getConstArray()</a>, and <a class="el" href="Image_8cpp-source.html#l00047">initialize()</a>.<p>Here is the call graph for this function:<p><center><img src="classImage_5a3bc57bd7ba53f9ae55b1963b9ba0a1_cgraph.png" border="0" usemap="#classImage_5a3bc57bd7ba53f9ae55b1963b9ba0a1_cgraph_map" alt=""></center><map name="classImage_5a3bc57bd7ba53f9ae55b1963b9ba0a1_cgraph_map"><area shape="rect" href="classImage.html#35612d5fc9961d1096fcafbccabe5d0e" title="Returns a constant pointer to the underlying Matlab array." alt="" coords="480,5,632,32"><area shape="rect" href="classImage.html#6da101e823ef20810d8fb08e8a856584" title="Initializes from a two-dimensional Matlab array." alt="" coords="157,56,272,83"><area shape="rect" href="classImage.html#9987bf538358f25470af7d628e97694a" title="Returns a read/write iterator to the beginning of the Image data." alt="" coords="321,107,431,133"><area shape="rect" href="classImage.html#9e8efb4cb518bc0ab1253ce8d5ab2783" title="Returns the number of pixels in the Image." alt="" coords="320,56,432,83"><area shape="rect" href="classImage.html#eef0da5d895782bbb9ce3a17b538cf1b" title="Returns a pointer to the underlying Matlab array." alt="" coords="497,107,615,133"><area shape="rect" href="classImage.html#b87bf4b103cb5a9cf090f8729f362335" title="Returns whether the Image is initialized." alt="" coords="491,56,621,83"></map></div></div><p><a class="anchor" name="bf5d14b05a13f32132e32eceea378694"></a><!-- doxytag: member="Image::Image" ref="bf5d14b05a13f32132e32eceea378694" args="(const int w, const int h)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">Image::Image </td> <td>(</td> <td class="paramtype">const int </td> <td class="paramname"> <em>w</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const int </td> <td class="paramname"> <em>h</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Constructs a new empty <a class="el" href="classImage.html" title="Provides access and processing functions for an image.">Image</a> with width w and height h. <p><p>Definition at line <a class="el" href="Image_8cpp-source.html#l00032">32</a> of file <a class="el" href="Image_8cpp-source.html">Image.cpp</a>.<p>References <a class="el" href="Image_8cpp-source.html#l00047">initialize()</a>.<p>Here is the call graph for this function:<p><center><img src="classImage_bf5d14b05a13f32132e32eceea378694_cgraph.png" border="0" usemap="#classImage_bf5d14b05a13f32132e32eceea378694_cgraph_map" alt=""></center><map name="classImage_bf5d14b05a13f32132e32eceea378694_cgraph_map"><area shape="rect" href="classImage.html#6da101e823ef20810d8fb08e8a856584" title="Initializes from a two-dimensional Matlab array." alt="" coords="157,31,272,57"><area shape="rect" href="classImage.html#9987bf538358f25470af7d628e97694a" title="Returns a read/write iterator to the beginning of the Image data." alt="" coords="321,5,431,32"><area shape="rect" href="classImage.html#9e8efb4cb518bc0ab1253ce8d5ab2783" title="Returns the number of pixels in the Image." alt="" coords="320,56,432,83"><area shape="rect" href="classImage.html#eef0da5d895782bbb9ce3a17b538cf1b" title="Returns a pointer to the underlying Matlab array." alt="" coords="497,5,615,32"><area shape="rect" href="classImage.html#35612d5fc9961d1096fcafbccabe5d0e" title="Returns a constant pointer to the underlying Matlab array." alt="" coords="480,56,632,83"><area shape="rect" href="classImage.html#b87bf4b103cb5a9cf090f8729f362335" title="Returns whether the Image is initialized." alt="" coords="491,107,621,133"></map></div></div><p><hr><h2>Member Function Documentation</h2><a class="anchor" name="8b435b87e91840724e41597a71deecb4"></a><!-- doxytag: member="Image::operator=" ref="8b435b87e91840724e41597a71deecb4" args="(const Image other)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classImage.html">Image</a> Image::operator= </td> <td>(</td> <td class="paramtype">const <a class="el" href="classImage.html">Image</a> </td> <td class="paramname"> <em>other</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Copy assigment operator. <p><p>Definition at line <a class="el" href="Image_8cpp-source.html#l00038">38</a> of file <a class="el" href="Image_8cpp-source.html">Image.cpp</a>.<p>References <a class="el" href="Image_8cpp-source.html#l00118">getConstArray()</a>, <a class="el" href="Image_8cpp-source.html#l00047">initialize()</a>, <a class="el" href="Image_8cpp-source.html#l00106">isInitialized()</a>, and <a class="el" href="Image_8h-source.html#l00150">itsInitialized</a>.<p>Here is the call graph for this function:<p><center><img src="classImage_8b435b87e91840724e41597a71deecb4_cgraph.png" border="0" usemap="#classImage_8b435b87e91840724e41597a71deecb4_cgraph_map" alt=""></center><map name="classImage_8b435b87e91840724e41597a71deecb4_cgraph_map"><area shape="rect" href="classImage.html#35612d5fc9961d1096fcafbccabe5d0e" title="Returns a constant pointer to the underlying Matlab array." alt="" coords="501,69,653,96"><area shape="rect" href="classImage.html#6da101e823ef20810d8fb08e8a856584" title="Initializes from a two-dimensional Matlab array." alt="" coords="179,56,293,83"><area shape="rect" href="classImage.html#b87bf4b103cb5a9cf090f8729f362335" title="Returns whether the Image is initialized." alt="" coords="512,145,643,172"><area shape="rect" href="classImage.html#9987bf538358f25470af7d628e97694a" title="Returns a read/write iterator to the beginning of the Image data." alt="" coords="343,5,452,32"><area shape="rect" href="classImage.html#9e8efb4cb518bc0ab1253ce8d5ab2783" title="Returns the number of pixels in the Image." alt="" coords="341,56,453,83"><area shape="rect" href="classImage.html#eef0da5d895782bbb9ce3a17b538cf1b" title="Returns a pointer to the underlying Matlab array." alt="" coords="519,5,636,32"></map></div></div><p><a class="anchor" name="6da101e823ef20810d8fb08e8a856584"></a><!-- doxytag: member="Image::initialize" ref="6da101e823ef20810d8fb08e8a856584" args="(const mxArray *arr)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">void Image::initialize </td> <td>(</td> <td class="paramtype">const mxArray * </td> <td class="paramname"> <em>arr</em> </td> <td> ) </td> <td width="100%"></td> </tr> </table></div><div class="memdoc"><p>Initializes from a two-dimensional Matlab array. <p><p>Definition at line <a class="el" href="Image_8cpp-source.html#l00047">47</a> of file <a class="el" href="Image_8cpp-source.html">Image.cpp</a>.<p>References <a class="el" href="Image_8cpp-source.html#l00094">beginw()</a>, and <a class="el" href="Image_8cpp-source.html#l00075">getSize()</a>.<p>Referenced by <a class="el" href="Image_8cpp-source.html#l00020">Image()</a>, and <a class="el" href="Image_8cpp-source.html#l00038">operator=()</a>.<p>Here is the call graph for this function:<p><center><img src="classImage_6da101e823ef20810d8fb08e8a856584_cgraph.png" border="0" usemap="#classImage_6da101e823ef20810d8fb08e8a856584_cgraph_map" alt=""></center><map name="classImage_6da101e823ef20810d8fb08e8a856584_cgraph_map"><area shape="rect" href="classImage.html#9987bf538358f25470af7d628e97694a" title="Returns a read/write iterator to the beginning of the Image data." alt="" coords="169,5,279,32"><area shape="rect" href="classImage.html#9e8efb4cb518bc0ab1253ce8d5ab2783" title="Returns the number of pixels in the Image." alt="" coords="168,56,280,83"><area shape="rect" href="classImage.html#eef0da5d895782bbb9ce3a17b538cf1b" title="Returns a pointer to the underlying Matlab array." alt="" coords="345,5,463,32"><area shape="rect" href="classImage.html#35612d5fc9961d1096fcafbccabe5d0e" title="Returns a constant pointer to the underlying Matlab array." alt="" coords="328,56,480,83"><area shape="rect" href="classImage.html#b87bf4b103cb5a9cf090f8729f362335" title="Returns whether the Image is initialized." alt="" coords="339,107,469,133"></map></div></div><p><a class="anchor" name="9f4178e641f723db59e55000249fed46"></a><!-- doxytag: member="Image::initialize" ref="9f4178e641f723db59e55000249fed46" args="(const int w, const int h)" --><div class="memitem"><div class="memproto"> <table class="memname"> <tr> <td class="memname">void Image::initialize </td> <td>(</td> <td class="paramtype">const int </td>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?