summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorscuri <scuri>2011-04-04 17:14:00 +0000
committerscuri <scuri>2011-04-04 17:14:00 +0000
commit128f620d057c076c445116d264947c993ea5187b (patch)
tree260e35b5d669fa7706877d77eaccbf859bfc3a1f /html
parent8eff69c91fd1a1380d4dd402a948f0428b336eb3 (diff)
*** empty log message ***
Diffstat (limited to 'html')
-rw-r--r--html/en/samples.html13
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>&nbsp; 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>