-
hand.ply
常用的三维点云数据,手的三维数据可以用MATLAB和PCL打开。(Common 3D point cloud data)
- 2020-07-21 21:18:45下载
- 积分:1
-
matlab
用matlab中各种不同方法对模糊图像进行复原,有维纳滤波,盲返卷积,Lucy-richardson方法,规则化复原图像等(Various different methods using matlab fuzzy image restoration, with Wiener filtering, blind convolution back, Lucy-richardson methods, rules-based recovery images, etc.)
- 2010-01-10 14:25:53下载
- 积分:1
-
模极大值边缘检测-高斯噪声
用小波的模极大值法有效检测噪声图像的边缘(Detecting the edge of noisy image by modulus maximum method of wavelet transform)
- 2021-04-27 18:08:44下载
- 积分:1
-
VCPP-image-processing-chapter02
VisualC++数字图像处理技术详解第2版光盘-第二章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter 2)
- 2016-04-16 13:20:57下载
- 积分:1
-
分形程序
海杂波背景下的分形特征,目标检测,赫斯特指数(HEST = wfbmesti(X) returns a row vector HEST which contains three estimates of the fractal index H of the signal X supposed to come from a fractional Brownian motion of parameter H.)
- 2017-09-14 15:10:28下载
- 积分:1
-
rastersubsetviashapefile
说明: 使用shp文件裁剪矢量数据,可自己选择矢量文件,栅格文件,输出文件(Use SHP file to crop vector data. You can choose vector file, grid file and output file)
- 2019-12-24 23:30:08下载
- 积分:1
-
Split_Bregman_Denoising
使用分裂Bregman算法做图像去噪,收敛速度很快,保持缘特征(using Splitting Bregman algorithm do image denoising, fast convergence to maintain edge features)
- 2009-12-15 10:26:53下载
- 积分:1
-
codebar
自己写的条形码识别代码,能够识别商品条码,与大家分享,代码只供参考!(Write your own bar code identification code, the bar code to identify goods to share with you the code for reference only!)
- 2008-05-21 10:38:40下载
- 积分:1
-
pccode
cad 模拟动画软件,
模拟动画软件,
模拟动画软件(cad)
- 2009-11-24 13:14:36下载
- 积分:1
-
图像清晰度评价指标Matlab
图像清晰度评价函数说明
1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。
文件名:entropy.m 结果:EN
2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。
文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE
3、峰值信噪比: PSNR越高,说明融合效果与质量越好。
文件名:psnr.m 结果:PSNR
4、Qabf: 评价边缘或梯度质量,越大边缘越明显
文件名:Qabf.m 结果:Qabf(QAB/F)
5、平均梯度(Average Gradient):也称为清晰度,反映了图像中的微小细节反差与纹理变化特征,同时也反映了图像的清晰度,越大越好。
文件名:avg_gradient 调用:outval = avg_gradient(img)
6、结构相似性指数: SSIM指原图像和融合图像的相似程度,值越大越相似
文件名:ssim.m 结果:SSIM
7、互信息:MI(mutual information)
8、NMI: Normalized mutual information(Image sharpness evaluation function)
- 2018-09-30 09:09:39下载
- 积分:1