-
小波分解重构VC代码
应用背景图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合图像融合关键技术小波分解与重构,好用小波分解与重构,好用小
- 2022-03-19 02:34:38下载
- 积分:1
-
利用主成分分析的特征提取
此脚本将生成和绘制的三维数据,并执行 principalcomponent 分析侯选数据,并减少特征空间的维数。注意那 matlab 具有优化的功能来执行 PCA: princomp () 但是,在此脚本中我们 PCA 手动执行通过计算特征向量,示范助学。
- 2023-05-31 16:30:04下载
- 积分:1
-
MATLAB图像处理实例详解代码
本代码是《MATLAB图像处理实例》中第三章的例子,本代码主要是介绍一些图像处理的基础知识,包括图像的类型转换,如何在MATLAB中读取一个图像,以及怎么在MATLAB中显示图像。
- 2022-05-31 10:47:27下载
- 积分:1
-
diversification
- 2022-08-13 22:04:48下载
- 积分:1
-
虚拟视点代码
资源描述
该程序使用的是windows提供的图片集,程序运行环境为win8.1+VS2013,程序的功能是根据提供的两个视点的深度图和彩色图,合成出一个虚拟是视点的深度图和彩色图的程序!
- 2022-03-01 05:54:55下载
- 积分:1
-
contourlet transform
在这里,我将附上完整的轮廓波变换及其相关应用程序,特别是图像压缩
- 2023-08-27 22:30:16下载
- 积分:1
-
拉普拉斯残差金字塔
拉普拉斯金字塔在图像融合中有所应用,程序首先对两个待融合图像求拉普拉斯残差金字塔,然后用模板对每一级残差图像进行融合得到融合后图像的残差金字塔,然后对这个金字塔进行重构就能得到最终的融合图像,图像各尺度细节得到保留。(注:融合时模板一般会先用高斯函数模糊一下)
- 2022-01-25 22:24:16下载
- 积分:1
-
LDA模型采用Gibbs采样对图像进行标注
运用LDA模型,采用Gibbs采样,运用图像标注的关键词,用户对图像标注的tag,采用多模态发掘潜在语义主题对图像标注
- 2022-07-24 13:18:54下载
- 积分:1
-
影像处理软件
应用背景ossimPlanet is an accurate 3D global geo-spatial viewer that is build on top of
the OSSIM, OpenSceneGraph, and Trolltech QT open source software libraries.
It provides native geo-spatial access to a wide range of commercial
and government data formats with high the high performance visualization
and collaboration capabilities. ossimPlanet is one of the key components of
the Large Data Joint Capabilities and Technology Development project. This
document describes the installation and use of ossimPlanet.关键技术ossimPlanet provides accurate 3D global visualization and collaboration. Instances of ossimPlanet
can be synchronized for distributed collaboration. Native file access, on the fly elevation tree topography,
and online access to OGC WMS and Worldwind sites is provided.
- 2022-04-01 23:32:08下载
- 积分:1
-
PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error)
Use a standard Lena image as the ground truth, then calculate the PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error) values of another test image.
Note: The two images must be with the same size.
The main code:
MSE = double(Sum_SE)/(H_src*W_src)
PSNR= 10*log10(255^2/MSE)
- 2022-02-03 00:40:59下载
- 积分:1