📄 mpaper.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">MPAPER</b><td valign="baseline" align="right" class="function"><a href="../../demos/ocr/index.html" target="mdsdir"><img border = 0 src="../../up.gif"></a></table> <p><b>Allows to enter handwritten characters by mouse.</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> mpaper</span><br><span class=help> mpaper( options )</span><br><span class=help> mpaper({'param1',val1,...})</span><br><span class=help></span><br><span class=help> <span class=help_field>Description:</span></span><br><span class=help> This script allows a user to draw images by mouse to </span><br><span class=help> figure with a grid. The drown images are normalized to</span><br><span class=help> exactly fit the subwindows given by the grid.</span><br><span class=help> <span class=help_field>Control:</span></span><br><span class=help> Left mouse button ... draw line.</span><br><span class=help> Right mouse button ... erase the focused subwindow.</span><br><span class=help> Middle mouse button ... call function which proccess the</span><br><span class=help> drawn data.</span><br><span class=help></span><br><span class=help> The function called to processed the drawn data is</span><br><span class=help> prescribed by options.fun. The implicite setting is 'ocr_fun'</span><br><span class=help> which calls OCR trained for handwritten numerals and displays </span><br><span class=help> the result of recognition.</span><br><span class=help></span><br><span class=help> <span class=help_field>Input:</span></span><br><span class=help> options.width [int] Width of a single image.</span><br><span class=help> options.height [int] Height of a single image.</span><br><span class=help> options.fun [string] If the middle mouse button is </span><br><span class=help> pressed then feval(fun,data) is called where</span><br><span class=help> the structure data contains:</span><br><span class=help> data.X [dim x num_images] images stored as columns</span><br><span class=help> of size dim = width*height.</span><br><span class=help> data.img_size = [height,width].</span><br><span class=help> </span><br><span class=help> <span class=help_field>Example:</span></span><br><span class=help> open ocr_demo.fig</span><br><span class=help></span><br></code></div> <hr> <b>Source:</b> <a href= "../../demos/ocr/list/mpaper.html">mpaper.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> <p><b class="info_field">Modifications: </b> <br> 9-sep-03, VF, <br> 8-sep-03, MM, Martin Matousek programmed the GUI enviroment.<br></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -