登录
首页 » matlab » tuxiangzengqiang

tuxiangzengqiang

于 2008-05-18 发布 文件大小:2KB
0 89
下载积分: 1 下载次数: 181

代码说明:

  六种图像增强的方法,线形反锐化掩膜方法,直方图均衡等。(6 kinds of image enhancement methods, linear unsharp mask method, such as histogram equalization.)

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

发表评论

0 个回复

  • 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
  • zhou3
    用matlab实现标准四步相移条纹,可自己设定条纹的高度和宽度;最后得到包含相位信息的条纹包裹图。(Using matlab to achieve the standard four-step phase shift stripes, stripes can set their own height and width finally get the phase information contained stripes wrapped map.)
    2013-06-29 16:39:00下载
    积分:1
  • RdwtSvdWatermarking
    将原始载体图片经过一维冗余离散小波变换分成四个子频带,分别对每个子频带进行奇异值分解, 将水印图片灰度值直接按比例缩小嵌入到奇异值矩阵中,再将此矩阵进行一次奇异值分解得到奇异值当做此子带的奇异值, 重建此子带矩阵,而后将进行反冗余离散小波变换得到嵌入载体后的水印图像。(The original image after the one-dimensional vector redundant discrete wavelet transform is divided into four subbands, respectively, of each sub-band for the singular value decomposition, the watermark image gray value scale down directly embedded into the matrix singular value, then this matrix is ​ ​ a Singular value decomposition singular value as the singular values ​ ​ of this sub-band, the reconstruction of this sub-band matrix and after anti-redundant discrete wavelet transform watermark image after embedding the carrier.)
    2020-12-22 15:59:09下载
    积分:1
  • gaborcreate
    该代码描述了一种用Gar小波进行纹理特征提取方法,可用于图像分析、视频处理、以及模式识别前期建立模式向量。(The code describes a texture with Gar wavelet feature extraction methods can be used for image analysis, video processing, and pattern recognition pre-established pattern vector.)
    2013-09-17 16:11:32下载
    积分:1
  • bhtsne-master
    tsne 快速降维算法 效果好于PCA 算法(tsne fast dimensionality reduction algorithm is better than PCA algorithm)
    2016-06-27 05:49:21下载
    积分:1
  • TemplateTrans
    数字图像处理中图像的增强方便的源代码,包括图像灰度修正,图像的平滑,中值滤波,图像的锐化,伪彩色和假彩色的增强等(Digital image processing image enhancement convenient source code, including the gray correction, image smoothing, median filtering, image sharpening, pseudo-color and false color enhancement, etc.)
    2013-12-02 10:50:31下载
    积分:1
  • backgroundsubstraction
    首先通过建立一个可靠的背景更新模型,然后在视频序列中取一帧图像与背景做差得到完整可靠的运动目标图像(This program is used to detect the moving targets by image substraction ,)
    2010-12-22 16:32:08下载
    积分:1
  • Data Acquisition
    下面给出了48项泽尼克多项式,外加一项常数项。需要注意的是,读者并不需要严格按照下文所示的顺序排列这些泽尼克项,实际上在不同的应用和机构会采用不同的排列顺序。 表中的#0项是个常数或者说是平移项(piston term),这一项的系数也代表了平均光程差;而#1和#2项分别是x和y方向的倾斜项(tilt terms),#3代表了聚焦,因此,#1到#3项代表了波前的高斯或者近轴特性;#4和#5项代表了像散和离焦,#6和#7项代表彗差和倾斜,而#8项代表了3级像差和离焦,也就是说#4到#8项为3级相差项;同样地,#9到#15项代表了5级像差,而#16到#24项代表了7级像差,#25到#35项代表了9级像差,#36到#48项代表了11级像差。(Here are 48 Zernike polynomials, plus a constant term. It is important to note that the reader does not need to strictly arrange the Zernike entries in the order shown below, but in fact different orders of arrangement are applied to different applications and institutions. Table #0 is a constant or a shift (piston term), a coefficient of this term also represents the average optical path difference; while #1 and #2 are inclined X and Y direction (tilt terms), #3 represents the focus, therefore, #1 to #3 on behalf of the wavefront. Gauss or paraxial properties; #4 and #5 represent the astigmatism and defocus, #6 and #7 represent coma and tilt, and #8 represents the 3 order aberration and defocus, that is to say #4 to #8 is 3 level difference; similarly, #9 to #15 on behalf of the 5 order aberration #16 and #24, to represent the 7 level #25 to #35 aberration, on behalf of the 9 #36 to #48 aberration, on behalf of the 11 order aberration.)
    2017-10-09 16:29:16下载
    积分:1
  • RGBtoHIS
    说明:  RGB-IHS变换:图像进行 RGB-HIS 正变换,分别对明度、饱和度、色调进行线性 拉伸显示;然后再进行反变换 (RGB-IHS transformation: the image is RGB-HIS transformation, respectively, lightness, saturation, hue, a linear stretch display then the inverse transform)
    2021-04-11 18:48:57下载
    积分:1
  • salt-and-pepper-
    halcon代码 ,对图像添加高斯噪声 椒盐噪声(halcon code, add the image Gaussian noise impulse noise)
    2015-06-29 10:40:11下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载