登录
首页 » 算法 » 图像去噪算法

图像去噪算法

于 2022-04-21 发布 文件大小:729.00 kB
0 228
下载积分: 2 下载次数: 1

代码说明:

图像去噪方法 这种算法可能不是非常能干,但它仍然给了可观的成果,我让他们靠自己 没有任何背景图像处理技术。自己做了什么是,第一次发现中的不规则值 3 x 3 矩阵,可能是噪音。由不规则的价值我的意思是,为值是的 20 (这一因素可以 改变,以研究其作用效果) 远及其邻域的单位。然后我们用替代的普通的平均数 到不规则值的矩阵中的值。 下面是 MATLAB 代码为同一和最终结果。观察到 3 到 4dB 增益的 PSNR。 欢呼 !!

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

发表评论

0 个回复

  • delphi7 物流系统
    物流是货物的消费的原点的点与点满足一些要求,例如,客户或企业之间流动的管理。在物流管理的资源可以包括物理项目,如食品、 材料、 动物、 设备和液体,以及抽象的项目,如时间、 信息、 粒子和能量。物流的物理项目通常涉及到信息流、 物料搬运、 生产、 包装、 库存、 运输、 仓储、 和经常安全的一体化。物流的复杂性可以进行建模、 分析、 可视化,和由专用的仿真软件进行了优化。导入和导出物流中常见的动机就是使用的最小化资源。
    2022-01-22 06:03:11下载
    积分:1
  • 2022-08-24 00:44:47下载
    积分:1
  • 先由原始图像(任选)产生待恢复的图像;(产生方如下:冲激 函数为 ,将原始图像与冲激函 数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的
    先由原始图像(任选)产生待恢复的图像;(产生方法如下:冲激 函数为 ,将原始图像与冲激函 数卷积产生模糊,然后再迭加均值为0,方差为8,16,32的高斯 随机噪声而得到一组待恢复的图像 ; -By the original images (optional) have to be the restoration of the image (the method is as follows: impulse function, the original image with the impulse function arising convolution fuzzy, and then stacking the mean is 0, the variance for the 8,16 , 32 the Gaussian random noise has been a group of images to be restored
    2022-10-15 12:35:03下载
    积分:1
  • Displays a rotatable and scaleable wire frame of any 3D mathematical function....
    Displays a rotatable and scaleable wire frame of any 3D mathematical function. This can be made up from the normal VB maths plus inverse and hyperbolic functions. Functions can be created and saved as wanted. Image vertices can also be saved for use elsewhere. The MS ScriptControl Eval function simplifies calculations enormously and its use is demonstrated. Also shown are MoveToEx, LineTo which are much faster than the VB equivalents and very easy to use. Included are a set of string handling subroutines such as count characters, squeeze out spaces, replace sub-strings etc. Commented throughout including the 3D maths and perspective methods. All the files are visible and the program is written for an 800x600 screen.
    2022-02-02 12:09:47下载
    积分:1
  • 一个解决龟兔赛跑爬山问题的,仅供参考。
    一个解决龟兔赛跑爬山问题的算法,仅供参考。-a solution of the race between climbers algorithm, for reference purposes only.
    2022-03-25 18:59:27下载
    积分:1
  • 100 excellent examples of C language_orginal code
    C语言精彩编程百例_源代码-100 excellent examples of C language_orginal code
    2022-02-26 08:42:23下载
    积分:1
  • K-Means mapreduce
    public class KmeansMapper extends MapReduceBase implements   Mapper {  // one coodinate(data)  private List coordinate = new ArrayList();  private BasicKMeansTool basicKmeans = new BasicKMeansTool();  public void map(LongWritable key, Text value,    OutputCollector midoutput,    Reporter arg3) throws IOException {   // TODO Auto-generated method stub   String line = value.toString();   String[] dataList = line.split(",");   List distances = null;   StringTokenizer itr;   for (int i = 0; i < dataList.length; i++) {    itr = new StringTokenizer(dataList[i]);  &nbs
    2023-02-01 17:45:04下载
    积分:1
  • 旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的...
    旅行商问题,即TSP问题(Travelling Salesman Problem)是数学领域中著名问题之一。假设有一个旅行商人要拜访n个城市,他必须选择所要走的路径,路经的限制是每个城市只能拜访一次,而且最后要回到原来出发的城市。路径的选择目标是要求得的路径路程为所有路径之中的最小值。 -Traveling Salesman Problem, or TSP problem (Travelling Salesman Problem) is a well-known field of mathematics problems. Assuming there is a travel business to visit n cities, he must choose which path to go, via the restriction is to visit each city only once and the last to go back to the original departure city. Path selection objective is to get the path distance for all paths are the minimum.
    2022-06-21 21:53:25下载
    积分:1
  • C语言常用数据结构全注解
    欢迎大家和我交流,相互学习,这些文件均由本人所写或改编,由于这里所有的源代码 版本为V1.0,在加上本人能力有限,所以难免有些错误和缺陷。如果你发现什么错误的地方, 可以通过邮件或博客发送给我。我编写这些常用数据结构的主要原因也是因为自己当初没有 学好,所以亡羊补牢一下,复习复习。我觉得只看书印象是不深刻的,所以就将它们编写实 现出来。为了方便管理和组织,顺便就脚上了make 编译系统,让其更好的运行和编译。 总得算是写了不少,如果仅仅留在自己的硬盘是,也太浪费资源了,所以就顺便传到网 上来公大家参考,方便大家学习,对喜欢makefile 的朋友,也有一定的学习价
    2022-02-05 01:26:31下载
    积分:1
  • #匈牙利的C实现
    应用背景C #匈牙利算法的实现这个程序是自由软件,你可以重新分配和/或修改 ; ;在GNU通用公共许可证的条款公布和,自由软件基金会;2版本的许可证,或(在您的选择)任何以后的版本。这项计划是分布式的,希望它是有用的,没有任何保证,甚至没有任何保修期 ; ;适销性或针对特定用途的。看的是 ; ;GNU通用公共许可证的更多细节。关键技术C语言编程:#类方法顶点矩阵保持根位置的参数顶点增强路径逆边
    2022-04-30 16:36:38下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载