登录
首页 » Others » Sparse-Representation-

Sparse-Representation-

于 2017-05-16 发布 文件大小:2659KB
0 85
下载积分: 1 下载次数: 19

代码说明:

  稀疏表示的毕业参考论文,在图像去噪、图像修复、人脸识别及压缩感知等图像处理领域中的应用进行了总结.(Sparse representation of graduation reference papers, summarized in the image denoising, image restoration, face recognition and compressed sensing and other image processing applications)

文件列表:

稀疏表示
........\图像稀疏表示及其在图像处理中的应用_孙君顶.pdf,218143,2016-05-16
........\图像过完备稀疏表示理论及应用综述_陈垚佳.pdf,264107,2016-05-16
........\基于图像块分类稀疏表示的超分辨率重构算法_练秋生.pdf,466491,2016-05-15
........\基于形态成分稀疏表示的联合变换图像去噪_赵秀娟.pdf,521096,2016-05-16
........\基于稀疏表示的小麦品种识别_冯丽娟.pdf,334250,2016-05-16
........\基于类内稀疏表示的人脸识别_余庆辉.pdf,303094,2016-05-16
........\改进匹配追踪算法及其在图像压缩中的应用_陆望.pdf,1190882,2016-05-15

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

发表评论

0 个回复

  • code
    DCT数字水印基于CVI平台。用c编写的。(DCT digital watermarking)
    2013-09-17 22:33:45下载
    积分:1
  • wenlichengxu
    用matlab编写的用于提取图像纹理特征提取
    2010-12-28 22:55:01下载
    积分:1
  • graycomatrix
    计算灰度共生矩阵的Matlab程序,提取图像灰度共生矩阵( glcm image segmentation matlab GLCM program segmentation glcm GLCM Matlab Code image segmentation GLCM matrix )
    2021-04-14 16:58:55下载
    积分:1
  • Modified-HausdorffDist
    文件中是改进的hausdorff距离匹配算法,避免了外部离散点的干扰,优化了计算方法,实现起来更加完美。(In the File,there is the improved Hausdorff distance matching algorithm, avoiding the interference of external discrete points, method, realizes more perfect.)
    2014-08-05 18:01:29下载
    积分:1
  • Genetic-algorithms-
    本文主要介绍遗传算法的基本理论,叙述遗传算法在图像增强的的主要应用,即将原始图像变得更加清晰,特征变得更加明显。 现今关于图像增强的算法有很多,而这些算法大多是基于退化函数或者点扩展函数的知识进行图像处理的。当图像出现模糊或噪声影响大时,设计出的图像清晰化的效果肯定不够理想,因此有必要对图像进行增强处理。于是,可利用到遗传算法这种成熟稳定的仿生物进化的全局寻优算法,进行图像增强,由于遗传算法控制参数少、自适应度高,将选择该方法对图像退化分别进行不同的清晰化处理. 这样既增强了图像的对比度,又克服了传统直方图均衡化处理所造成的灰度级损失等缺点。 通过实验去表明,遗传算法从全局寻优的角度出发,能够较为精确地估计退化系统函数。和传统的线性增强、直方图均衡进行比较。实验结果表明该方法能改善原图像视觉效果,便于之后的图像分析。 (This paper mainly introduces the basic theory of genetic algorithm, genetic algorithm (ga) in the main application of image enhancement, the original image is more clear, characteristic becomes more obvious. Today about the image enhancement algorithm are many, and most of these algorithms is based on the degradation function or the knowledge of the point spread function of image processing. When the image appears fuzzy or noise influence, designed the image clarity of effect must not ideal, therefore it is necessary to enhance the image. Then, genetic algorithm is available to the mature and stable evolution of the global optimization algorithm, for image enhancement, due to less genetic algorithm control parameters, since the high fitness, will choose the method of image degradation, respectively, to manipulate the different motivation. It can enhance the image contrast, and overcome the traditional histogram equalization processing grayscale loss caused by the faults. Throug)
    2013-03-26 22:46:15下载
    积分:1
  • JPEGCompression
    编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • 1235465
    说明:  用于图像边缘检测,使用matlab检测图像边缘特征(For image edge detection, use matlab to detect image edge features)
    2019-12-08 16:34:04下载
    积分:1
  • biancheng
    实现图像自动拼接和匹配,是毕业设计的作品,看看一定会对你有所帮助的!(Automatic image stitching and matching to achieve is a graduate design work, will you take a look at some helpful!)
    2009-12-08 21:12:39下载
    积分:1
  • Quantization
    这个是有关于量化的具体介绍是英文版的,介绍的很详细(this is on the quantification of specific details in English, introduced in great detail)
    2006-11-02 18:42:07下载
    积分:1
  • GUI
    说明:  首先对指纹图像进行预处理,包括图像的分割,增强,二值化,细化。对细化后的图像进行特征点的提取,最后通过细节特征匹配完成指纹的识别。(Firstly, the fingerprint image is preprocessed, including image segmentation, enhancement, binarization and thinning. The refined image is extracted by feature points, and the fingerprint recognition is completed by minutiae feature matching.)
    2019-05-07 13:46:08下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载