-
laplacian-pyramid-decomposition
给出了灰度图像(256*256大小)的三层高斯和拉普拉斯金字塔分解的程序和实现方法。内容包括:1.matlab源码,亲身实践,因为论文需要,自己专研的。完全可用。2.国外最先最权威的关于分解原理介绍的文章。以上两个内容中都有本人的悉心注释和思路总结,内容详尽。3.图示结果(code and principle of laplacian pyramid decomposition of a gray scale image are provided in the article.Contents are given in detail including the notes and usage. )
- 2021-04-19 11:08:51下载
- 积分:1
-
C# itextsharp.dll创建生成PDF文档源码实例
本实例用到了第三方组件ICSharpCode.SharpZipLib.dll、itextsharp.dll。
- 2017-10-19下载
- 积分:1
-
TV-image-restoration
tv图像修复,用matlab实现,包含源图像以及修复后的图像,有文字修复,划痕修复,小斑点修复等。(TV image restoration, using matlab implementation, including the source image and the image after the repair, the text repair, scratch repair, spot repair.)
- 2013-01-18 11:28:25下载
- 积分:1
-
originalpointanalyse2
源点定位程序,可用于检测连通域等功能,代码是c/c++的,放心使用。(Source point positioning procedures, can be used to detect other functions connected domain, the code is c/c++, and ease of use.)
- 2013-09-28 08:31:12下载
- 积分:1
-
winner
matlab做的图像去噪程序,使用的是维纳滤波法(winner),内附图像,可直接运行(matlab image denoising procedure, using the Wiener filter method (winner), included images, can be run directly)
- 2012-03-15 16:44:05下载
- 积分:1
-
carlocal1
一段车牌分割的matlab程序 可以实现车牌的定位分割, 希望大家讨论(a division of Matlab registration procedures can be achieved by positioning plates segmentation, we hope that the discussion)
- 2006-06-07 14:10:54下载
- 积分:1
-
MotionEstimation
运动估计的几种方法,包括线性预测法、混合高斯法、特征值法和相邻帧差法等(Several motion estimation methods, including linear prediction method, mixed-Gaussian law, Eigenvalue and adjacent frames, such as poor law)
- 2007-12-19 18:19:49下载
- 积分:1
-
Tikhonov正则化超分辨率重建
一个基于Tikhonov正则化超分辨率重建,可以成功运行。(A Tikhonov based regularized super resolution reconstruction can be successfully operated.)
- 2018-04-08 12:02:12下载
- 积分:1
-
batterworth-high-low
这个压缩包中包含了巴特沃斯滤波算法的高通和低通两款代码,同时还有几篇巴特沃斯算法的文章,记录了关于巴特沃斯算法的一些应用领域。(This compressed package contains the code of two of the high-pass and low-pass Butterworth filter algorithm, at the same time, there are few Butterworth algorithm articles recorded Butterworth algorithm applications.)
- 2013-04-09 09:41:26下载
- 积分:1
-
EXP
说明: 注:运行前自己准备图像,修改I = imread('')单引号中的路径
1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。
2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。
3. 图像平移和旋转
4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
- 2020-08-15 08:49:44下载
- 积分:1