CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - image processing in ieee paper

搜索资源列表

  1. TwIST_v2

    1下载:
  2. % demo_l2_l1 - This demo illustrates the TwIST % algorithm in the l2-l1 optimization problem % % xe = arg min 0.5*||A x-y||^2 + tau ||x||_1 % x % % where A is a generic matrix and ||.||_1 is the l1 norm. % After obtaining the solution we implement a
  3. 所属分类:matlab例程

  1. ssim_index

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:2070
    • 提供者:zhu xs
  1. jbeam

    0下载:
  2. JBEAM-soft is a software package written in MATLAB. It was used to generate the simulation results, as well as figures, in paper "JBEAM: multiscale curve coding via beamlets" by X. Huo and Jihong Chen. This paper will appear in IEEE Trans. Image Proc
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:302076
    • 提供者:Galilleo
  1. CORDIC_FPGA

    0下载:
  2. 摘要:本文在传统CORDIC算法的基础之上,通过增加迭代次数,对参数进行了优化筛选, 提高了运算精度,使设计出的软核能够在精度要求较高的场合中运行,如实时语音、图 像信号处理、滤波技术等。输出数据经过IEEE-754标准化处理,能够直接兼容大多数处 理器,扩展了其应用范围。最终在Altera公司NiosⅡ处理器中通过增加自定义指令的方 式完成了硬件实现。 关键字:CORDIC ,自定义指令, IEEE-754标准化处理。-Abstract: In this paper, ba
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:228713
    • 提供者:daisywmc
  1. SSIM_C

    0下载:
  2. SSIM 近些年来被广泛用于衡量图象的质量,它克服了PSNR固有的一些局限性.目前网络上的SSIM相关的实现代码主要是MATLAB或者使用OPENCV库的代码.本代码完全采用C语言实现,接口简单,便于嵌入到用户代码中评估生成的图象质量-Using pure C language, this code implement the SSIM algorithm presented in the paper "Image Quality Assessment: From Error Visibilit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:91243
    • 提供者:罗忠祥
  1. RSF_v0

    0下载:
  2. This code demomstrates an improved algorithm based on the local binary fitting (LBF) model in Chunming Li et al s paper: "Minimization of Region-Scalable Fitting Energy for Image Segmentation", IEEE Trans. Image Processing, vol. 17 (10), pp.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:269235
    • 提供者:Tina
  1. metrix_vif

    1下载:
  2. This software release consists of a MULTISCALE PIXEL DOMAIN, SCALAR GSM implementation of the algorithm described in the paper: H. R. Sheikh and A. C. Bovik, "Image Information and Visual Quality"., IEEE Transactions on Image Processing,
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:10616
    • 提供者:ahmed seghir
  1. metrix_vsnr

    0下载:
  2. This package contains a beta MATLAB version of the VSNR function from the paper "VSNR: A Wavelet-Based Visual Signal-to-Noise Ratio for Natural Images," D. M. Chandler and S. S. Hemami, published in the IEEE Transactions on Image Processing,
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:640861
    • 提供者:ahmed seghir
  1. metrix_uqi

    1下载:
  2. This an efficient implementation of the algorithm for calculating the universal image quality index proposed by Zhou Wang and Alan C. Bovik. Please refer to the paper "A Universal Image Quality Index" by Zhou Wang and Alan C. Bovik, published in IEEE
  3. 所属分类:matlab

    • 发布日期:2016-12-28
    • 文件大小:3072
    • 提供者:ahmed seghir
  1. metrix_ifc

    0下载:
  2. This software release consists of an implementation of the algorithm described in the paper: H. R. Sheikh, A. C. Bovik, and G. de Veciana, "An Information Fidelity Criterion for Image Quality Assessment Using Natural Scene Statistics," IEEE Transacti
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7112
    • 提供者:ahmed seghir
  1. PLS_tracker_tip

    0下载:
  2. Matlab下的实时跟踪程序,内附demo程序,也可以选择手动选择跟踪区域,这种方式需要将demo中的一段代码前的注释去掉-Main file: Tracking_PLS.m You can set the initial position of the target object with know parameters or select the target region manually in the first frame. You can tune the \Si
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:3560525
    • 提供者:唐璜
  1. DRLSE_v0

    0下载:
  2. is Matlab code implements a new level set formulation, called distance regularized level set evolution (DRLSE), proposed by Chunming Li et al s in the paper "Distance Regularized Level Set Evolution and its Application to Image Segmentation", IEEE Tr
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1908937
    • 提供者:王捷
  1. survey

    0下载:
  2. 这个对运动估计的一个综述性论文,IEEE论文,很权威,对于把握图像处理研究。很值得-In the motion estimation, a review paper, IEEE papers, very authoritative, for the capture image processing research. It is worth a look
  3. 所属分类:Development Research

    • 发布日期:2017-03-31
    • 文件大小:233295
    • 提供者:lu
  1. GMSD

    1下载:
  2. 基于梯度模方差的图像质量评估,发表于IEEE Trans on Image processing 2014的最新论文的代码。-Image quality assessment based on gradient magnitude variance, published in IEEE Trans on Image processing code 2014 latest paper.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:700
    • 提供者:刘云鹏
  1. MCVEM_version1-0.tar

    0下载:
  2. This the MATLAB code that was used to produce the figures and tables in Section V of F. Forbes and G. Fort, Combining Monte Carlo and mean-field like methods for inference in Hidden Markov Random Fields, Accepted for publication in IEEE Trans. on
  3. 所属分类:Communication

  1. Pattern-Matching-and-Classification

    0下载:
  2. 图像方面的顶级期刊IEEE Transcations on Image Processing2013年发表的一篇论文 Linear Time Distances Between Fuzzy Sets With Applications to Pattern Matching and Classification -A paper Linear Time Distances Between Fuzzy Sets With Applications to Pattern Matching and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2886053
    • 提供者:gloria
  1. CBIR-OverView(IEEE)

    0下载:
  2. 有11篇关于基于内容的数字图像处理的论文综述,全英文,对了解CBIR的研究者来说很有用。 -There are 11 paper on digital image processing based on content, all in English, is very useful to understand the researchers in CBIR.
  3. 所属分类:Development Research

    • 发布日期:2017-05-17
    • 文件大小:4236505
    • 提供者:王松
  1. ifcvec_release

    0下载:
  2. This software release consists of an implementation of the algorithm described in the paper: H. R. Sheikh, A. C. Bovik, and G. de Veciana, "An Information Fidelity Criterion for Image Quality Assessment Using Natural Scene Statistics," IEE
  3. 所属分类:matlab例程

    • 发布日期:2015-11-10
    • 文件大小:6257
    • 提供者:yasi.arian
  1. ifcvec_release (2)

    0下载:
  2. This software release consists of an implementation of the algorithm described in the paper: H. R. Sheikh, A. C. Bovik, and G. de Veciana, "An Information Fidelity Criterion for Image Quality Assessment Using Natural Scene Statistics," IEEE
  3. 所属分类:matlab例程

    • 发布日期:2015-11-10
    • 文件大小:6131
    • 提供者:yasi.arian
  1. Depth-image-based-rendering

    0下载:
  2. This program implements the rendering framework that is used in the paper D. De Silva, W. Fernando, and H. Kodikaraarachchi, “A NEW MODE SELECTION TECHNIQUE FOR CODING DEPTH MAPS OF 3D VIDEO,” IEEE International Conference on Acoustics, S
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-07
    • 文件大小:1411607
    • 提供者:phonox
« 12 »
搜珍网 www.dssz.com