-
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 difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1
-
integral2
此程序给出了如何对一个二维函数进行高精度高斯积分的实例。(This program shows how to function on a two-dimensional Gaussian integral precision instance.)
- 2014-07-05 13:17:00下载
- 积分:1
-
NSCT-SF-PCNN-ImageFusion-Toolbox
非降采样Contourlet域内空间频率激励的PCNN图像融合算法的实现代码(Non-spatial frequency domain down-sampling Contourlet motivated PCNN image fusion algorithm implementation code)
- 2011-04-26 09:24:22下载
- 积分:1
-
SSIM-0.24
zhou wang提出的结构相似性图像质量评价算法,是一种全参考的质量评价模式(zhou we analyze the dynamic process of the structural similarity of image quality evaluation algorithm, is a reference to the quality of the whole evaluation model)
- 2007-06-12 23:04:09下载
- 积分:1
-
PCNN
pcnn 彩色图像分割中,是非常有用的一个程序!!!!!!(PCNN is applied to the color image segmentation.it is very very very very useful!)
- 2020-07-03 10:20:02下载
- 积分:1
-
pso
说明: 对不同噪声强度的加噪图像,用粒子群优化算法优化结构元素,找到最优结构元素,对图像进行去噪操作,使恢复的图像达到最大峰值信噪比(Noise intensity for different images with noise, using particle swarm optimization algorithm to optimize the structure elements, find the optimal structure element, the image de-noising operation to restore the image to a peak signal to noise ratio)
- 2010-04-13 15:53:52下载
- 积分:1
-
xiaobo
(l)小波分析理论在变形监测数据处理研究中的理论意义和实用价值
(2)小波阂值去噪和多分辨分析在变形监测信号分析中的应用
(3)在算法和图像处理方面的优越性 ((L) wavelet analysis theory in the study of deformation monitoring data processing theoretical significance and practical value (2) wavelet thresholding denoising and multi-resolution analysis in deformation monitoring signal analysis application (3) in the algorithm and image processing superiority )
- 2021-04-11 09:38:58下载
- 积分:1
-
CCMD_OCR
简单的图形文字识别软件,希望大家喜欢我的分享,谢谢(Simple graphical text recognition software, I hope you like my share, thank you)
- 2009-06-15 23:26:59下载
- 积分:1
-
kuaisutisheng
针对CT 医学图像和MR I 医学图像成像特点, 提出了基于快速整数提升小波变换的融合方法。在CT 和
MR I 两幅医学图像配准的前提下, 利用提升小波变换把图像分解成低频和高频子图像, 对于小波变换后的高频
子图像, 选择区域标准差大的作为融合后的子图像 对于低频子图像, 采用加权融合, 最后进行小波逆变换, 得到
融合后的图像, 并对融合后图像用信息熵、平均梯度、相关系数的指标进行评价。实验结果表明, 基于快速整数提
升小波变换融合中, 小波高低频系数采用不同的规则能够取得更好的融合效果, 其轮廓清晰。该算法能够提升融
合后的医学图像信息量, 同时有效地保护图像的细节信息, 在执行时间和图像质量上均优于普通小波算法。(A imed at the characterist ics of CT andMR Imedical images, a new image fu sion al2
go rithm based on the fast in t lif t ing w avelet t ran sfo rm s is p ropo sed. Two o riginal images are
decompo sed by the fast in t lif t ing w avelet t ran sfo rm s. The fu sion ru le based on the max imum
standard deviat ion value variance is u sed to fu se the h igh f requency sub2image, w h ile a w eigh t2
ed average fu sed ru le is app lied by coeff icien t s of the low f requency. F inally, the fu sion image
is recon st ructed fo r perfo rm ing inverse fast in t lif t ing w avelet t ran sfo rm s. The fu sion image is
evaluated by en t ropy, average gradien t, and co rrelat ion coeff icien t s. Experimen tal resu lt
show s that the fu sion image hasmo re info rmat ion than o riginal images and imp roves the quali2
ty of o riginal images. M eanw h ile, the fu sion image p ro tect s detail characterist ics of the image,
thu s the real2t ime p rocess and image qualit ies are w ell than tha)
- 2021-04-21 10:18:49下载
- 积分:1
-
利用ADMM和小波进行图像恢复
利用ADMM和小波进行图像恢复
使用ADMM算法的图像恢复模型,并用到了增广拉格朗日函数和快速傅里叶函数(Using ADMM and wavelet to restore image, using ADMM algorithm to restore image model, and using augmented Lagrange function and fast Fourier function.)
- 2020-06-30 18:40:01下载
- 积分:1