搜索资源列表
EMDdenoising
- 利用emd对一维信号进行去噪的最新程序。包含了三种emd去噪方法:1、直接使用小波阈值,进行硬阈值去噪;2、使用具有emd分解特性的阈值去噪;3、emd分解后的平移不变去噪。-Using emd on one-dimensional signal de-noising of the latest procedures. Emd contains three kinds of de-noising methods: a direct use of wavelet thresholding to c
An_Intrgrated_De-interlacing_Algorithm_Design
- 本篇論文提出的整合式解交錯(Integrated De-interlacing)的演算法,可以有效提昇移 動區域的畫面,但是當移動估計不正確時,反而會使移動補償後的畫面變得很差,為了 改善這種情況,因此結合移動可適性解交錯的優點,並將空間圖場內插(Spatial Interpolation)的方式改成ELA(Edge Line Average)來設計,經過電腦模擬的結果發現,不僅在視覺上提高畫面的解析度,在某些影像峰值訊號雜訊比(Peak Signal Noise Ratio ,
modulo3_b
- Técnicas de mejora de la imagen 2
Image-Retrieval-System
- 有完整的原数据,基于VC++de图像图像检索系统,具体操作步骤如下:1.输入带检索图像。 2.选择检索库路径。3.选择检索方式:基于颜色特征、基于形状特征或者基于颜色和形状综合特征。 4.点击【开始检索】按钮即可得到检索结果。-A complete original data, based on VC++ de Image Retrieval System
Image-DiffusionFiltering
- 扩散滤波的图像去噪 1。线性扩散滤波采用热传导方程 - 使用隐式和显式欧拉方法求解。 2。边缘增强线性各向异性扩散滤波。 3。边缘增强非线性各向异性扩散滤波。 线性扩散滤波,边缘增强线性和非线性各向异性过滤 现实中的数字图像在数字化和传输过程中常受到成像设备与外部环境噪声干扰等影响,称为含噪图像或噪声图像。减少数字图像中噪声的过程称为图像去噪。-Image de-noising a diffusion filter. Linear diffusio
quzao
- 1)已知一幅含有噪声的图像imageDlb.tif,采用模板法去除噪声。 2)自由选择模板和模板大小。 3)比较分析各模板对去噪效果的影响。 -1) Given a noisy images imageDlb.tif, noise removal using the template. 2) the freedom to choose a template and template size. 3) comparative analysis of the impact of de-n
ruihua
- 1)已知图像imageRuihua1.tif和imageRuihua2.tif,采用适当的空间滤波的方法(选择多种模板和不同模板系数),对图像进行边缘锐化处理,并得到增强边缘后的图像。 2)比较分析各模板对去噪效果的影响。 -1) known image imageRuihua1.tif and imageRuihua2.tif, using appropriate spatial filtering methods (choose a variety of templates and
Verification-code-(2)
- 中文验证码处理程序,有效的进行验证码去噪去空白预处理,具有较好的效果。-Chinese codes handler, effectively carry out the verification code to de-noising pretreatment blank, with good results.
DE
- 最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2-The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward differenc
bm3d0
- BM3D算法源代码。NLM去噪算法使用的是inter-patchcorrelation,而Wavelet shrinkage使用的则是intra-patch correlation。这两种方法都取得了不错的效果,一个很自然的想法就是:可以同时使用他们两个方法吗?这便导出了BM3D去噪算法[2],算是现在公认的去噪效果最好的算法。-BM3D algorithm source code. NLM Denoising algorithm using inter-patchcorrelation, an