登录
首页 » matlab » yu-chu-li

yu-chu-li

于 2013-10-30 发布 文件大小:26KB
0 220
下载积分: 1 下载次数: 3

代码说明:

  P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 (P0301: digital image data matrix display and Fourier Transform P0302: two-dimensional discrete cosine transform image compression P0303: using gray transform method to enhance the contrast of the image P0304: histogram equalization P0305: Simulation images by white Gaussian noise and salt and pepper noise P0306: 2D median filtering function medfilt2 right by Salt and Pepper image noise filtering P0307: using MATLAB functions filter2 of noise images mean filtering P0308: Image Adaptive Filter Weiner P0309: use five different gradient Enhancement Act for image sharpening P0310: Images of the high-pass filtering and mask handling P0311: use Butterworth (Butterworth) low-pass filter on the noise in the image smoothing P0312: use Butterworth ( Butterworth) high-pass filter for image sharpening)

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

发表评论

0 个回复

  • ScSR
    Jianchao Yang的经典图像超分辨率程序(Classic image super-resolution process of professor Yang)
    2012-06-30 16:14:56下载
    积分:1
  • SP企业人事管系统源码
    功能介绍:    该系统基本包含一般处理SQL的命令,其中使用了 Linq To Sql技术,强数据类型的DataAdapter,还有通过了一般连接Sql的连接,在必要的时候通过"SQL的存储过程",降低了通过普通方式代码的冗余度.对于动态绑定数据,本人还是只是使用了linq绑定.在校验方面,多是使用正则表达式.在一次性频繁处理数据库的更新操作的时候,偶尔使用多线程,自定义传递参数的类,来给多线程传递参数.该系统适合初学者,希望能给大家帮助...谢谢...菜单功能:     基本信息管理  人事管理 备忘记录 数据库维护 管理工具 系统管理
    2014-11-09下载
    积分:1
  • hsv_file
    本代码主要是基于HSV的阴影检测及消除,分别提取前景及背景图像,进行色彩空间转换。HSV空间类似人类感觉色彩的方式,可以更加准确地识别阴影,并保持在计算上简单。(This code is mainly based on the HSV shadow detection and elimination, extract the foreground and the background image, respectively, for color space conversion. HSV space is similar to the ways the human feel color, can more accurately identify the shadow, and keep it simple in calculation. )
    2013-05-27 08:27:32下载
    积分:1
  • GammaTest_1.1.tar
    一款新的数据分析工具,非常简单易用,用在系统辩识中(A new data analysis tools, very easy to use, used in System Identification)
    2009-03-03 22:19:09下载
    积分:1
  • TurboPixels超素生成代码
    TurboPixels超像素生成算法,matlab运行,(TurboPixels super pixel generation algorithm)
    2021-03-11 10:09:26下载
    积分:1
  • guangliufa
    光流法是动态背景目标检测的重要方法,介绍了光流法的原理(Optical flow method is a dynamic background target detection method, introduced the principle of optical flow method)
    2012-09-22 23:46:39下载
    积分:1
  • IAMGE-change-PCA
    图像变换检测 主成分分析法 含PDF介绍(iamge change detection using PCA)
    2021-04-25 12:08:46下载
    积分:1
  • SURF-based-image-stitching
    SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 (SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching. )
    2014-08-30 15:12:42下载
    积分:1
  • dwt2_shuiyin
    dwt数字水印算法源代码,对剪切,加躁,旋转,JPEG压缩有较好的鲁棒性(dwt digital watermarking algorithm source code to shear, plus a bit, rotation, JPEG compression with better robustness)
    2007-05-26 12:25:40下载
    积分:1
  • HMRF_EM_image
    这是一个经典的马尔科夫场程序。算法详细,而且里面含有一篇与程序对应的文献,解释非常详细,程序非常好用(This is a classical Markov field program. Algorithm is detailed, but it contains a corresponding literature and procedures, explaining in great detail, the program is very easy to use)
    2021-03-02 23:29:33下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载