登录
首页 » matlab » vif

vif

于 2012-04-06 发布 文件大小:6443KB
0 284
下载积分: 1 下载次数: 197

代码说明:

  应用视觉保真度(VIF)的方法对图像增强方法的优劣做客观的评价。从而达到用客观的评价方法评价一种增强方法的优劣性。(The application of visual fidelity (VIF) to do an objective evaluation of the pros and cons of the image enhancement method. So as to achieve an enhanced method of objective evaluation methods evaluate the advantages and disadvantages.)

文件列表:

vif
...\FR_VIF.m,739,2012-03-20
...\FR_VIF_test.m,141,2012-03-20
...\ind2wtree.m,357,2011-11-29
...\readme.txt,2998,2011-11-29
...\refparams_vecgsm.m,1417,2011-11-29
...\vifsub_est_M.m,2294,2011-11-29
...\vifvec.m,5623,2011-11-29
...\[2006]Image information and visual quality.pdf,6628954,2011-11-29

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

发表评论

0 个回复

  • Moravec
    说明:  在VC中实现了使用Moravec算子对遥感影像进行特征点的提取,缺点是速度较慢。不过提取效果不错!(Implemented in VC using Moravec operator of remote sensing images feature point extraction, the disadvantage is slow. However, extracting good results!)
    2011-03-30 20:47:21下载
    积分:1
  • hog
    方向梯度直方图的全部代码,广泛应用于行人检测行人检测(Histogram of Oriented Gradients code Pedestrian Detection)
    2013-10-19 20:49:05下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • 电池片裁剪
    对由工业相机采集到的众多太阳能电池片图像信息进行处理,并对电池片的裁剪(The cutting of the battery sheet)
    2018-01-27 13:14:28下载
    积分:1
  • ICP-point-cloud-registration
    三维激光点云配准是点云三维建模的关键问题之一。经典的 ICP 算法对点云初始位置要求较高且配准 效率较低,提出了一种改进的 ICP 点云配准算法。该算法首先利用主成分分析法实现点云的初始配准,获得较好 的点云初始位置,然后在经典 ICP 算法的基础上,采用 k - d tree 结构实现加速搜索,并利用方向向量夹角阈值去除 错误点对,提高算法的效率。实验表明,本算法流程在保证配准精度的前提下,显著提高了配准效率。 (Three-dimensional laser point cloud registration is one of the key three-dimensional point cloud model. High classical ICP algorithm to the initial position of the point cloud registration requirements and low efficiency, proposed an improved ICP point cloud registration algorithm. Firstly, the use of principal component analysis of the initial point cloud registration, get a better initial position of the point cloud, then the basis of classical ICP algorithm using k- d tree structure to achieve speed up the search, and using the direction vector angle the removal of the threshold point error and improve the efficiency of the algorithm. Experiments show that the algorithm processes to ensure the accuracy of registration under the premise, significantly improve the efficiency of registration.)
    2016-08-01 10:34:57下载
    积分:1
  • criminis-inpainting
    说明:  matlab实现图像修复,基于样本块的纹理修复算法Criminis(MATLAB image inpainting, texture inpainting algorithm criminis based on sample block)
    2021-04-10 00:51:13下载
    积分:1
  • ImageVideo-Segmentation-Current-Status
    Image AND Video Segmentation Current Status
    2013-12-22 05:00:26下载
    积分:1
  • saomiaoxian
    这是一个扫描线种子填充算法的程序,这个程序的演示效果不错(This is a scan line seed fill algorithm program, this program demonstrates good results)
    2020-06-30 20:40:02下载
    积分:1
  • fusion
    说明:  通过将高分辨率的图像和低分辨率的图像进行融合,来实现图像的融合。(By fusing high-resolution and low-resolution images, image fusion can be achieved.)
    2019-01-02 13:38:51下载
    积分:1
  • Jerman增强滤波器 可行
    基于hessian矩阵的眼底图像血管增强滤波(Vessel Enhanced Filtering of Eyeground Images Based on Hessian Matrix)
    2020-12-16 16:09:14下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载