📄 showim.html
字号:
<html><head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html;charset=ISO-8859-1"> <title>Contents.m</title><link rel="stylesheet" type="text/css" href="../stpr.css"></head><body><table border=0 width="100%" cellpadding=0 cellspacing=0><tr valign="baseline"><td valign="baseline" class="function"><b class="function">SHOWIM</b><td valign="baseline" align="right" class="function"><a href="../visual/index.html" target="mdsdir"><img border = 0 src="../up.gif"></a></table> <p><b>Displays given image(s).</b></p> <hr><div class='code'><code><span class=help></span><br><span class=help> <span class=help_field>Synopsis:</span></span><br><span class=help> h = showimg(img)</span><br><span class=help> h = showimg(img,img_size)</span><br><span class=help> h = showimg(img,img_size,placement)</span><br><span class=help></span><br><span class=help> <span class=help_field>Description:</span></span><br><span class=help> It displays images to the current figure. It assumes the </span><br><span class=help> images to be represented as column vectors of the matrix</span><br><span class=help> img [dim x num_img] where dim=height*width. </span><br><span class=help></span><br><span class=help> <span class=help_field>Input:</span></span><br><span class=help> img [dim x num_img] Images store as column vectors of size</span><br><span class=help> dim = width*height.</span><br><span class=help> img_size [2 1] Image size img_size = [height, width]. The image</span><br><span class=help> size does have to be geving for rectangular images.</span><br><span class=help> placement [2 1] Determines the number of rows and columns</span><br><span class=help> in wich the images are displayed, palecement = [rows,columns].</span><br><span class=help> if not given then the placement is determined automatically.</span><br><span class=help></span><br><span class=help> <span class=help_field>Output:</span></span><br><span class=help> h [1 x num_img] Handles of images.</span><br><span class=help></span><br></code></div> <hr> <b>Source:</b> <a href= "../visual/list/showim.html">showim.m</a> <p><b class="info_field">(c) </b> Statistical Pattern Recognition Toolbox, (C) 1999-2003,<br> Written by Vojtech Franc and Vaclav Hlavac,<br> <a href="http://www.cvut.cz">Czech Technical University Prague</a>,<br> <a href="http://www.feld.cvut.cz">Faculty of Electrical engineering</a>,<br> <a href="http://cmp.felk.cvut.cz">Center for Machine Perception</a><br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -