登录
首页 » Others » 12148086KSVD_Matlab_ToolBox

12148086KSVD_Matlab_ToolBox

于 2013-10-16 发布 文件大小:6KB
0 144
下载积分: 1 下载次数: 31

代码说明:

  稀疏矩阵字典的优化KSVD,本人已进行测试,效果甚佳,可以用在图像,数据的压缩和分类(Sparse dictionary optimization KSVD, I have been tested, very good results)

文件列表:

12148086KSVD_Matlab_ToolBox
...........................\demo1.m,2326,2009-12-05
...........................\gererateSyntheticDictionaryAndData.m,1896,2009-12-03
...........................\KSVD.m,12292,2009-12-03
...........................\OMP.m,954,2007-04-29

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

发表评论

0 个回复

  • GST-for-small-target-detection-master (1)
    说明:  本代码使用MATLAB编写的基于GST模型的红外弱小目标检测代码(% This source code is for infrared small target detection method based on Generalized Structure Tensor (GST). % If you use this code in your publications, please cite:)
    2019-04-15 15:50:58下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • fuzzyCompute
    基于模糊理论的图象处理,有图象增强,图象平滑和边缘检测算子.()
    2007-07-16 18:18:40下载
    积分:1
  • EXP
    说明:  注:运行前自己准备图像,修改I = imread('')单引号中的路径 1. 给一张灰度图添分别添加高斯噪声和椒盐噪声。然后分别进行均值滤波和中值滤波,并把处理后的图片保存。 2. 图像频域处理,对图像进行傅里叶变换,进行高通滤波,显示处理结果。 3. 图像平移和旋转 4. 分别用OSTU阈值法和全局阈值法分割图像,然后进行腐蚀和膨胀处理,显示处理结果。(Note: Prepare the image by yourself before running, modify the path in single quotes of I = imread('')1. Add Gaussian noise and salt and pepper noise to a grayscale image. Then perform mean filtering and median filtering respectively, and save the processed pictures.2. Image frequency domain processing, Fourier transform of the image, high-pass filter, and display the processing result.3. Image translation and rotation4. Separate the image with OSTU threshold method and global threshold method, and then perform corrosion and dilation processing, and display the processing results.)
    2020-08-15 08:49:44下载
    积分:1
  • shock-filter
    冲击滤波模型是用用于图像边缘增强的一种常用算法(Impact filtering model is a commonly used algorithm for image edge enhancement)
    2012-11-06 16:18:00下载
    积分:1
  • 基于引导滤波的增强算法
    说明:  基于引导滤波的图像信息分层算法,可实现高低频信息分离,分段处理功能(The image information hierarchical algorithm based on guided filtering can realize the separation of high and low frequency information and the segmentation processing function.)
    2020-06-18 19:40:01下载
    积分:1
  • Bregman
    把分裂Bregman方法运用到图像处理中,发现这种方法比以前去模糊方法要好很多。(To split Bregman method applied to image processing, and found that this method defuzzification method is much better than before.)
    2013-03-31 22:42:24下载
    积分:1
  • image-process
    对图像进行处理,包括加遮挡,旋转,仿射变换,形状调整等等。(Image processing, including plus occlusion, rotation, affine transformation, the shape of the adjustment.)
    2012-04-15 10:26:57下载
    积分:1
  • Joint entropy
    说明:  计算两个离散变量x和y的联合熵z = H(x,y)。 输入:x,y:两个相同长度的整数向量输出:z:联合熵 可以使用,有利于学习目的(Compute joint entropy z=H(x,y) of two discrete variables x and y. Input: of x, y: two integer vector of the same length Output: z: joint entropy good for learning purposes)
    2020-06-23 11:20:01下载
    积分:1
  • particlefilter
    粒子滤波器使用示例,用于跟踪效果好,用VC++实现(example of particle filter)
    2009-07-02 11:13:43下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载