登录
首页 » matlab » 2DDoubleDensityDWTThresholdingMethod

2DDoubleDensityDWTThresholdingMethod

于 2007-03-14 发布 文件大小:598KB
0 228
下载积分: 1 下载次数: 196

代码说明:

  使用二维双密度小波2-D Double-Density DWT Thresholding Method,决定图像滤波门限值,实现图像去噪处理。(use of two-dimensional density Wavelet 2-D Double-Density DWT Thresho lding Method, the decision threshold image filtering, image denoising.)

文件列表:

255080
......\2-D Double-Density DWT Thresholding Method
......\..........................................\complex_den2.m
......\..........................................\doubledual_C2D.m
......\..........................................\doubledual_R2D.m
......\..........................................\double_den2.m
......\..........................................\double_S2D.m
......\..........................................\Example_Compare2DThresholds.m
......\..........................................\Example_ImageDenoising1.m
......\..........................................\Example_ImageDenoising2.m
......\..........................................\Example_ImageDenoising3.m
......\..........................................\Image Denoising.files





......\..........................................\.....................\styles.css
......\..........................................\Image Denoising.htm
......\..........................................\real_den2.m

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

发表评论

0 个回复

  • paituisou_v27
    包括最后计算压缩图像的峰值信噪比和压缩效果的源码,用于信号特征提取、信号消噪,计算加权加速度。 ( Including the final calculation of the compressed image peak signal to noise ratio and compression of the source, For feature extraction, signal de-noising, Weighted acceleration. )
    2017-01-22 09:52:27下载
    积分:1
  • calibration-toolbox-0.9
    matlab上面自动实现相机校准标定的一个工具库(Matlab toolbox for multiphase calibration can realize automatic calibration)
    2020-06-18 22:20:02下载
    积分:1
  • speech-emotion-recognition
    过特定人语音情感数据库的建立;语音情感特征提取;语音情感分类器的设计,完成了一个特定人语音情感识别的初步系统。对于单个特定人,可以识别平静、悲伤、愤怒、惊讶、高兴5种情感,除愤怒和高兴之间混淆程度相对较大之外,各类之间区分特性良好,平均分类正确率为93.7 。对于三个特定人组成的特定人群,可以识别平静、愤怒、悲伤3种情感,各类之间区分特性良好,平均分类正确率为94.4 。其中分类器采用混合高斯分布模型。(The system of speech emotion recognition)
    2014-04-21 20:08:42下载
    积分:1
  • image-mmoment-function
    本书主要讨论了图像的各类矩函数(几何矩、复数矩、Legendre矩、Zernike矩、小波矩等)的定义、性质和快速算法,以及它们的不变量函数。并就它在图像处理和识别,计算机视觉以及其它方面的应用作了必要的介绍。 (This book discusses the various types of image moment function (geometric moments, complex moments, Legendre moments, Zernike moments, wavelet moment, etc.) of the definition, nature and fast algorithm, and their non-variable function. On it in the image processing and recognition, computer vision, and other aspects of the application made the necessary introduction.)
    2020-11-04 09:30:00下载
    积分:1
  • skeleton-extraction
    一种细化的骨架提取算法 可以提高徐璈的处理厚重图像(sgsdgsdgsdgggs skeleton extraction)
    2017-05-14 13:32:11下载
    积分:1
  • image_processing
    本程序是基于Matlab的米粒图像的分割、计数以及周长、面积、形状因子等参数的计算。图像分割是基于腐蚀膨胀算法,选用边界跟踪法计算周长,程序代码清晰明了,对于参数的计算速度较快,且参数计算精度较高。(This procedure is based on the Matlab image segmentation grain of rice, counting and perimeter, area, shape factor and other parameters of the calculation. Image segmentation is based on the corrosion expansion algorithm, the choice of boundary tracking method perimeter, code clarity, the parameter calculation is faster and higher precision parameters.)
    2010-12-20 17:45:09下载
    积分:1
  • MRFaEM-change-detection
    马尔科夫随机场 EM算法 做图像变化检测 请多指教(MRF EM image change detection algorithms do please advise)
    2021-03-31 12:39:08下载
    积分:1
  • 深居浅出AutoCAD二次开发.pdf
    AutoCAD 以其通用的格式、完善的图形绘制功能及强大的图形编辑功能在各行业计算机辅助设计方面发挥着举足轻重的作用,对其进行二次开发能以更高精度、速度的进行计算机辅助设计,提高工作效率。如今 AutoCAD 支持的二次开发语言比较丰富,不管在哪种开发语言下对其进行二次开发 AutoCAD 的运行原理、程序设计的方法及开发思路是不变的。综合各种开发语言的性能、功能、开发周期、开发难度以及未来的趋势得出结论:在.NET(C#)环境下对其进行二次开发最为合适。本书力求循序渐进、由浅入深,详细介绍 AutoCAD 二次开发原理与技术。以.NET(C#)环境下二次开发为主线,并介绍.NET(C#)调用 ObjectARX(C )程序的方法,从而实现在 C#环境中构建程序框架(易于实现与修改),必要的时候在 C 环境中实现复杂或目前未托管的程序功能。融入 C 程序让.NET(C#)开发即便捷高效又功能强大。本书在详细的介绍 AutoCAD 基本对象及功能实现的同时结合丰富的开发实例以拓展开发的思路、指导实践开发的过程。本书内容安排如下:第一章“概述” 主要介绍 AutoCAD 软件的功能用途以及开发环境。第二章“AutoCAD 操作应用” 简单介绍软件的应用操作。第三章“程序设计基础” 主要介绍程序设计的基础。第四章“数据库基础” 主要介绍数据库相关的基础知识。第五章 “AutoCAD.NET 开发” 主要介绍 AutoCAD.NET APIs 及 AutoCAD 开发的基本方法与过程。第六章“开发实例” 详细介绍 AutoCAD 的开发过程以及开发思路。本书版权属于数字建筑网(http://www.BimCad.org)站长李冠亿所有。
    2020-11-29下载
    积分:1
  • opticalflow
    改进的聚类光流法,聚类方法有kmeans和DBSCAN,光流法金字塔LK可以用,HS光流法占用内存太多。(Improved clustering optical flow method, clustering method kmeans and DBSCAN, pyramid LK optical flow method can be used, HS optical flow occupy too much memory.)
    2021-01-07 16:18:53下载
    积分:1
  • circle
    一个会动得圆,让学习的人更好的了解C++知识,是最基本的知识,学习工程的基本入门。(Will get round a move, so who better to learn about C++ knowledge, is the most basic knowledge, basic engineering study entry.)
    2011-08-17 17:47:38下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载