summaryrefslogtreecommitdiff
path: root/html/en/samples.html
diff options
context:
space:
mode:
authorscuri <scuri>2009-06-26 17:14:56 +0000
committerscuri <scuri>2009-06-26 17:14:56 +0000
commit193cd3427108bd127e09f391f7fe51f6b62590e9 (patch)
tree7dfd83dec634c15f87f578266f6fdb0df046613a /html/en/samples.html
parent734afa90c3dda1232e9490d08346be4f2ffefec1 (diff)
*** empty log message ***
Diffstat (limited to 'html/en/samples.html')
-rw-r--r--html/en/samples.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/html/en/samples.html b/html/en/samples.html
index e58835c..beba2cc 100644
--- a/html/en/samples.html
+++ b/html/en/samples.html
@@ -11,6 +11,7 @@
<body>
<h1>Complete Samples</h1>
+<p>&nbsp;You can also browse the <a href="../examples/">examples folder</a>. </p>
<h3><code>im_info</code></h3>
<p>This is a command line application that displays information obtained from a file using the IM I/O functions,
@@ -42,13 +43,13 @@
Model: CD MAVICA
Photometric: 2</pre>
- <p>You can view the source code here: <a href="../download/im_info.cpp">im_info.cpp</a></p>
+ <p>You can view the source code here: <a href="../examples/im_info.cpp">im_info.cpp</a></p>
<h3><code>im_copy</code></h3>
<p>This is a command line application that copies all the information from one file to another using the IM I/O
functions. It depends only on the IM main library. It is usefull for testing the drivers.</p>
- <p>You can view the source code here: <a href="../download/im_copy.cpp">im_copy.cpp</a></p>
+ <p>You can view the source code here: <a href="../examples/im_copy.cpp">im_copy.cpp</a></p>
<h3><code>proc_fourier</code></h3>
@@ -58,7 +59,7 @@
GPL. To use it in a commercial application you must contact the MIT and pay for a commercial license.</p>
<p>Se also <a href="doxygen/group__transform.html)">Reference / Image Processing / Domain
Transform Operations</a>.</p>
- <p>You can view the source code here: <a href="../download/proc_fourier.cpp">proc_fourier.cpp</a></p>
+ <p>You can view the source code here: <a href="../examples/proc_fourier.cpp">proc_fourier.cpp</a></p>
<h3><code>im_view</code></h3>
@@ -67,7 +68,7 @@
but using the <b>imImage</b> structure to make the implementation easier.</p>
<p>For more IUP <a target="_blank" href="http://www.tecgraf.puc-rio.br/iup">http://www.tecgraf.puc-rio.br/iup</a> and
more CD <a target="_blank" href="http://www.tecgraf.puc-rio.br/cd">http://www.tecgraf.puc-rio.br/cd</a></p>
- <p>You can view the source code here <a href="../download/im_view.c">im_view.c</a>, or download it with some makefiles
+ <p>You can view the source code here <a href="../examples/im_view.c">im_view.c</a>, or download it with some makefiles
<a href="../download/im_view.zip">im_view.zip</a>.</p>
<h3><code>glut_capture</code></h3>
@@ -75,7 +76,7 @@
<p>This application uses GLUT and OpenGL to create a window with a canvas and draw the image into that canvas. But the
image is obtained from a capture device. The image can be processed before display and a sequence of captured images
can be saved in an AVI file during capture.</p>
- <p>You can view the source code here: <a href="../download/glut_capture.c">glut_capture.c</a></p>
+ <p>You can view the source code here: <a href="../examples/glut_capture.c">glut_capture.c</a></p>
<h3><code>iupglcap</code></h3>
@@ -157,9 +158,10 @@ canvas:Kill()
image:Save(&quot;new.bmp&quot;, &quot;BMP&quot;) </pre>
- <p>Check the file <a href="../download/samples_imlua5.tar.gz">samples_imlua5.tar.gz</a>
+ <p>Check the files <a href="../download/samples_imlua5.tar.gz">samples_imlua5.tar.gz</a>
or <a href="../download/samples_imlua5.zip">samples_imlua5.zip</a> for several samples in Lua. For
- some of them you will need also the CD and the IUP libraries. </p>
+ some of them you will need also the CD and the IUP libraries. You can also
+ browse the <a href="../examples/">examples folder</a>. </p>
</body>