代码搜索:图像压缩系统
找到约 10,000 项符合「图像压缩系统」的源代码
代码结果 10,000
www.eeworm.com/read/172265/9715292
txt 图像增强技术.txt
//参数说明:
//hDIB 图像数据句柄
//n 对比增强的强度值
//函数说明:该函数实现图像对比度增强的功能
HDIB DIB::ContrastEnhance(HANDLE hDIB,int n)
{
//用来保存数据
HDIB hNewDIB;
LPBITMAPINFOHEADER lpbi;
//源数据区和新数据去指针
LPBYTE lpSDIBBits
www.eeworm.com/read/171450/9753654
bmp 原始lena图像.bmp
www.eeworm.com/read/266742/11213597
pdf matlab 图像处理.pdf
www.eeworm.com/read/265983/11247610
bmp 新建 位图图像.bmp
www.eeworm.com/read/336106/12476586
e 图像无限放大.e
www.eeworm.com/read/248782/12541166
bmp 原始lena图像.bmp
www.eeworm.com/read/248782/12541174
bmp 原始lena图像.bmp
www.eeworm.com/read/147255/12571494
bmp 新建 bmp 图像.bmp
www.eeworm.com/read/236526/14012720
txt 图像之间赋值.txt
this.lblNurse.Image = ((System.Drawing.Bitmap)(resources.GetObject("labOrder.Image")));
www.eeworm.com/read/202110/15390526