登录
首页 » 图像处理 » NMF的图像压缩Pro III

NMF的图像压缩Pro III

于 2022-01-30 发布 文件大小:1.94 MB
0 64
下载积分: 2 下载次数: 1

代码说明:

应用背景要求:Matlab,Matlab图像处理工具箱。在图像压缩和特征提取中,线性扩展的标准使用。这是最近提出的李和承:一个正或非负线性扩展是一个非常强大的约束,这似乎导致图像的稀疏表示。他们的技术,被称为非负矩阵分解(NMF),被证明是一个高维数据中的有用技术由非负性成分组成。关键技术关键词:MATLAB源代码,,,NMF,图像,压缩,非负矩阵分解。1发布日期2014.10.27主要特点:NMF的图像压缩详细数据压缩信息灰度和RGB图像的支持快速优化实现演示代码(保护p-files)可用绩效评价

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

发表评论

0 个回复

  • 基于VC的PointGrey灰点相机工程
    基于VC的PointGrey灰点相机工程,可采用事件触发或多线程控制,包含单帧采集和连续采集等功能。PointGrey camera project based on VC that can be multi-threaded event-triggered control, including single frame capture and continuous acquisition functions.
    2022-07-15 15:29:20下载
    积分:1
  • 如何让变明亮 (直方均衡化)?
    翻译 maninwest@Codeforge 作者:Mr. Lai Tai-Yu@CodeProject 有时候,我们发现照片不明亮,这个是可以修复的。在图像处理领域,这叫做直方图均衡化,通过扩展图像的直方图让照片变明亮。背景操作系统: Microsoft Windows 7 专业版 (64 位) 开发实用程序: Microsoft Visual Studio 2010使用代码 // The histogram array of the red channel. double aryHistogramR[256] = {0}; // The transform of histogram array of the red channel. double aryTransformR[256] = {0}; // The sum of pixel"s gray of the red channel. double dobSumR = 0.0f; // The histogram array of the red channel. double aryHistogramG[256] = {0}; // The transform of histogram array of the red channel. double aryTransformG[256] = {0}; // The sum of pixel"s gray of the red channel. double dobSumG = 0.0f; // The histogram array of the red channel. double a
    2022-05-10 19:26:14下载
    积分:1
  • 多支持向量机的字符识别
    &提出了一种基于Bernsen算法和支持向量机(SVM)的车牌识别方法;
    2022-03-17 22:41:40下载
    积分:1
  • 人脸检测
    资源描述对摄像头、视频、图片中的人脸进行检测,并记录人脸个数
    2022-06-03 18:27:52下载
    积分:1
  • 稀疏编码恢复的文章
    ICCV会议上,关于稀疏编码图像恢复的文章,pdf格式,文章中也给出了源代码的下载网址。
    2022-08-18 08:50:02下载
    积分:1
  • Source-code--CCCam
    Source-code--CCCam.zip  处理网络 图像协议 代码:  * run cccam with:  * LD_PRELOAD=./ca.so ./xxx.i386  *  * Will then send CWs to vdr-sc cardclient cccam  *  * This library is free software; you can redistribute it and/or  * modify it under the terms of the GNU Library General Public  * License as published by the Free Software Foundation; either  * version 2 of the License, or (at your option) any later version.  *  * This library is distributed in the hope that it will be useful,  * but WITHOUT ANY WARRANTY; without even the implied warranty of  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  * Library General Public License for more details.  *  * You should have received a copy of the GNU Library General Public  * License along with this library; if not, wr
    2022-07-15 11:41:08下载
    积分:1
  • LBP-top 人脸表情识别
    基于LBP-TOP算法的人脸表情识别,SMIC数据库,芬兰大学实验室的的代码,这是表情识别的主代码,包括两个mat的二进制文件,是比较好的一个算法实现
    2023-02-27 10:05:04下载
    积分:1
  • 实现两幅的匹配和拼接
    通过采用surf算法,来分别提取两幅图像的特征点,来进行图像的匹配,利用ransac算法来剔除误匹配,实现精确的配准,根据匹配点,计算homography,进行两幅图像的拼接。实际使用中,新建一个控制台工程,将压缩包里面的两个文件加入工程,即可运行。
    2022-01-23 10:18:13下载
    积分:1
  • 手指计数
    采用的方法是在一个小的区域分割的背景减法。 然后手指计数和计数应用被打开。
    2022-02-26 12:39:46下载
    积分:1
  • VC++选点坐标
    基于MFC的查看图像坐标选点程序,当导入一副图像时,鼠标所指位置会在主框架窗口会产生其在图像坐标中的横纵值,记录该点在图像中的水平和竖直坐标位置,达到选点的目的。
    2022-12-07 15:55:03下载
    积分:1
  • 696518资源总数
  • 104305会员总数
  • 11今日下载