搜索资源列表
107215800jpegapi
- 用VC打开jpg文件, jpg转bmp bmp转jpg格式-Jpg files using VC open, jpg to bmp bmp to jpg format
PictureFileFormat
- 能转换图片的格式有:BMP/EMF/ICON/TIFF/EXIF/JPG/PNG/WMF/GIF-picture format converter: BMP/EMF/ICON/TIFF/EXIF/JPG/PNG/WMF/GIF
BmpToJpg
- 用c实现的BMP格式转JPG格式,花了很久-BMP format with the c implementation change JPG, spent a long time
J-zhuanhunduqu
- JPEG的读取,及与BMP的转换,源程序,虽然功能简单,但是可以作为JPEG图像转化的部分,一直到程序中,源码。-Read JPEG, BMP, and with the conversion, source, although the function is simple, but can be transformed as part of a JPEG image, until the program, source code.
BmpToJpg
- 用将VC实现将BMP图片转换成JPG格式的图片,供初学者参考使用 仅供交流 -The method to conver the picture of BMP to the picture of JPG
dct
- 图相多描述编码matlab仿真 多描述编码的matlab仿真,本科生的毕业设计 生成图像后计算psnr > J=imread( 两描述都收到后重建的图像.bmp ) PSNR(I,J) ans = 32.3290 >> J=imread( 描述1重建后的图像.bmp ) >> PSNR(I,J) ans = 28.7011 >> J=imread( 描述2重
image
- MATLAB实用源代码 1.图像反转 MATLAB程序实现如下: I=imread( xian.bmp ) J=double(I) J=-J+(256-1) 图像反转线性变换 H=uint8(J) subplot(1,2,1),imshow(I) subplot(1,2,2),imshow(H) -matlab code
EdgeContour1
- 用于进行对BMP位图的边缘检测,支持在VC++环境下使用那个。(for(i=0;i<m_imgHeight;i++){ for(j=0;j<m_imgWidth;j++) *(m_pImgDataOut+i*lineByteOut+j)=0.11**(m_pImgData+i*lineByteIn+j*pixelByteIn+0) +0.59**(m_pImgData+i*lineByteIn+j*pixelByteIn+1) +
image reversal
- 1.图像反转 MATLAB程序实现如下: I=imread('xian.bmp'); J=double(I); J=-J+(256-1); %图像反转线性变换 H=uint8(J); subplot(1,2,1),imshow(I); subplot(1,2,2),imshow(H);(1. image reversal The MATLAB program is implemented as follows: I=imread ('xian.b