搜索资源列表
unins000
- matlab开发的图像格式转化程序 能够很好的处理jpg,tif,bmp图像-Matlab development of the image format conversion procedure to be handled well jpg, tif, bmp image
DIP
- 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
matlab bmp和Jpg互转
- matlab实现的bmp和Jpg格式的互转程序,其中Bmp到Jpg有自己实现算法
Matlabhuidutu
- 用Matlab编写的程序,可以读入图片(.jpg,.bmp)格式的,都可以。然后绘出灰度直方图。-Matlab prepared by the procedures, can be read into the images ( . JPG, . BMP ) format, can be. Then plotted gray histogram.
gocr-0.46.tar
- 字符识别源代码,可以把bmp,jpg,png等文件格式中的字符识别出来-GOCR is an optical character recognition program, released under the GNU General Public License.
DSP
- 图片(bmp,jpg等)与DAT格式文件相互转换,实现DSP读取,存取图像,另附《Matlab辅助DSP进行图像处理应用开发》-Photo (bmp, jpg, etc.) and DAT format files converted with each other to achieve DSP read, access images, attached " Matlab-assisted DSP for image processing application development&
framecap
- avi格式文件转换为图片文件。该文件可以自行选择bmp或jpg格式,然后将avi视频的每一帧转换为相应格式的图片。-this program can convert the frames of the avi objects to pictures.
matlabColorSegemt
- 利用matlab对彩色图像进行分割处理,图像针对bmp jpg pcn格式-color image segment
PFK
- 检测图片中的人脸,适用于JPG/jpg、BMP/bmp、TIF/tif或者GIF/gif的图片-Face detection in the picture for JPG/jpg, BMP/bmp, TIF/tif or GIF/gif image
Nero
- 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading,
CIFtoGreyBMP(matlab)
- 将CIF文件转换为BMP,还可修改一行代码,转换为png,jpg等通用图像类型-failed to translate
1
- 用matlab打开bmp jpg图片的gui程序-open bmp jpg picture
MATLAB
- matlab开发环境,.编程实现二维DFT的变换,并与标准函数结果fft2进行比较,基本傅里叶、离散余弦变换,空域(完成两个程序) 增强噪声后再进行处理,利用标准函数,求图像阈值分割、边缘检测的基本使用(lena256.bmp,方法:graythresh、edge),求分水岭,利用标准函数dwt2、idwt2分解图像man_pic.jpg,基本 BP-BPbase1 -matlab development environment. Programming dimensional DFT
histgMatch
- 直方图拉伸算法,matlab代码。处理各种位图图像,包括bmp,jpg,tiff,png等等。具体算法为将目标图像的直方图特征进行变换,使其接近参考图像的直方图特征,已达到调整目标图像显示效果接近参考图像的目的-This is a matlab code for histogram matching algorithm, dealing with most kinds of bit maps, like bmp, jpg, tiff, png etc. Specifically, this fu
MATLAB RGB转CMYK
- RGB转CMYK 可通过弹窗选择图片 图片的类型多样吧,包括bmp;jpeg;tif;png;hdf;jpg等 代码简洁,直接运行mainTest,根据操作选择即可