联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图片显示(12) 
按平台查找All Visual C++(12) 

[图片显示] CImage

图像图形显示,封装了图像的一些操作类,例如,获取指点位置的像素值,改变位图的尺寸等
****************** 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) } (2017-05-17, Visual C++, 7KB, 下载6次)

http://www.pudn.com/Download/item/id/1495013195774593.html

[图片显示] ImageProcessing

给图片做些效果 加强某些颜色 或者是图片某处编的清晰
change the picture (2011-10-31, Visual C++, 93KB, 下载2次)

http://www.pudn.com/Download/item/id/1684688.html

[图片显示] DrawHist

显示任意一维数组的直方图显示。不是图像的显示
Display any one-dimensional array of histogram display. Not display the image (2011-10-23, Visual C++, 3473KB, 下载17次)

http://www.pudn.com/Download/item/id/1677683.html

[图片显示] images

国际标准测试图片,大小512*512和256*256,有灰度图和彩色图,可做算法性能测试
the criterion images (2010-12-25, Visual C++, 8090KB, 下载781次)

http://www.pudn.com/Download/item/id/1392745.html

[图片显示] tiff

一个很好的tiff图片显示源码,对于初学者是很有用的学习资料,强烈建议加精,嘿
A good source tiff picture shows, it is very useful for beginners to learn the information, it is strongly recommended increase precision, hey (2008-11-25, Visual C++, 20KB, 下载83次)

http://www.pudn.com/Download/item/id/588019.html

[图片显示] jpeg

一个很好的jpg图片显示源码,对于初学者是很有用的学习资料,强烈建议加精,嘿
Jpg picture of a very good show source, it is very useful for beginners to learn the information, it is strongly recommended increase precision, hey (2008-11-25, Visual C++, 1252KB, 下载22次)

http://www.pudn.com/Download/item/id/588018.html

[图片显示] lpslrh

拉普拉斯锐化(边缘检测),和Fhotoshop的锐化有点不同,锐化的还可以! (2008-07-11, Visual C++, 49KB, 下载3次)

http://www.pudn.com/Download/item/id/508617.html

[图片显示] 101_els

这也是一款游戏VC界面,具体游戏是俄罗斯方块游戏,很安逸的界面可以就这样玩!
This is also a VC game interface, a specific game is a Tetris game, the interface is very easy to play on this! (2008-04-19, Visual C++, 1941KB, 下载2次)

http://www.pudn.com/Download/item/id/441531.html

[图片显示] VC实现维纳滤波处理

一个实现维纳滤波图像处理的VC函数,各个成员变量程序中有详细说明
a Wiener filter to achieve the VC image processing functions, all member variables procedures are described in detail (2006-01-08, Visual C++, 1KB, 下载161次)

http://www.pudn.com/Download/item/id/139603.html

[图片显示] BMP与JPG格式转变的源代码

BMP与JPG文件格式转变的源代码 一个把BMP压缩成JPG的源代码。 大小:16.4K 附: 1. 编译说明 1) 在VC IDE 选择setting->link> 加jpeg.lib 2) 编译程序 2. 原理 程序首先读BITMAP 文件的各像素点的RGB值, library 做压缩 RGB 缓冲区成JPEG文件或缓冲区。
BMP and JPG file format changes in the source code BMP put a JPG compressed into the source code. Size : 16.4K : Attachment 1. Compiler Note 1) VC IDE choice setting-gt; Linkgt; Plus jpeg.lib 2) compiler 2. Principle procedures BITMAP first reading of the document point pixel RGB value, library so compressed RGB JPEG files into the buffer zone or the buffer zone. (2005-11-16, Visual C++, 15KB, 下载349次)

http://www.pudn.com/Download/item/id/124649.html

[图片显示] 20050325_c_Pyramid

金字塔算法。将图像数组分块保存为4维数组,显示的时候仅仅调用窗口大小的部分,缩短了显示所需要的时间
pyramid algorithm. The image array block for the preservation of four-dimensional arrays, showing only the window size of the call, shorten the show by the time (2005-03-25, Visual C++, 12203KB, 下载361次)

http://www.pudn.com/Download/item/id/1111743076764262.html
总计:12