实例介绍
CImg的源代码,2d,3的图像处理库.windows 版本
【实例截图】
【核心代码】
zml_1-2968480-CImg-1.4.6.zip
└── CImg-1.4.6
├── CHANGES.txt
├── CImg.h
├── examples
│ ├── captcha.cpp
│ ├── check_all_functions.cpp
│ ├── CImg_demo.cpp
│ ├── curve_editor2d.cpp
│ ├── dtmri_view3d.cpp
│ ├── edge_explorer2d.cpp
│ ├── fade_images.cpp
│ ├── gaussian_fit1d.cpp
│ ├── generate_loop_macros.cpp
│ ├── gmic.cpp
│ ├── gmic_def.gmic
│ ├── gmic_def.h
│ ├── gmic_gimp.cpp
│ ├── gmic.h
│ ├── hough_transform2d.cpp
│ ├── image2ascii.cpp
│ ├── image_registration2d.cpp
│ ├── image_surface3d.cpp
│ ├── img
│ │ ├── CImg_demo.h
│ │ ├── lena.pgm
│ │ ├── logo.bmp
│ │ ├── milla.bmp
│ │ ├── odykill.h
│ │ ├── parrot_mask.pgm
│ │ ├── parrot_original.ppm
│ │ ├── sh0r.pgm
│ │ ├── sh1r.pgm
│ │ └── tetris.h
│ ├── jawbreaker.cpp
│ ├── Makefile
│ ├── mcf_levelsets2d.cpp
│ ├── mcf_levelsets3d.cpp
│ ├── odykill.cpp
│ ├── pde_heatflow2d.cpp
│ ├── pde_TschumperleDeriche2d.cpp
│ ├── plotter1d.cpp
│ ├── radon_transform2d.cpp
│ ├── scene3d.cpp
│ ├── spherical_function3d.cpp
│ ├── tetris.cpp
│ ├── tron.cpp
│ ├── tutorial.cpp
│ ├── use_cimgIPL.cpp
│ ├── use_cimgmatlab.cpp
│ ├── use_cimgmatlab.m
│ ├── use_draw_gradient.cpp
│ ├── use_jpeg_buffer.cpp
│ ├── use_nlmeans.cpp
│ ├── use_RGBclass.cpp
│ ├── use_skeleton.cpp
│ └── wavelet_atrous.cpp
├── html
│ ├── chat.shtml
│ ├── CImg_documentation.h
│ ├── CImg.doxygen
│ ├── CImg_reference.pdf
│ ├── download.shtml
│ ├── favicon.ico
│ ├── favicon.png
│ ├── footer.html
│ ├── header.html
│ ├── header_reference.html
│ ├── img
│ │ ├── CImg_flyer.jpg
│ │ ├── CImgLogo.jpg
│ │ ├── curve_editor.jpg
│ │ ├── item_authors.jpg
│ │ ├── item_chat.gif
│ │ ├── item_clickvideo2.jpg
│ │ ├── item_clickvideo.jpg
│ │ ├── item_copyrights.jpg
│ │ ├── item_debian_package2.jpg
│ │ ├── item_debian_package.jpg
│ │ ├── item_description.jpg
│ │ ├── item_download.gif
│ │ ├── item_extensibility.jpg
│ │ ├── item_file.jpg
│ │ ├── item_freedom.jpg
│ │ ├── item_genericity.jpg
│ │ ├── item_guestbook.jpg
│ │ ├── item_howtohelp.jpg
│ │ ├── item_intro.gif
│ │ ├── item_learnmore.jpg
│ │ ├── item_licenses.jpg
│ │ ├── item_links.gif
│ │ ├── item_news.gif
│ │ ├── item_portability.jpg
│ │ ├── item_precompiled2.jpg
│ │ ├── item_precompiled.jpg
│ │ ├── item_quickhistory.jpg
│ │ ├── item_screenshots.gif
│ │ ├── item_simplicity.jpg
│ │ ├── item_sources2.jpg
│ │ ├── item_sources.jpg
│ │ ├── item_standard_package2.jpg
│ │ ├── item_standard_package.jpg
│ │ ├── item_usefulness.jpg
│ │ ├── logoCNRS.gif
│ │ ├── logoGMIC.ppm
│ │ ├── logoGREYC.gif
│ │ ├── logoIMAGE.gif
│ │ ├── logoINRIA.gif
│ │ ├── logoODYSSEE.jpg
│ │ ├── postcard10.jpg
│ │ ├── postcard11.jpg
│ │ ├── postcard12.jpg
│ │ ├── postcard13.jpg
│ │ ├── postcard14.jpg
│ │ ├── postcard15.jpg
│ │ ├── postcard16.jpg
│ │ ├── postcard17.jpg
│ │ ├── postcard18.jpg
│ │ ├── postcard19.jpg
│ │ ├── postcard1.jpg
│ │ ├── postcard20.jpg
│ │ ├── postcard21.jpg
│ │ ├── postcard22.jpg
│ │ ├── postcard23.jpg
│ │ ├── postcard24.jpg
│ │ ├── postcard25.jpg
│ │ ├── postcard26.jpg
│ │ ├── postcard27.jpg
│ │ ├── postcard28.jpg
│ │ ├── postcard2.jpg
│ │ ├── postcard3.jpg
│ │ ├── postcard4.jpg
│ │ ├── postcard5.jpg
│ │ ├── postcard6.jpg
│ │ ├── postcard7.jpg
│ │ ├── postcard8.jpg
│ │ ├── postcard9.jpg
│ │ ├── project-support.jpg
│ │ ├── reference
│ │ │ ├── ref_box3d.jpg
│ │ │ ├── ref_cone3d.jpg
│ │ │ ├── ref_contrast_LUT256.jpg
│ │ │ ├── ref_cut.jpg
│ │ │ ├── ref_cylinder3d.jpg
│ │ │ ├── ref_default_LUT256.jpg
│ │ │ ├── ref_elevation3d.jpg
│ │ │ ├── ref_ellipsoid3d.jpg
│ │ │ ├── ref_equalize.jpg
│ │ │ ├── ref_histogram.jpg
│ │ │ ├── ref_image.jpg
│ │ │ ├── ref_index.jpg
│ │ │ ├── ref_isoline3d.jpg
│ │ │ ├── ref_isosurface3d.jpg
│ │ │ ├── ref_label_regions.jpg
│ │ │ ├── ref_map.jpg
│ │ │ ├── ref_noise.jpg
│ │ │ ├── ref_normalize2.jpg
│ │ │ ├── ref_normalize.jpg
│ │ │ ├── ref_norm.jpg
│ │ │ ├── ref_plane3d.jpg
│ │ │ ├── ref_quantize.jpg
│ │ │ ├── ref_rainbow_LUT256.jpg
│ │ │ ├── ref_sphere3d.jpg
│ │ │ ├── ref_threshold.jpg
│ │ │ └── ref_torus3d.jpg
│ │ ├── ss_blobs.jpg
│ │ ├── ss_bubble.jpg
│ │ ├── ss_bump.jpg
│ │ ├── ss_demomenu.jpg
│ │ ├── ss_dtmri.jpg
│ │ ├── ss_fourier.jpg
│ │ ├── ss_hough.jpg
│ │ ├── ss_imgfade.jpg
│ │ ├── ss_jawbreaker.jpg
│ │ ├── ss_landscape.jpg
│ │ ├── ss_mandelbrot.jpg
│ │ ├── ss_metaballs.jpg
│ │ ├── ss_mini_000000.jpg
│ │ ├── ss_mini_000001.jpg
│ │ ├── ss_mini_000002.jpg
│ │ ├── ss_mini_000003.jpg
│ │ ├── ss_mini_000004.jpg
│ │ ├── ss_mini_000005.jpg
│ │ ├── ss_mini_000006.jpg
│ │ ├── ss_mini_000007.jpg
│ │ ├── ss_mini_000008.jpg
│ │ ├── ss_mini_000009.jpg
│ │ ├── ss_mini_000010.jpg
│ │ ├── ss_mini_000011.jpg
│ │ ├── ss_mini_000012.jpg
│ │ ├── ss_mini_000013.jpg
│ │ ├── ss_mini_000014.jpg
│ │ ├── ss_mini_000015.jpg
│ │ ├── ss_mini_000016.jpg
│ │ ├── ss_mini_000017.jpg
│ │ ├── ss_mini_000018.jpg
│ │ ├── ss_mini_000019.jpg
│ │ ├── ss_mini_000020.jpg
│ │ ├── ss_mini_000021.jpg
│ │ ├── ss_mini_000022.jpg
│ │ ├── ss_mini_000023.jpg
│ │ ├── ss_mini_000024.jpg
│ │ ├── ss_mini_000025.jpg
│ │ ├── ss_mini_000026.jpg
│ │ ├── ss_mini_000027.jpg
│ │ ├── ss_odykill.jpg
│ │ ├── ss_optflow.jpg
│ │ ├── ss_paint.jpg
│ │ ├── ss_plasma.jpg
│ │ ├── ss_puzzle.jpg
│ │ ├── ss_reflection.jpg
│ │ ├── ss_render3d.jpg
│ │ ├── ss_restoration.jpg
│ │ ├── ss_rotozoom.jpg
│ │ ├── ss_shadebobs.jpg
│ │ ├── ss_surface.jpg
│ │ ├── ss_tetris.jpg
│ │ ├── ss_triangle.jpg
│ │ ├── ss_volume3d.jpg
│ │ ├── ss_waves.jpg
│ │ ├── tutorial.jpg
│ │ ├── video_blobs.html
│ │ ├── video_bubble.html
│ │ ├── video_bump.html
│ │ ├── video_cimgdemo.html
│ │ ├── video_curveeditor.html
│ │ ├── video_doubletorus.html
│ │ ├── video_dtmri.html
│ │ ├── video_fourier.html
│ │ ├── video_imagesurface.html
│ │ ├── video_jawbreaker.html
│ │ ├── video_landscape.html
│ │ ├── video_mandelbrot.html
│ │ ├── video_menu.html
│ │ ├── video_metaballs.html
│ │ ├── video_minipaint.html
│ │ ├── video_plasma.html
│ │ ├── video_reflection.html
│ │ ├── video_shadebobs.html
│ │ ├── video_tetris.html
│ │ └── video_waves.html
│ ├── index.shtml
│ ├── links.shtml
│ ├── news.shtml
│ ├── reference
│ │ ├── annotated.html
│ │ ├── bc_s.png
│ │ ├── classes.html
│ │ ├── closed.png
│ │ ├── doxygen.css
│ │ ├── doxygen.png
│ │ ├── form_0.png
│ │ ├── form_1.png
│ │ ├── form_2.png
│ │ ├── formula.repository
│ │ ├── functions_0x62.html
│ │ ├── functions_0x63.html
│ │ ├── functions_0x64.html
│ │ ├── functions_0x65.html
│ │ ├── functions_0x66.html
│ │ ├── functions_0x67.html
│ │ ├── functions_0x68.html
│ │ ├── functions_0x69.html
│ │ ├── functions_0x6a.html
│ │ ├── functions_0x6b.html
│ │ ├── functions_0x6c.html
│ │ ├── functions_0x6d.html
│ │ ├── functions_0x6e.html
│ │ ├── functions_0x6f.html
│ │ ├── functions_0x70.html
│ │ ├── functions_0x71.html
│ │ ├── functions_0x72.html
│ │ ├── functions_0x73.html
│ │ ├── functions_0x74.html
│ │ ├── functions_0x75.html
│ │ ├── functions_0x76.html
│ │ ├── functions_0x77.html
│ │ ├── functions_0x78.html
│ │ ├── functions_0x79.html
│ │ ├── functions_0x7e.html
│ │ ├── functions_func_0x62.html
│ │ ├── functions_func_0x63.html
│ │ ├── functions_func_0x64.html
│ │ ├── functions_func_0x65.html
│ │ ├── functions_func_0x66.html
│ │ ├── functions_func_0x67.html
│ │ ├── functions_func_0x68.html
│ │ ├── functions_func_0x69.html
│ │ ├── functions_func_0x6a.html
│ │ ├── functions_func_0x6b.html
│ │ ├── functions_func_0x6c.html
│ │ ├── functions_func_0x6d.html
│ │ ├── functions_func_0x6e.html
│ │ ├── functions_func_0x6f.html
│ │ ├── functions_func_0x70.html
│ │ ├── functions_func_0x71.html
│ │ ├── functions_func_0x72.html
│ │ ├── functions_func_0x73.html
│ │ ├── functions_func_0x74.html
│ │ ├── functions_func_0x75.html
│ │ ├── functions_func_0x76.html
│ │ ├── functions_func_0x77.html
│ │ ├── functions_func_0x78.html
│ │ ├── functions_func_0x79.html
│ │ ├── functions_func_0x7e.html
│ │ ├── functions_func.html
│ │ ├── functions.html
│ │ ├── functions_type.html
│ │ ├── group__cimg__displays.html
│ │ ├── group__cimgdisplay__structure.html
│ │ ├── group__cimg__drawing.html
│ │ ├── group__cimg__environment.html
│ │ ├── group__cimgexception__structure.html
│ │ ├── group__cimg__faq.html
│ │ ├── group__cimg__files__io.html
│ │ ├── group__cimglist__structure.html
│ │ ├── group__cimg__loops.html
│ │ ├── group__cimg__options.html
│ │ ├── group__cimg__overview.html
│ │ ├── group__cimg__storage.html
│ │ ├── group__cimg__structure.html
│ │ ├── group__cimg__tutorial.html
│ │ ├── group__cimg__visual2005.html
│ │ ├── hierarchy.html
│ │ ├── index.html
│ │ ├── modules.html
│ │ ├── namespacecimg__library_1_1cimg.html
│ │ ├── namespacecimg__library.html
│ │ ├── namespacemembers_func.html
│ │ ├── namespacemembers.html
│ │ ├── namespacemembers_vars.html
│ │ ├── namespaces.html
│ │ ├── nav_f.png
│ │ ├── nav_h.png
│ │ ├── open.png
│ │ ├── ref_box3d.jpg
│ │ ├── ref_cone3d.jpg
│ │ ├── ref_cut.jpg
│ │ ├── ref_cylinder3d.jpg
│ │ ├── ref_elevation3d.jpg
│ │ ├── ref_ellipsoid3d.jpg
│ │ ├── ref_equalize.jpg
│ │ ├── ref_histogram.jpg
│ │ ├── ref_index.jpg
│ │ ├── ref_isoline3d.jpg
│ │ ├── ref_isosurface3d.jpg
│ │ ├── ref_label_regions.jpg
│ │ ├── ref_map.jpg
│ │ ├── ref_noise.jpg
│ │ ├── ref_normalize2.jpg
│ │ ├── ref_normalize.jpg
│ │ ├── ref_norm.jpg
│ │ ├── ref_plane3d.jpg
│ │ ├── ref_quantize.jpg
│ │ ├── ref_sphere3d.jpg
│ │ ├── ref_threshold.jpg
│ │ ├── ref_torus3d.jpg
│ │ ├── structcimg__library_1_1CImgDisplay.html
│ │ ├── structcimg__library_1_1CImgDisplay-members.html
│ │ ├── structcimg__library_1_1CImgException.html
│ │ ├── structcimg__library_1_1CImgException-members.html
│ │ ├── structcimg__library_1_1CImg.html
│ │ ├── structcimg__library_1_1CImgList.html
│ │ ├── structcimg__library_1_1CImgList-members.html
│ │ ├── structcimg__library_1_1CImg-members.html
│ │ ├── tab_a.png
│ │ ├── tab_b.png
│ │ ├── tab_h.png
│ │ ├── tabs.css
│ │ └── tab_s.png
│ └── screenshots.shtml
├── Licence_CeCILL-C_V1-en.txt
├── Licence_CeCILL_V2-en.txt
├── plugins
│ ├── add_fileformat.h
│ ├── cimg_ipl.h
│ ├── cimgIPL.h
│ ├── cimgmatlab.h
│ ├── draw_gradient.h
│ ├── jpeg_buffer.h
│ ├── loop_macros.h
│ ├── nlmeans.h
│ └── skeleton.h
├── README.txt
└── resources
├── cimg_buildpackage
├── compile_win_icl.bat
├── compile_win_visualcpp.bat
├── debian
│ ├── changelog
│ ├── cimg-dev.dirs
│ ├── cimg-dev.install
│ ├── cimg-dev.links
│ ├── compat
│ ├── control
│ ├── copyright
│ ├── docs
│ └── rules
└── project_win_visualcpp
├── project_win_visualcpp.sln
├── project_win_visualcpp.suo
└── project_win_visualcpp.vcproj
11 directories, 390 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论