登录
首页 » matlab » inhance

inhance

于 2010-06-15 发布 文件大小:1KB
0 193
下载积分: 1 下载次数: 127

代码说明:

  使用直方图均衡化函数、图像调整函数和自适应直方图均衡化函数,编写用于增强索引图像对比度的程序,显示图像对比度增强效果(Using the histogram equalization function (histeq), image adjustment function (imadjust) and adaptive histogram equalization function (adapthisteq), prepared for image contrast enhancement index procedure, showing the image contrast enhancement)

文件列表:

源程序.txt,1251,2010-05-12

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

发表评论

0 个回复

  • VCPP-image-processing-chapter06
    VisualC++数字图像处理技术详解第2版光盘-第六章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VI)
    2016-04-16 13:34:28下载
    积分:1
  • jpegyasuo
    jpeg压缩代码 An example for jpeg compression and the restoration。(The attached utility is a work I ve submitted to the university. It shows what a jpeg compression is all about.)
    2013-11-19 11:35:58下载
    积分:1
  • binary-image-processing
    二值图像处理运算是从数学形态学下的集合论方法发展起来的,尽管它的基本运算很简单,但是却可以产生复杂的效果。常用的二值图像处理操作有许多方法,如腐蚀、膨胀、细化、开运算和闭运算等等。本文对这些内容作些研究探讨, 希望对爱好图像处理的朋友有所帮助。(Binary image processing algorithms are developed set theory in mathematical morphology. Although its basic operation is simple, it can produce complex effects. Commonly used binary image processing operations there are many ways, such as corrosion, expansion, refinement, open operation and closed operation and so on. In this paper, some of these studies to explore, I hope to love image processing friends help.)
    2016-11-06 21:33:55下载
    积分:1
  • imagesegmentation
    说明:  模糊C-均值聚类算法,使用VC++与matlab 编程两种方法实现算法(Fuzzy C-means clustering algorithm, using VC++ and matlab programming algorithm in two ways)
    2009-07-22 08:32:18下载
    积分:1
  • Denoise_wavelet_Mod_mojidazhi
    基于小波模极大值算法来实现信号去噪,这是一维去噪程序代码。(Wavelet modulus maxima algorithm to achieve signal de-noising, which is one-dimensional de-noising procedure code.)
    2014-04-25 19:56:39下载
    积分: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
  • 双峰法阈值分割
    说明:  双峰法阈值分割。阈值分割法是一种基于区域的图像分割技术,原理是把图像象素点分为若干类。图像阈值化分割是一种传统的最常用的图像分割方法,因其实现简单、计算量小、性能较稳定而成为图像分割中最基本和应用最广泛的分割技术。它特别适用于目标和背景占据不同灰度级范围的图像。它不仅可以极大的压缩数据量,而且也大大简化了分析和处理步骤,因此在很多情况下,是进行图像分析、特征提取与模式识别之前的必要的图像预处理过程。图像阈值化的目的是要按照灰度级,对像素集合进行一个划分,得到的每个子集形成一个与现实景物相对应的区域,各个区域内部具有一致的属性,而相邻区域不具有这种一致属性。这样的划分可以通过从灰度级出发选取一个或多个阈值来实现。(Threshold segmentation)
    2018-03-29 09:29:03下载
    积分:1
  • QRS
    利用改进的经验模态分解方法检测QRS波群(The improved empirical mode decomposition method detection QRS complex group)
    2012-03-16 21:39:46下载
    积分:1
  • fm-meilin
    数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理(Digital image data display matrix and its Fourier transform P0302: Two-dimensional discrete cosine transform image compression P0303: gray-scale transformation of the methods used to enhance image contrast P0304: Histogram of homogenization P0305: analog image by Gaussian white noise and Salt and Pepper Noise impact P0306: A two-dimensional median filtering function medfilt2 of interference by salt and pepper noise image filtering P0307: using MATLAB in filter2 function affected by noise interference images mean filter P0308: Image Adaptive Weiner filtering P0309: the use of five kinds of different gradient enhanced image sharpening method P0310: Image of high-pass filtering and mask treatment)
    2008-05-31 20:24:27下载
    积分:1
  • ganxingqu
    基于感兴趣区域的图像检索。matlab的,希望对大家有所帮助。(Region of interest based image retrieval. matlab, and want to help everyone.)
    2008-05-12 09:14:25下载
    积分:1
  • 696516资源总数
  • 106642会员总数
  • 12今日下载