登录
首页 » matlab » IQA-paper-master

IQA-paper-master

于 2019-04-18 发布
0 112
下载积分: 1 下载次数: 7

代码说明:

说明:  该代码为无参考图像质量评价代码,采用颜色信息和纹理特征进行求取最终的质量分数。(The code is a no-reference image quality evaluation code, which uses color information and texture features to get the final quality score.)

文件列表:

IQA-paper-master\color_feat\colorspace.m, 16178 , 2018-05-06
IQA-paper-master\color_feat\convertRGBToLMS.m, 196 , 2018-05-06
IQA-paper-master\color_feat\divisiveNormalization.m, 366 , 2018-05-06
IQA-paper-master\color_feat\lmsColorOpponentFeats.m, 1971 , 2018-05-06
IQA-paper-master\feat_extract_all.m, 1815 , 2018-05-06
IQA-paper-master\Get_LIVE_Data.m, 2338 , 2018-05-06
IQA-paper-master\Get_LIVE_Result.m, 6630 , 2018-05-06
IQA-paper-master\lbp\getmapping.m, 2370 , 2018-05-06
IQA-paper-master\lbp\lbp_new.m, 5236 , 2018-05-06
IQA-paper-master\Mian_LIVE_Test.m, 534 , 2018-05-06
IQA-paper-master\README.md, 3159 , 2018-05-06
IQA-paper-master\readme.txt, 379 , 2018-05-06
IQA-paper-master\Result\LIVE_color_lbp_0_featnum_46_result_ALL.mat, 668 , 2018-05-06
IQA-paper-master\Result\LIVE_color_lbp_data.mat, 293319 , 2018-05-06
IQA-paper-master\Result\LIVE_dist_type.mat, 215 , 2018-05-06
IQA-paper-master\Result\LIVE_image_path.mat, 6207 , 2018-05-06
IQA-paper-master\Utility\estimateaggdparam.m, 527 , 2018-05-06
IQA-paper-master\Utility\estimateggdparam.m, 543 , 2018-05-06
IQA-paper-master\Utility\feature_scaling.m, 621 , 2018-05-06
IQA-paper-master\Utility\find_Ref_LIVE.m, 545 , 2018-05-06
IQA-paper-master\Utility\get_LIVE_distortion_type.m, 472 , 2018-05-06
IQA-paper-master\Utility\get_LIVE_ImagePath.m, 1054 , 2018-05-06
IQA-paper-master\Utility\SVMcgForIQA.m, 4029 , 2018-05-06
IQA-paper-master\Utility\SVMcgForRegress.m, 2562 , 2018-05-06
IQA-paper-master\Utility\SVM_SROCC_Search_cg.m, 3078 , 2018-05-06
IQA-paper-master\Utility\SVM_SROCC_Search_cg_Cross_database.m, 2720 , 2018-05-06
IQA-paper-master\颜色空间统计联合纹理特征的无参考图像质量评价.pdf, 655392 , 2018-05-06
IQA-paper-master\color_feat, 0 , 2018-05-06
IQA-paper-master\lbp, 0 , 2018-05-06
IQA-paper-master\Result, 0 , 2018-05-06
IQA-paper-master\Utility, 0 , 2018-05-06
IQA-paper-master, 0 , 2018-05-06

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

发表评论

0 个回复

  • ISP
    独立集是指图 G 中两两互不相邻的顶点构成的集合。任意有关图中团的性质都能很自然的转述成独立集的性质。一般而言,寻找图的最大团是 NP 困难的,从而寻找图的最大独立集也是 NP 困难的。用模拟退火算法找出图的最大独立集。(Independent set is a set of vertices in graph G that are not adjacent to each other. The properties of cliques in any graph can be naturally expressed as the properties of independent sets. Generally speaking, it is NP-hard to find the maximum clique of a graph, so it is NP-hard to find the maximum independent set of a graph. Simulated annealing algorithm is used to find the maximum independent set of graphs.)
    2018-12-06 10:16:13下载
    积分:1
  • ImportREC 1.7汉化版
    Import REConstructor可以从杂乱的IAT中重建一个新的Import表(例如加壳软件等),它可以重建Import表的描述符、IAT和所有的ASCII函数名。 用它配合手动脱壳,可以脱UPX、CDilla1、PECompact、PKLite32、Shrinker、ASPack, ASProtect等壳。(Import REConstructor can rebuild a new Import table (such as shell software) from a cluttered IAT. It can rebuild the descriptor, IAT and all ASCII function names of the Import table. With it, UPX, CDilla 1, PECompact, PKLite32, Shrinker, ASPack, ASProtect and other shells can be removed.)
    2020-06-23 00:40:02下载
    积分:1
  • FirstS5
    说明:  E类逆变磁共振无线充电模型,基于simulink仿真软件(Class E Inverter Magnetic Resonance Wireless Charging Model)
    2020-07-01 08:20:02下载
    积分:1
  • way_2
    使用遗传算法对pid参数优化 遗传算法简称GA(genetic algorithms),它是模拟自然界遗传机制和生物进化论的一种并行随机搜索最优化方法。它将“优胜劣汰,适者生存”的生物进化理论引入优化参数形成的编码串联群体中,按所选择的适配值函数并通过遗传中的复制、交叉及变异对个体进行筛选,使适配值高的个体被保留下来,组成新的群体,周而复始,群体中个体适应度不断提高,直到满足某一条件。 。(Using genetic algorithm to optimize PID parameters)
    2018-12-03 15:44:42下载
    积分:1
  • 双闭环控制下的双向dcdc matlab仿真
    说明:  双闭环控制下的双向dcdc仿真程序,可供参考(The simulation program of bidirectional dcdcdc under double closed-loop control can be used for reference)
    2019-06-18 23:50:25下载
    积分:1
  • 工业系统测量的常用程序,包括,全自动闪烁,模拟信号离散等...
    工业系统测量的常用程序,包括,全自动闪烁,模拟信号离散等-industrial measurement systems commonly used procedures, including, automatic blinking, and other discrete analog signal
    2022-06-12 03:28:53下载
    积分:1
  • DS证据理论的工具箱
    实现DS证据理论的Matlab源码 案例应用(DS evidence theory to achieve Matlab source code)
    2017-08-16 18:27:36下载
    积分:1
  • Optimal-Power-Flow
    说明:  分布式电源接入电网进行潮流计算,可以运行(Distributed generators are connected to the power grid for power flow calculation and can be operated.)
    2021-03-06 16:39:30下载
    积分:1
  • 一个用delphi编写的方格游戏,含1到15个数字,打乱后将重新排列,如果长时间排不出可提供适当帮助...
    一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助-prepared with a box of games, including 1-15 figures will disrupt their re-arranged If Pai no longer provide appropriate help
    2022-02-26 23:43:06下载
    积分:1
  • 经典游戏炸弹人的手机版本,又J2ME平台开发.可下载到手机中.
    经典游戏炸弹人的手机版本,又J2ME平台开发.可下载到手机中.-bomb classic game of mobile phones, J2ME platform. To download to your phone.
    2022-03-29 12:26:26下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载