diff options
author | scuri <scuri> | 2011-04-04 17:14:00 +0000 |
---|---|---|
committer | scuri <scuri> | 2011-04-04 17:14:00 +0000 |
commit | 128f620d057c076c445116d264947c993ea5187b (patch) | |
tree | 260e35b5d669fa7706877d77eaccbf859bfc3a1f /html/en | |
parent | 8eff69c91fd1a1380d4dd402a948f0428b336eb3 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en')
-rw-r--r-- | html/en/samples.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/html/en/samples.html b/html/en/samples.html index ecdfd86..0f06dd9 100644 --- a/html/en/samples.html +++ b/html/en/samples.html @@ -80,12 +80,13 @@ <h3><code>iupglcap</code></h3> - <p>This application uses IUP and OpenGL to create a window with two canvases and draw a video capture image into one - canvas. A processed image can be displayed in the second canvas. It can also process frames from a video file. It is - very useful for Computer Vision courses..</p> - <p>You can download the source code and projects for Visual C++, Borland C++ Builder X and Dev-Cpp, here: - <a href="../download/iupglcap.zip">iupglcap.zip</a> You will need to download IUP, CD and IM libraries for the - compiler you use</p> + <p>This application uses IUP and OpenGL to create a window with two canvases + and draw a video capture image into one canvas. A processed image can be + displayed in the second canvas. It can also process frames from a video + file. It is very useful for Computer Vision courses. You can download the + source code here: <a href="../../../iup/html/download/iupglcap.zip">iupglcap.zip</a>. You will + also need to download IUP, CD and IM libraries for the + compiler you use.</p> <h3><code>IMLAB</code></h3> |