登录
首页 » matlab » Denoise_wavelet_Mod_mojidazhi

Denoise_wavelet_Mod_mojidazhi

于 2014-04-25 发布 文件大小:221KB
0 240
下载积分: 1 下载次数: 13

代码说明:

  基于小波模极大值算法来实现信号去噪,这是一维去噪程序代码。(Wavelet modulus maxima algorithm to achieve signal de-noising, which is one-dimensional de-noising procedure code.)

文件列表:

Denoise_wavelet_Mod_模极大值
............................\004.dcm,538900,2012-05-04
............................\Denoise_w_Mod_sim.asv,4011,2014-04-13
............................\Denoise_w_Mod_sim.m,4004,2014-04-15
............................\PSNR.m,2134,2012-05-18
............................\Py_Pgama.m,894,2003-12-03
............................\P_gama.m,369,2003-12-03
............................\P_y.m,835,2003-12-03
............................\Untitled_gai.asv,4623,2012-06-02
............................\Untitled_gai.m,4660,2014-03-12
............................\Untitled_gai_xiangguan.asv,710,2012-06-02
............................\Untitled_li.m,575,2012-06-02

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

发表评论

0 个回复

  • denoiseImageDCT
    本算法实现了dct基字典的构造并用其进行对图像的消噪。(Algorithm DCT-based dictionary structure and use it for image de-noising.)
    2013-04-26 21:28:50下载
    积分:1
  • code
    实现图片、文本隐藏在图片中,并导出等操作(Implement images, text hidden in images, and export operations)
    2019-05-18 20:07:04下载
    积分:1
  • edge_detection
    本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测(This code gives a more comprehensive variety of commonly used edge detection algorithm code, including: LoG operator based on edge detection, based on Canny operator edge detection based on SUSAN operator edge detection based on wavelet transform modulus maxima edge detection values ​ ​ using finite impulse response to extract edges in different directions, using grayscale morphological dilation and erosion, the image of the single-scale and multi-scale morphological edge detection)
    2014-06-12 13:55:28下载
    积分:1
  • digitalimageprocessprograms
    中南大学数字图像处理上机实验指导书及参考答案,全部由本人编写,在MATLAB 6.5上运行通过。包括图像变换及频域滤波,空间域图像增强,图像边缘检测及参考图片,比网上流传的好的多,是学习图像处理的基础。(Zhongnan University of digital image processing on the experimental guide and reference book answers all prepared by me, MATLAB 6.5 to run through. Image Transform and including the frequency domain filtering and spatial domain image enhancement, edge detection and reference photographs, spread over the Internet much more study is the basis of image processing.)
    2020-12-10 14:59:18下载
    积分:1
  • minboundrect
    说明:  可以获取连通域的最小外接矩形,然后做些其他处理(You can get the minimum external rectangle of a connected domain,and you can do something else.)
    2019-05-23 20:05:46下载
    积分:1
  • houghlines
    hough变换的图像倾斜校正的matlab源码,图像预处理的重要环节之一。(hough transform image tilt correction matlab source, an important part of image pre-processing one.)
    2008-06-07 19:24:36下载
    积分:1
  • #2D_voronoi建立及使用方法
    说明:  使用MATLAB生成二维voronoi图的代码,可以用作后续二维voronoi的多晶模型建立(The code of two-dimensional Voronoi diagram generated by MATLAB can be used to build the polycrystalline model of two-dimensional voronoi.)
    2021-01-06 22:38:53下载
    积分:1
  • GMM高斯混合模型进行背景建模(Matlab)
    转:https://blog.csdn.net/jinshengtao/article/details/26278725 混合高斯背景建模是基于像素样本统计信息的背景表示方法,利用像素在较长时间内大量样本值的概率密度等统计信息(如模式数量、每个模式的均值和标准差)表示背景,然后使用统计差分(如3σ原则)进行目标像素判断,可以对复杂动态背景进行建模,计算量较大。 在混合高斯背景模型中,认为像素之间的颜色信息互不相关,对各像素点的处理都是相互独立的。对于视频图像中的每一个像素点,其值在序列图像中的变化可看作是不断产生像素值的随机过程,即用高斯分布来描述每个像素点的颜色呈现规律单模态(单峰),多模态(多峰)(Gaussian mixture background modeling is a background representation method based on the statistical information of pixel samples. Statistical information such as the number of patterns, the mean and standard deviation of each pattern are used to represent the background. Statistical difference (such as 3_principle) is used to judge the target pixel. Complex dynamic background modeling has a large amount of computation. In the Gaussian mixture background model, it is considered that the color information between pixels is uncorrelated and the processing of each pixel is independent of each other. For each pixel in a video image, the change of its value in a sequential image can be seen as a random process that produces pixel values continuously, i.e. Gaussian distribution is used to describe the regularity of color rendering of each pixel in single mode (single peak) and multi-mode (multi-peak).)
    2020-11-01 09:49:54下载
    积分:1
  • finish
    对玻璃表面缺陷图像进行处理,进行分类识别(The glass surface defect image processing, classification and identification)
    2021-03-03 20:19:33下载
    积分:1
  • 峰值旁瓣比和积分旁瓣比
    评估指标为点目标距离向和方位向峰值坐标、峰值旁瓣比、一维积分旁瓣比、剖面图(The evaluation indexes are peak coordinates, peak sidelobe ratio, one-dimensional integral sidelobe ratio and profile of point targets in range and azimuth directions.)
    2021-03-30 17:49:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载