登录
首页 » matlab » 图像去雾质量评价标准

图像去雾质量评价标准

于 2019-01-04 发布
0 240
下载积分: 1 下载次数: 49

代码说明:

说明:  代码包含多种图像去雾质量评价标准,PSNR,彩色图像信息熵,WPSNR等,MATLAB可直接使用(Code contains a variety of image defogging quality evaluation criteria, PSNR, color image information entropy, WPSNR, etc., which can be directly used by MATLAB.)

文件列表:

图像去雾质量评价标准, 0 , 2014-08-02
图像去雾质量评价标准\PSNR, 0 , 2014-08-02
图像去雾质量评价标准\PSNR\psnr.m, 274 , 2013-11-10
图像去雾质量评价标准\PSNR\test_save.m, 921 , 2013-11-12
图像去雾质量评价标准\WPSNR, 0 , 2014-08-02
图像去雾质量评价标准\WPSNR\test_save.m, 925 , 2013-11-12
图像去雾质量评价标准\WPSNR\Wpsnr.m, 3690 , 2009-08-08
图像去雾质量评价标准\图像去雾无参考客观质量评测方法, 0 , 2014-08-02
图像去雾质量评价标准\图像去雾无参考客观质量评测方法\pingjia_me.m, 1191 , 2013-11-14
图像去雾质量评价标准\图像去雾无参考客观质量评测方法\sediao.m, 2000 , 2013-11-15
图像去雾质量评价标准\图像去雾无参考客观质量评测方法\ssim.m, 7509 , 2013-11-15
图像去雾质量评价标准\图像去雾无参考客观质量评测方法\test_save.m, 2391 , 2013-11-15
图像去雾质量评价标准\均值, 0 , 2014-08-02
图像去雾质量评价标准\均值\test_save.m, 1829 , 2013-12-09
图像去雾质量评价标准\平均梯度, 0 , 2014-08-02
图像去雾质量评价标准\平均梯度\avg_gradient.m, 528 , 2008-11-10
图像去雾质量评价标准\平均梯度\test_save.m, 1239 , 2013-12-09
图像去雾质量评价标准\彩色图片信息熵, 0 , 2014-08-02
图像去雾质量评价标准\彩色图片信息熵\shannon.m, 1046 , 2013-11-10
图像去雾质量评价标准\彩色图片信息熵\test_save.m, 1235 , 2013-12-09
图像去雾质量评价标准\灰度图像对比度, 0 , 2014-08-02
图像去雾质量评价标准\灰度图像对比度\26608797duibidu.zip.td, 835584 , 2013-11-10
图像去雾质量评价标准\灰度图像对比度\26608797duibidu.zip.td.cfg, 492 , 2013-11-10
图像去雾质量评价标准\灰度图像对比度\duibidu.m, 666 , 2013-11-10
图像去雾质量评价标准\灰度图像对比度\test_save.m, 992 , 2013-11-12
图像去雾质量评价标准\灰度图像对比度\图像去雾技术研究进展_禹晶.caj, 2347287 , 2013-11-10

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • igesout
    matlab产生iges文件 将图形导出为igs格式的文件,方便导入ansys和SolidWorks等(make iges project .it a very good function for you to link matlab and ansys or solidworks)
    2021-03-04 11:09:32下载
    积分:1
  • 海思像调节方法和工具HiSilicon-PQ-Tools-User-Guide
    海思图像调节方法和工具,很基础同时也很重要。(This document instructs debugging personnel to adjust the picture quality and implement differentiated adjustment.)
    2020-07-16 10:28:49下载
    积分:1
  • 基于态学的权重自适应像去噪
    基于形态学的权重自适应图像去噪,通过形态学的图像去噪效果,引入加权形态学去噪的应用。(Based on the morphological weight adaptive image denoising, through the morphological image denoising effect, the introduction of weighted morphological denoising application.)
    2021-04-15 22:28:54下载
    积分:1
  • matching
    用灰度模板匹配和灰度模板快速匹配两种算法实现了对两个图像的配准。(Matching two pictures with algorithms of modeling and fast modeling .)
    2009-09-30 13:09:45下载
    积分:1
  • MCTF
    带运动估计的时域滤波,一种基于小波的运动估计方法,可以有效的去除视频流的帧间冗余。与传统的帧参考模式的运动估计相比,没有错误漂移现象。内含编码器和解码器。(Belt Movement estimated time domain filtering, a wavelet-based motion estimation methods, can effectively remove the inter-frame video stream redundancy. With the traditional frame of reference than the motion estimation, no errors drift phenomenon. Intron encoder and decoder.)
    2020-07-23 15:28:46下载
    积分:1
  • 基于混沌的音视频加密系统的设计与实现_孟宪文
    基于混沌的音视频加密系统的设计与实现论文;对混沌学习有帮助(Design and implementation of the chaotic audio and video encryption system)
    2021-03-12 09:19:25下载
    积分:1
  • GNSS_spectrum
    说明:  计算导航信号不同调制方式的功率谱,包括bpsk,mboc等调制方式(Calculate the power spectrum of different modulation methods of navigation signal)
    2020-10-21 09:58:27下载
    积分:1
  • Point Cloud Mosaic Using PCL
    说明:  PCL是一个类似于OpenCV的开源库,提供了很多三维点云的处理功能,其中就包括点云拼接。在三维扫描项目中,需要利用点云拼接方法将多次扫描得到的点云数据拼合成一个整体。在本例中,用一幅包含人脸的深度图像去匹配之前获得的人脸模板,这将使我们能够确定人脸在场景中的位置和方向。(PCL is an open source library similar to OpenCV, which provides a lot of processing functions for three-dimensional point clouds, including point cloud mosaic. In the three-dimensional scanning project, it is necessary to use point cloud mosaic method to combine the point cloud data obtained from multiple scans into a whole. In this example, a depth image containing face is used to match the face template obtained before, which will enable us to determine the position and direction of the face in the scene.)
    2019-02-19 09:35:56下载
    积分:1
  • log
    bmp图像边缘检测,vc界面,很好用,适合初学者学习(bmp image edge detection, vc interface, useful for beginners to learn)
    2008-07-09 13:23:35下载
    积分: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
  • 696518资源总数
  • 105877会员总数
  • 14今日下载