Welcome![Sign In][Sign Up]
Location:
Search - cimg

Search list

[Special EffectsCImg-1.4.9

Description: 一个图像处理函数库,c-image,可以参考下-An image processing library, c-image, you can refer to the following
Platform: | Size: 10447872 | Author: kyl | Hits:

[Special EffectsCImg

Description: 图像处理中一个重要的库,学习图像必不可少的-Image processing an important library
Platform: | Size: 10664960 | Author: lili | Hits:

[Special Effectsdip_mfc

Description: 用CImg最基本类写的数字图像处理程序 MFC窗口实现,功能非常完整,从初级变化到初步图像辨识-Digital image processing program to write using the CImg basic class MFC window to achieve very complete, from the identification of the primary changes to the initial image
Platform: | Size: 8883200 | Author: 张程序 | Hits:

[OpenCVCImg-1.5.5

Description: providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD, .. ), efficient, easy to use,-providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD, .. ), efficient, easy to use,
Platform: | Size: 12947456 | Author: rca | Hits:

[Special EffectsImg

Description: CImg类,微软提供的CImg类封装了很多的绘画功能和图像操作功能,但仍没有提供完整的图像处理的能力。本类提供了更全面的功能-CImg class, CImg class encapsulates Microsoft provides a lot of functionality and image manipulation features painting, but still does not provide a complete image processing capabilities. This class provides a more comprehensive functional
Platform: | Size: 4096 | Author: 李林伟 | Hits:

[Special Effectscanny

Description: 高斯滤波加canny边缘检测源码,用的是CImg图像库,比较易懂-Gaussian filter plus canny edge detection source, using CImg image library, relatively easy to understand
Platform: | Size: 2048 | Author: gong | Hits:

[OtherCImg_demo_exe

Description: The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD,..), efficient, easy to use, it s a pleasant toolkit for coding image processing stuffs in C++.- The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a set of C++ classes and methods that can be used in your own sources, to load/save, process and display images. Very portable (Unix/X11,Windows, MacOS X, FreeBSD,..), efficient, easy to use, it s a pleasant toolkit for coding image processing stuffs in C++.
Platform: | Size: 2947072 | Author: Lefteris Kalamaras | Hits:

[3D Graphicmcf_levelsets3D

Description: 用CImg库来实现3D成像效果演示,效果非常不错,有助于分析3D成像原理-CImg library to achieve with 3D imaging results demonstrate, the effect is very good, to help analyze 3D imaging principle
Platform: | Size: 279552 | Author: Zoe | Hits:

[2D Graphiccanny

Description: cimg canny 使用cimg库实现的canny边缘检测方法,需要下载CImg.h文件-cimg canny
Platform: | Size: 2048 | Author: wang | Hits:

[ConsoleCImgBeta

Description: source to find borders in a image using CImg library and VS C++ 2013
Platform: | Size: 325632 | Author: Edison | Hits:

[Special EffectsDIPDemo

Description: 注意:内附下载地址!这是一个基于CImg类及其派生类CImgProcess的图像处理综合测试平台,可以方便大家处理各种信源图像并对结果进行对比,非常强大!初学者必备-This is based on class and its derived classes CImgProcess CXImage image processing integrated test platform, it can easily handle a variety of image sources and the results were compared, very powerful! Beginners essential !!
Platform: | Size: 59392 | Author: | Hits:

[GDI-Bitmapedgedetection

Description: A4纸边缘检测,用Cimg库。识别率不是特别高-A4 paper edge detection
Platform: | Size: 355328 | Author: hzx | Hits:

[Web Server7k7kmh

Description: 1.用企业管理器还原databak目录里的.BAK 数据库备份文件 2.修改inc/config.asp里的数据库配置信息 3.后台用户及密码都是admin 4.进入后台,生成前台html页面 5.下载漫画图片,点后图下载图片连接,可以一次性下载全部漫画图片,约150G大小。下载速度看服务器网速度,基本1-2天时间全部下载完毕 6.漫画图片默认连接7k7k服务器,如需要使用本地图片连接,修改js/Vol.js文件{var url= http://cimg.7k7k.com/ }字符-1. Enterprise Manager Restore databak in the directory .BAK backup files 2. Modify inc/config.asp configuration information in the 3. Background and user passwords are admin 4. Go to the background, foreground generated html page 5. Download cartoon picture, points Download image connection, you can download all at once comic image, the size of about 150G. See download speeds server-velocity, basic 1-2 days to complete all downloads 6. Image Comics default connection 7k7k server, such as the need to connect using a local image, edit js/Vol.js file {var url = http: //cimg.7k7k.com/ } characters
Platform: | Size: 833536 | Author: | Hits:

[Picture ViewerCImage

Description: 图像图形显示,封装了图像的一些操作类,例如,获取指点位置的像素值,改变位图的尺寸等- ****************** CImg CImg::operator+ (CImg gray) 功能:图像按位加 参数: CImg 对象 返回值: CImg 相加后的 CImg 类图像对象 ****************** CImg CImg::operator+ (CImg gray) { CImg grayRet //返回图像 grayRet *this //取得图像的高和宽 int nHeight GetHeight() int nWidth GetWidthPixel() int i, j //循环变量 //不能在CImg类对象中直接进行像素相加,因为相加的结果可能超过255 vector< vector<int> > GrayMat //求和后暂存图像的灰度点阵 vector<int> vecRow(nWidth, 0) //GrayMat中的一行(初始化为0) for(i 0 i<nHeight i++) { GrayMat.push_back(vecRow) }
Platform: | Size: 7168 | Author: 杨振世 | Hits:

[Special EffectsSobel-Edge-Detection-master

Description: A soble edge function using basic convolutions. CImg library is used to display, read, and write image files.
Platform: | Size: 1084416 | Author: 穿山甲说 | Hits:

[Special EffectsCImg_latest

Description: 很好的图像处理库,能兼容windows、linux、unix等多种平台(Good image processing library, compatible with many platforms, such as windows, Linux, UNIX, etc.)
Platform: | Size: 4558848 | Author: 屈有山 | Hits:
« 1 2 3 4 5 6»

CodeBus www.codebus.net