CImg-1_07
cimg 

所属分类:图形图象
开发工具:Visual C++
文件大小:4050KB
下载次数:18
上传日期:2004-12-01 12:43:09
上 传 者lihaiqiang
说明:  该源代码提供了一套c++类,可以很简单的集成到用户自己的源代码中使用,这些c++类的功能可以实现图像的加载/保存,各种处理,以及图像的显示等功能
(the source code for a class c, it is quite a simple integrated into the user's source code using these functions c category can be achieved image loading/preservation of various processing, and image display function)

文件列表:
CImg-1_07 (0, 2004-10-21)
CImg-1_07\CHANGES.txt (5032, 2004-10-21)
CImg-1_07\CImg.h (424468, 2004-10-21)
CImg-1_07\compilation (0, 2004-10-21)
CImg-1_07\compilation\unix_gnu_gcc_3 (0, 2004-10-21)
CImg-1_07\compilation\unix_gnu_gcc_3\compile_linux.sh (39, 2004-10-21)
CImg-1_07\compilation\unix_gnu_gcc_3\compile_solaris.sh (41, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4 (0, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\CImg_test.dev (981, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\fade_images.dev (987, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\hough_transform.dev (999, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\image_registration.dev (988, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\inpainter.dev (987, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\inrcast.dev (975, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\odykill.dev (973, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\pde_heatflow2D.dev (999, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\pde_TschumperleDeriche2D.dev (1031, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\pde_TschumperleDeriche3D.dev (1041, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\pslider.dev (990, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\render3d.dev (976, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\tetris.dev (971, 2004-10-21)
CImg-1_07\compilation\win_bloodshed_devcpp_4\tutorial.dev (975, 2004-10-21)
CImg-1_07\compilation\win_borland_bcc32_5 (0, 2004-10-21)
CImg-1_07\compilation\win_borland_bcc32_5\compile_bcc32.bat (1126, 2004-10-21)
CImg-1_07\compilation\win_digital_mars_compiler_8 (0, 2004-10-21)
CImg-1_07\compilation\win_digital_mars_compiler_8\compile_dmc.bat (1235, 2004-10-21)
CImg-1_07\compilation\win_intel_icl_8 (0, 2004-10-21)
CImg-1_07\compilation\win_intel_icl_8\compile_icl.bat (2055, 2004-10-21)
CImg-1_07\compilation\win_lapack_DLLs (0, 2004-10-21)
CImg-1_07\compilation\win_lapack_DLLs\BLAS.dll (421888, 2004-10-21)
CImg-1_07\compilation\win_lapack_DLLs\LAPACK.dll (2936832, 2004-10-21)
CImg-1_07\compilation\win_lapack_DLLs\LAPACK.lib (177718, 2004-10-21)
CImg-1_07\compilation\win_microsoft_visual_cpp_6 (0, 2004-10-21)
CImg-1_07\compilation\win_microsoft_visual_cpp_6\CImg_test.dsp (3870, 2004-10-21)
CImg-1_07\compilation\win_microsoft_visual_cpp_6\CImg_test.dsw (543, 2004-10-21)
CImg-1_07\compilation\win_microsoft_visual_cpp_6\CImg_test.opt (48640, 2004-10-21)
... ...

------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------ ____ _ _ ____ ___ ____ __ __ ___ __ ____ ____ ____ __ ____ _ _ (_ _)( )_( )( ___) / __)(_ _)( \/ )/ __) ( ) (_ _)( _ \( _ \ /__\ ( _ \( \/ ) )( ) _ ( )__) ( (__ _)(_ ) (( (_-. )(__ _)(_ ) _ < ) / /(__)\ ) / \ / (__) (_) (_)(____) \___)(____)(_/\/\_)\___/ (____)(____)(____/(_)\_)(__)(__)(_)\_) (__) The C++ Template Image Processing Library ( http://cimg.sourceforge.net ) pre-release v.1.0.7 ------------------------------------------------------------------------------------------------ # Pre-release note : #------------------- This is a pre-release of the CImg Library v.1.0.7. This version is almost final so I decided to pre-release it. I've only planed to add detailed documentation on CImg classes and functions, but no new features or changes in the library structure will occur. As this version corrects a lot of bugs from the previous one (1.0.6), and has more detailled documentation as well, I think it was time to replace the 1.0.6. # Summary #--------- The CImg Library consists in a single header file 'CImg.h' providing a set of C++ classes that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD,..), efficient, simple to use, it's a pleasant toolkit for coding image processing stuffs in C++. # Author #-------- David Tschumperlé ( http://cimg.sourceforge.net/David.Tschumperle ) # Package structure : #-------------------- The CImg package is organized as follows : - CImg.h : The only file of the library itself. - CHANGES.txt : A list of changes between successive CImg versions, since the 1.0.5. - LICENSE.txt : A copy of the GPL license which applies to the CImg Library. - README.txt : This file. - examples/ : Directory containing a lot of example programs performing various stuffs, based on the CImg library. * CImg_test.cpp : A multi-part demo of the CImg capabilities. Should be tested first. * fade_images.cpp : Perform an oriented fading between two images. * hough_transform.cpp : An implementation of the Hough Transform to detect lines in images. * inpainter.cpp : An implementation of a multiscale PDE-based inpainting, as described in Tschumperle-Deriche:CVPR'03. * inrcast.cpp : Tool used to convert 2D/3D images with command line arguments. * odykill.cpp : A simple shoot-em-up game, featuring the team of the Odyssée Lab. * image_registration.cpp : Register two images and do an automatic morphing between them. * pde_heatflow2D.cpp : An implementation of the Heat Flow PDE applied on a 2D image. * pde_TschumperleDeriche2D.cpp : An implementation of the restoration/inpainting PDE, as described in Tschumperle-Deriche:CVPR'03 (monoscale). * pde_TschumperleDeriche3D.cpp : Same as 'pde_TschumperleDeriche2D.cpp' for 3D volumes of data. * pslider.cpp : A tool to generate and view presentations from Postscript files. * render3d.cpp : An example of 3D object rendering using CImg drawing functions. * tetris.cpp : An implementation of the well-known tetris game in few lines. * tutorial.cpp : A very simple code to get started with the CImg library. - documentation/ : Directory containing a copy of the CImg web page in html format. To generate the reference documentation, you have to use the tool 'doxygen' (see http://www.doxygen.org) on the file 'CImg.doxygen'. You can also access the documentation from the library web page : http://cimg.sourceforge.net. - compilation/ : Directory containing several sub-directories that are intended to ease the compilation of the examples, with various C++ compilers on Unix and Windows. # Getting started #----------------- First, you should try to compile the different examples provided in the 'examples/' directory. Look at the 'compilation/' directory to ease this compilation step on different plateforms. Then, you can look at the documentation 'documentation/head.html' and the complete reference 'documentation/reference/index.html' to learn more about CImg functions and classes. In case of problems, you can go to the 'forum' section of the CImg web page and ask for help. ------------------------------------------------------------------------------------------------ ------------------------------------------------------------------------------------------------

近期下载者

相关文件


收藏者