登录
首页 » matlab » Image-Classification

Image-Classification

于 2013-09-22 发布 文件大小:18690KB
0 198
下载积分: 1 下载次数: 74

代码说明:

  本文实现了09年CVPR的文章Linear Spatial Pyramid Matching using Sparse Coding for Image Classification(This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification". )

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

发表评论

0 个回复

  • Klaman
    卡尔曼滤波相信大家都很熟悉了,这是我编写的老师的作业(Kalman filter we all know very well, this is my teacher preparation operations)
    2008-04-16 12:47:47下载
    积分:1
  • myfuzzy
    主要介绍了如何设计一个模糊控制器以及各种模糊理论指令的具体应用(Describes how to design a fuzzy controller and a variety of specific applications of fuzzy theory instruction)
    2010-09-28 15:37:09下载
    积分:1
  • UCA
    提供了二阶块稀疏算法,该算法特别适合于压缩感知
    2021-04-06 22:49:02下载
    积分:1
  • MATLAB_Simulink_tutorial
    matlab simulink tutorial.
    2012-04-26 23:27:13下载
    积分:1
  • duotezhengzishiyingyuzhi
    该程序实现多特征自适应阈值算法,两个matlab文件,一个为函数,该函数求出信号的特征量值并通过梯度下降法训练出其初始阈值,另一个为主函数,调用该函数文件;该程序将4路信号,每一路信号的特征量值及其自适应阈值求出来,并一起画出图来。(The program features multi-adaptive threshold algorithm, two matlab files, one for the function,the function seek out characteristics value and initial threshold value of the signal by gradient descent , the other main function, called the function file the program seek out four signals , characteristics of each road and the adaptive threshold value,then draw them together on the map.)
    2011-08-30 18:48:01下载
    积分:1
  • MATLABABS
    基于MATLAB/Simulink的汽车ABS半实物仿真,本文所研究的是一种基于MATLAB/Simulink的汽车防抱死刹车系统(ABS)的半实物仿真的方法。本方法利用Simulink提供的模型建立车辆的传动系模型、自动变速箱模型和ABS模型等。所建成的这套半实物仿真系统既可在软件环境下对汽车进行仿真,也可以通过I/O接口与ABS系统相连接以观察系统的仿真效果,检验控制算法的合理性。通过合理改变相应参数,本系统还可以模拟实际汽车在不同工况下的工作情况,极大提高了汽车电子设备的研发工作的效率。同时,本系统也可用于教学演示。 ()
    2008-04-03 15:47:29下载
    积分:1
  • flatness2
    平面度检测算法,算法基于遗传算法实现,开发环境为MATLAB7.1。(Flatness detection algorithm, the algorithm based on genetic algorithm, development environment for MATLAB7.1.)
    2009-12-27 21:26:42下载
    积分:1
  • xiangganWeibulzabo
    实现杂波模拟的实现,在雷达信号信号检测中经常用到。(noise and detection og signal)
    2010-05-18 00:57:11下载
    积分:1
  • youhua1
    遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1() 遗传算法 n-- 种群规模 ger-- 迭代次数 pc--- 交叉概率 pm-- 变异概率 v-- 初始种群(规模为n) f-- 目标函数值 fit-- 适应度向量 vx-- 最优适应度值向量 vmfit-- 平均适应度值向量 clear all close all clc 清屏 tic 计时器开始计时 n=20 ger=100 pc=0.9 pm=0.1 初始化参数 生成初始种群 v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵 [N,L]=size(v) 得到初始规模行,列 disp(sprintf( Number of generations: d ,ger)) disp(sprintf( Population size: d ,N)) disp(sprintf( Crossover probability: .3f ,pc)) disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式 待优化问题)
    2020-12-11 20:19:19下载
    积分:1
  • Basiccode3
    code for mahalnobis distance
    2013-12-07 01:31:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载