📄 screenshots.shtml
字号:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>The CImg Library - C++ Template Image Processing Library : Screenshots</title> <meta content="David Tschumperle" name="author"> </head> <body bgcolor="#ffffff" alink="#ff0000" link="#0000ee" vlink="#551a8b"> <!--#include file="head.html" --> <font face="Arial,Helvetica" size="-1"> <img src="img/screenshots_item.jpg"> <blockquote> The screenshots presented below have been taken from the different example programs distributed within the CImg package (sources available in the directory <tt>examples/</tt>).<br> Click on an image to enlarge it. Click on the source filename to display it. Note that it is only a small panel of the demo programs available in the CImg Library package. </blockquote> </font> <center> <table bgcolor="#f0f1f5" border="0" cellpadding="16" cellspacing="0" width="900"> <tbody> <tr> <td> <center><a href="img/ss_bump.jpg" onclick="NewWindow(this.href,'name','470','230','yes');return false;"> <img src="img/ss_mini_000000.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : A 2D bump-mapping effect (30 lines of code).<br> <i><font color="#3333ff"><b>File</b>: <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/CImg_demo.cpp?view=markup">CImg_demo.cpp</a></font></i><br><br> You can move the light source using the mouse. This sample shows how to handle mouse motion and create an animation in a window. It demonstrates also that the CImg library is quite fast ! Everything is computed from scratch here, including the logo, the background and the light.<br><br> <a href="img/video_bump.html" onclick="NewWindow(this.href,'name','450','400','yes');return false;">Click here to see the video</a> </font></td> </tr> <tr bgcolor="#ffffff"> <td> <center><a href="img/ss_demomenu.jpg" onclick="NewWindow(this.href,'name','350','280','yes');return false;"> <img src="img/ss_mini_000001.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : The selection menu of the CImg_demo sample (length = 41 lines of code)<br> <i><font color="#3333ff"><b>File</b> : <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/CImg_demo.cpp?view=markup">CImg_demo.cpp</a></font></i><br><br> Containing a nice blurred cursor effect, it shows also how to use mouse motion to create user-friendly menus.<br><br> <a href="img/video_menu.html" onclick="NewWindow(this.href,'name','450','400','yes');return false;">Click here to see the video</a> </font></td> </tr> <tr> <td> <center><a href="img/ss_hough.jpg" onclick="NewWindow(this.href,'name','1030','540','yes');return false;"> <img src="img/ss_mini_000002.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : Computation of the Hough Transform. (length = 95 lines of code)<br> <i><font color="#3333ff"><b>File</b> : <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/hough_transform.cpp?view=markup">hough_transform.cpp</a></font></i> <br><br> Illustrate the computation of the Hough transform to detect lines in 2D images. Provide also simple user interface to select and display lines. </font></td> </tr> <tr bgcolor="#ffffff"> <td> <center><a href="img/ss_imgfade.jpg" onclick="NewWindow(this.href,'name','280','280','yes');return false;"> <img src="img/ss_mini_000003.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : Show how to do a fading between two images. (length = 35 lines of code).<br> <i><font color="#3333ff"><b>File</b>: <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/fade_images.cpp?view=markup">fade_images.cpp</a></font></i> <br><br> Very small code to perform a funny effect. Also demonstrate how to easily deal with command line arguments. </font></td> </tr> <tr> <td> <center><a href="img/ss_mandelbrot.jpg" onclick="NewWindow(this.href,'name','660','520','yes');return false;"> <img src="img/ss_mini_000004.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : A fully functional Mandelbrot fractal explorer. (length = 51 lines of code).<br> <i><font color="#3333ff"><b>File</b>: <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/CImg_demo.cpp?view=markup">CImg_demo.cpp</a></font></i> <br><br> Show how to use the predefined feature selection function present in the CImg library.<br><br> <a href="img/video_mandelbrot.html" onclick="NewWindow(this.href,'name','450','400','yes');return false;">Click here to see the video</a> </font></td> </tr> <tr bgcolor="#ffffff"> <td> <center><a href="img/ss_odykill.jpg" onclick="NewWindow(this.href,'name','660','520','yes');return false;"> <img src="img/ss_mini_000005.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : A simple shoot-em-up game, featuring the people of the Robotvis/Odyssee Lab. (length = 180 lines of code).<br> <i><font color="#3333ff"><b>File</b>: <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/odykill.cpp?view=markup">odykill.cpp</a></font></i> <br><br> Another demonstration of handling mouse and creating animation for pedagogic purposes. </font></td> </tr> <tr> <td> <center><a href="img/ss_optflow.jpg" onclick="NewWindow(this.href,'name','980','470','yes');return false;"> <img src="img/ss_mini_000006.jpg" height="64" width="80"></a></center> </td> <td><font face="Arial,Helvetica" size="-1"> <b><font color="#990000">Description</font></b> : An implementation of an image registration algorithm, with multiscale capability. (length = 201 lines of code).<br> <i><font color="#3333ff"><b>File</b>: <a href="http://cimg.cvs.sourceforge.net/cimg/CImg/examples/image_registration.cpp?view=markup">image_registration.cpp</a></font></i> <br><br> Compute a motion map between two images, and warp one into the another through a smooth animation. </font></td> </tr> <tr bgcolor="#ffffff"> <td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -