登录
首页 » matlab » 图像空域增强处理

图像空域增强处理

于 2019-11-13 发布
0 224
下载积分: 1 下载次数: 8

代码说明:

说明:  思想:把原始图的直方图变换为均匀分布的形式,这样就增加了灰度值的动态 范围从而达到增强图像整体对比度的效果。其优点是能自动地增强整个 图像的对比度。 1、对灰度图像进行直方图的均衡化处理,达到图像增强的目的。 2、利用平均滤波和中值滤波对图像进行平滑滤波。 3、利用拉普拉斯运算对图像进行锐化滤波。(Idea: transform the histogram of the original image into the form of uniform distribution, so as to increase the dynamic gray value Range to enhance the overall contrast of the image. Its advantage is that it can automatically enhance the contrast of the whole image. 1. The gray image is processed by histogram equalization to achieve the purpose of image enhancement. 2. Average filter and median filter are used to smooth the image. 3. Using Laplace operation to sharpen the image.)

文件列表:

图像空域增强处理\图像空域增强处理.doc, 334848 , 2019-11-13
图像空域增强处理\图像空域增强处理代码\imagehist.m, 109 , 2019-06-28
图像空域增强处理\图像空域增强处理代码\S1.jpg, 61056 , 2019-06-04
图像空域增强处理\图像空域增强处理代码\shiyan2.m, 307 , 2019-06-29
图像空域增强处理\图像空域增强处理代码\sy21.m, 0 , 2019-06-28
图像空域增强处理\图像空域增强处理代码, 0 , 2019-11-13
图像空域增强处理, 0 , 2019-11-13

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

发表评论

0 个回复

  • GreyTrans
    VC++图像处理程序设计(杨淑莹)第四章_灰度变换源码(VC++ image processing program design (Yang Shuying) Chapter _ gray transform source)
    2013-03-19 23:52:43下载
    积分:1
  • gmm
    混合高斯模型使用K(基本为3到5个) 个高斯模型来表征图像中各个像素点的特征,在新一帧图像获得后更新混合高斯模型,用当前图像中的每个像素点与混合高斯模型匹配,如果成功则判定该点为背景点, 否则为前景点。通观整个高斯模型,他主要是有方差和均值两个参数决定,,对均值和方差的学习,采取不同的学习机制,将直接影响到模型的稳定性、精确性和收敛性。由于我们是对运动目标的背景提取建模,因此需要对高斯模型中方差和均值两个参数实时更新。为提高模型的学习能力,改进方法对均值和方差的更新采用不同的学习率 为提高在繁忙的场景下,大而慢的运动目标的检测效果,引入权值均值的概念,建立背景图像并实时更新,然后结合权值、权值均值和背景图像对像素点进行前景和背景的分类。(Gaussian mixture model using K (essentially 3-5) Gaussian model to characterize the features of each pixel in the image, in the image of the new frame for updated Gaussian mixture model, with each pixel in the image with a Gaussian mixture current model matching, if successful, determined that the point of the background points, otherwise the former attraction. Throughout the entire Gaussian model, he mainly has two parameters determine the variance and the mean, the mean and variance of the study, to take a different learning mechanism, will directly affect the stability, accuracy and convergence model. Since we are moving object extraction of the background modeling, so the need for the Gaussian model variance and mean two parameters real-time updates. In order to improve the learning ability of the model, an improved method for updating the mean and variance of different learning rates to improve in the busy scene, large and slow moving object detection results, the introduction of)
    2014-03-25 09:01:12下载
    积分:1
  • Matlab-edge-detection-operator
    自己整理的经典边缘检测算子matlab源程序 图像处理必备 1、canny算子 2、kirsch算子 3、laplacian算子 4、log算子 5、prewitt算子 6、robert算子 7、robinson算子 8、sobel算子(Own finishing classical edge detection operator matlab source image processing necessary 1, canny operator, kirsch operator, Laplacian operator, and the log operator Operators 6 prewitt, robert. Operator, robinson operator 8, sobel operator)
    2012-05-31 11:18:31下载
    积分:1
  • Remark-WatershedSegmentation
    说明:  性能上比经典分水岭有很大的提高。特别对于自然图像的分割,效果特别好。(Performance than the classical watershed have greatly improved. Especially for natural image segmentation, the effect particularly good.)
    2008-11-06 17:19:04下载
    积分:1
  • ms_ssim
    Multi-Scale Structural Similarity Index (MS-SSIM). Download here. Please cite the following paper in any published work if you use this software. Z. Wang, E. P. Simoncelli and A. C. Bovik, "Multi-scale structural similarity for image quality assessment," IEEE Asilomar Conference Signals, Systems and Computers, Nov. 2003.
    2010-03-02 01:50:24下载
    积分:1
  • ell
    先检测出椭圆,然后对椭圆进行椭圆拟合,画椭圆。(First detected in an oval, and then carried out on the elliptical ellipse fitting, painted oval.)
    2008-06-05 10:39:06下载
    积分:1
  • mosaic_batch
    图像拼接,用于实现多种格式,批处理遥感数据(Image mosaic, used to implement a variety of formats, batch processing of remote sensing data)
    2020-06-29 18:40:01下载
    积分:1
  • readBMP
    用C语言实现位图格式的图像读取功能,可直接使用。(read BMP by C ,can be used directly.)
    2018-04-03 17:51:33下载
    积分:1
  • 合成孔径雷达(SAR)的距离多普勒成算法(点目标) range_doppler
    合成孔径雷达(SAR)的距离多普勒成像算法(点目标)(Synthetic aperture radar (SAR) of Range-Doppler imaging algorithm (point target))
    2008-05-06 17:10:57下载
    积分:1
  • FractalDim
    分形算法中的分形维数的源代码(Fractal dimension)
    2011-11-23 15:35:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载