搜索资源列表
区域生长Threshoid为分割阈值
- %Threshoid为分割阈值 [filename,pathname]=... uigetfile({'*.*';'*.bmp';'*.tif';'*.png'},'select picture'); %选择图片路径 str=[pathname filename]; %合成路径+文件名 I=imread(str); I=double(I); [m,n,k]=size(I);%图像大小 Threshold=50/255.0;%归一化,并设置阈值为50 ColorRed=
EVCtest
- WinCE系统下截取整个屏幕的画面,并保存为一个指定文件名*.bmp或*.jpg格式的图片,工程是在EVC下编写的,测试已经通过。-WinCE system interception of the screen the entire screen and save it as a specified file name*. bmp or*. jpg format pictures, projects are prepared in EVC, testing has been adopted.
DIYMP3
- ●MP3播放功能,支持MP3/WAV/WMA/MIDI播放,支持快进,快退,歌词显示支持 [XX:XX:XX]/[XX:XX.XX]/[XX:XX],支持多句歌词共用tag ●收音机功能,支持自动搜台,FM76~108M,自动存台 ●图片播放功能,支持16bit,24bit,32bit,任意大小的BMP图片浏览,以及J PEG/JPG图片的浏览(只要是格式正确,大小不限) ●温度计功能,DS18B20的 ●彩色台灯功能 ●功率放大功能 ●万历年功能,支
convert
- JPG->BMP批量转换程序.可以指定大小.-JPG-
107215800jpegapi
- 用VC打开jpg文件, jpg转bmp bmp转jpg格式-Jpg files using VC open, jpg to bmp bmp to jpg format
jpegconvert
- 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
PictureFileFormat
- 能转换图片的格式有:BMP/EMF/ICON/TIFF/EXIF/JPG/PNG/WMF/GIF-picture format converter: BMP/EMF/ICON/TIFF/EXIF/JPG/PNG/WMF/GIF
ScreenCapture
- wince 屏幕截图简单程序,可以保存为jpg格式和bmp格式-Screenshots wince simple procedure, can be saved as jpg format and bmp formats
bmptojpg
- 在VC++环境下,将bmp格式转换为jpg格式,有助于图形图像之间的转换。-In the VC++ environment, will be converted to jpg format, bmp format, will help the conversion between graphic image.
dct
- M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:\ceshi\yuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:\ceshi\logistic_nuaa64.bmp ) figure imshow(J) xlabel(
BmpToJpg
- 用c实现的BMP格式转JPG格式,花了很久-BMP format with the c implementation change JPG, spent a long time
bmp2jpg
- 在windows下如何将bmp格式转化为JPG格式的小程序-How to be in the windows bmp format into JPG format small program
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
VJ-to-read-image-gray--code
- 源程序为ImageProcess.zip,包括imageGray.vjp工程的全部文件。同时提供了一个测试用的seashore.bmp位图文件。 如果要读取并处理其它图像(jpg,pcx等),请在visual J++6.0中打开imageGray.vjp工程文件,打开imageGray.java,在public void initParameters()初始化参数函数中有一行装载图像文件的语句: imageTest = loadingImage( "seashore.bmp", "Loa
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重
bmp2
- bmp图像的打开保存,以及显示图像直方图。-请键入文字或网站地址,或者上传文档。 取消 Bmp túxiàng de dǎkāi bǎocún, yǐjí xiǎnshì túxiàng zhífāng tú.bmp image to open the save, and display the image histogram.
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
wave
- 小波变换 基于小波变换的融合方法:wave.m clc A double(imread( bbb1.bmp )) A A/256 a double(imread( bbb0g.bmp )) a a/256 R I1(:,:,1) G I1(:,:,2) B I1(:,:,3) [M,N] size(I2) j 2 wavefilter db2 [CA1,CH1,CV1,CD1] dwt2(R,j, wavefilter
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