summaryrefslogtreecommitdiff
path: root/help/en_US/scilab_en_US_help/CV_WaitKey.html
diff options
context:
space:
mode:
Diffstat (limited to 'help/en_US/scilab_en_US_help/CV_WaitKey.html')
-rw-r--r--help/en_US/scilab_en_US_help/CV_WaitKey.html83
1 files changed, 0 insertions, 83 deletions
diff --git a/help/en_US/scilab_en_US_help/CV_WaitKey.html b/help/en_US/scilab_en_US_help/CV_WaitKey.html
deleted file mode 100644
index d81650a9..00000000
--- a/help/en_US/scilab_en_US_help/CV_WaitKey.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<html><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>CV_WaitKey</title>
- <style type="text/css" media="all">
- @import url("scilab_code.css");
- @import url("xml_code.css");
- @import url("c_code.css");
- @import url("style.css");
- </style>
- </head>
- <body>
- <div class="manualnavbar">
- <table width="100%"><tr>
- <td width="30%">
- <span class="previous"><a href="CV_Threshold.html">&lt;&lt; CV_Threshold</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_4d177ceb9ae128b1850140a7901a140a.html">Scilab 2 C Converter</a></span>
-
- </td>
- <td width="30%" class="next">
-
- </td>
- </tr></table>
- <hr />
- </div>
-
-
-
- <span class="path"><a href="index.html">Scilab 2 C Converter</a> &gt;&gt; <a href="section_4d177ceb9ae128b1850140a7901a140a.html">Scilab 2 C Converter</a> &gt; CV_WaitKey</span>
-
- <br /><br />
- <div class="refnamediv"><h1 class="refname">CV_WaitKey</h1>
- <p class="refpurpose">function similar to cvWaitKey</p></div>
-
-
-<div class="refsynopsisdiv"><h3 class="title">Calling Sequence</h3>
- <div class="synopsis"><pre><span class="functionid">CV_WaitKey</span><span class="default">(</span><span class="default">delay</span><span class="default">)</span></pre></div></div>
-
-<div class="refsection"><h3 class="title">Parameters</h3>
- <dl><dt><span class="term">delay:</span>
- <dd><p class="para">waiting delay, if 0 then wait till keypress</p></dd></dt></dl></div>
-
-<div class="refsection"><h3 class="title">Description</h3>
- <p class="para">This function can be used for inseting some delay. This function must
-follow CV_ShowImage to display image.</p>
- <p class="para">This is curretly dummy function. It provides no functionality but is required
-for providing support for generating C code for OpenCV</p>
- <p class="para"></p></div>
-
-<div class="refsection"><h3 class="title">Examples</h3>
- <div class="programlisting"><table border="0" width="100%"><tr><td width="98%"><pre class="scilabcode"><span class="scilabid">img</span> <span class="scilaboperator">=</span> <span class="scilabid">CV_LoadImage</span><span class="scilabopenclose">(</span><span class="scilabstring">&#0039;</span><span class="scilabstring">~/test.jpg</span><span class="scilabstring">&#0039;</span><span class="scilabdefault">,</span><span class="scilabnumber">0</span><span class="scilabopenclose">)</span>
-<span class="scilabid">CV_ShowImage</span><span class="scilabopenclose">(</span><span class="scilabstring">&#0039;</span><span class="scilabstring">&#0039;</span><span class="scilabdefault">,</span><span class="scilabid">img</span><span class="scilabopenclose">)</span>
-<span class="scilabid">CV_WaitKey</span><span class="scilabopenclose">(</span><span class="scilabnumber">0</span><span class="scilabopenclose">)</span><span class="scilabdefault">;</span></pre></td><td valign="top"><a href="scilab://scilab.execexample/"><img src="ScilabExecute.png" border="0"/></a></td><td valign="top"><a href="scilab://scilab.editexample/"><img src="ScilabEdit.png" border="0"/></a></td><td></td></tr></table></div></div>
-
-<div class="refsection"><h3 class="title">See also</h3>
- <ul class="itemizedlist"><li class="member"><a href="CV_LoadImage.html" class="link">CV_ShowImage</a></li></ul></div>
-
-<div class="refsection"><h3 class="title">Authors</h3>
- <ul class="itemizedlist"><li class="member">Siddhesh Wani</li></ul></div>
- <br />
-
- <div class="manualnavbar">
- <table width="100%">
- <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr>
-<tr>
- <td width="30%">
- <span class="previous"><a href="CV_Threshold.html">&lt;&lt; CV_Threshold</a></span>
-
- </td>
- <td width="40%" class="center">
- <span class="top"><a href="section_4d177ceb9ae128b1850140a7901a140a.html">Scilab 2 C Converter</a></span>
-
- </td>
- <td width="30%" class="next">
-
- </td>
- </tr></table>
- <hr />
- </div>
- </body>
-</html>