登录
首页 » matlab » 111

111

于 2010-06-03 发布 文件大小:91KB
0 165
下载积分: 1 下载次数: 93

代码说明:

  基于MATLAB的图像处理源程序集,包括阈值、二值化、灰度变化,边缘提取等等(MATLAB based image processing source code set, including threshold, binary, gray scale, edge extraction, etc.)

文件列表:

图像处理程序集
..............\2

..............\.\P0201.m,29,2004-03-28
..............\.\P0202.m,65,2004-03-28
..............\.\P0203.m,117,2004-03-28
..............\.\P0205.m,161,2004-03-28
..............\.\P0206.m,372,2004-03-28
..............\.\P0207.m,101,2010-04-23
..............\.\P0208.m,56,2004-03-28
..............\.\P0209.m,90,2004-03-28
..............\.\P0210.m,138,2004-03-28

..............\.\readme.txt,302,2004-07-21
..............\.\wrod213.bmp
..............\3

..............\.\P0301.m,544,2004-04-04
..............\.\P0302.m,557,2004-04-04
..............\.\P0303.m,126,2004-04-04
..............\.\P0304.m,346,2004-04-04
..............\.\P0305.m,367,2004-04-04
..............\.\P0306.m,481,2004-04-04
..............\.\P0307.m,433,2004-04-04
..............\.\P0308.m,222,2004-04-04
..............\.\P0309.m,600,2004-04-04
..............\.\P0310.m,263,2004-04-04
..............\.\P0311.m,662,2004-04-04
..............\.\P0312.m,614,2004-04-04
..............\.\readme.txt,600,2004-07-21
..............\4


..............\.\P0401.m,140,2004-04-04
..............\.\P0402.m,164,2004-04-04
..............\.\P0403.m,92,2004-04-04
..............\.\P0404.m,177,2004-04-04
..............\.\P0405.m,667,2004-04-04
..............\.\P0406.m,460,2004-04-04
..............\.\P0407.m,654,2004-04-04
..............\.\P0408.m,215,2004-04-04
..............\.\P0409.m,139,2004-04-04
..............\.\readme.txt,367,2004-08-04
..............\.\wrod213.bmp
..............\5


..............\.\P0502.m,348,2004-04-04
..............\.\readme.txt,41,2004-07-21
..............\6
..............\.\P0610.m,652,2004-04-04
..............\.\readme.txt,37,2004-07-21
..............\程序代码说明.txt,1381,2006-10-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • RetinexMatlab
    Retinex Mccan 图象增强算法的matlab实现(Retinex Mccan image enhancement algorithm matlab realize)
    2008-02-25 10:43:55下载
    积分:1
  • rectangular-in-multi-goal-picture
    将含多个目标的图像减去背景图,再将所得图进行阈值化处理得二值图像,再对二值图像进行标记,然后跟含多个目标的图像进行处理,对这个图像进行多目标标记(Containing a plurality of target image by subtracting a background image, and the resulting graph threshold processing binary image to be marked, then the binary image, and then processed with an image containing a plurality of target, this image multi-target mark)
    2013-04-16 20:55:45下载
    积分:1
  • 256togray
    可以将256色度级的图像转化为灰度图象,挺值得新手学习一下的,希望大家能喜欢(256 chroma level images can be converted to grayscale images, very worth novice to learn about, and I hope you like)
    2014-04-19 14:48:30下载
    积分:1
  • imagefusion
    说明:  图像融合程序大全 (有图)包括IHS PCA 拉普拉斯 PCNN 小波 超好!(the total of image fusion (pictures))
    2021-03-08 19:29:28下载
    积分:1
  • threshold
    基于小波阈值的去噪方法,可以通过改变不同的参数达到不同的效果。(Wavelet threshold de-noising method can achieve different effects by changing the different parameters.)
    2013-04-22 13:28:17下载
    积分:1
  • waveletrh
    自己编的基于小波变换的图像融合程序。可进行不同层数小波分解。(developed based on the wavelet transform image fusion procedures. Can be different floors wavelet decomposition.)
    2007-01-15 15:54:30下载
    积分:1
  • jiangcaiyang
    对图像进行降采样处理,将原图像变为五分之一大小。(The image down-sampling processing, the size of the original image into a fifth.)
    2010-01-10 22:42:51下载
    积分:1
  • Compressive_Sensing
    压缩感知图像融合算法,效果很好滴,可以借鉴学习哦(Compressed sensing image fusion algorithm, the effect is very good drops, you can learn from, oh)
    2012-11-03 23:39:54下载
    积分:1
  • lowpass
    实现巴特沃斯低通滤波器的小程序,大家看看能不能参考一下。(Butterworth low-pass filter program, see if you can refer to.)
    2012-05-05 11:45:23下载
    积分:1
  • DCT_JPEG
    给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)
    2011-05-16 17:00:59下载
    积分:1
  • 696516资源总数
  • 106415会员总数
  • 3今日下载