登录
首页 » matlab » kalman-peopledetection

kalman-peopledetection

于 2013-07-10 发布 文件大小:2972KB
0 242
下载积分: 1 下载次数: 158

代码说明:

  使用kalman滤波实现动态行人检测与跟踪(dynamic people detection using kalman filter)

文件列表:

kalman(人体跟踪)
................\data





................\....\man12.jpeg,38797,2010-04-03
................\....\man13.jpeg,38886,2010-04-03
................\....\man14.jpeg,36260,2010-04-03
................\....\man15.jpeg,37582,2010-04-03
................\....\man16.jpeg,37647,2010-04-03
................\....\man17.jpeg,38290,2010-04-03
................\....\man18.jpeg,38519,2010-04-03
................\....\man19.jpeg,38798,2010-04-03
................\....\man2.jpeg,37830,2010-04-03
................\....\man20.jpeg,39046,2010-04-03
................\....\man21.jpeg,36411,2010-04-03
................\....\man22.jpeg,37671,2010-04-03
................\....\man23.jpeg,37759,2010-04-03
................\....\man24.jpeg,38134,2010-04-03
................\....\man25.jpeg,38258,2010-04-03
................\....\man26.jpeg,38619,2010-04-03
................\....\man27.jpeg,38755,2010-04-03
................\....\man28.jpeg,36491,2010-04-03
................\....\man29.jpeg,37889,2010-04-03
................\....\man3.jpeg,38413,2010-04-03
................\....\man30.jpeg,38022,2010-04-03
................\....\man31.jpeg,38489,2010-04-03
................\....\man32.jpeg,38602,2010-04-03
................\....\man33.jpeg,38798,2010-04-03
................\....\man34.jpeg,38807,2010-04-03
................\....\man35.jpeg,36040,2010-04-03
................\....\man36.jpeg,37473,2010-04-03
................\....\man37.jpeg,37731,2010-04-03
................\....\man38.jpeg,38391,2010-04-03
................\....\man39.jpeg,38509,2010-04-03
................\....\man4.jpeg,38580,2010-04-03
................\....\man40.jpeg,38988,2010-04-03
................\....\man41.jpeg,38704,2010-04-03
................\....\man42.jpeg,35876,2010-04-03
................\....\man43.jpeg,37146,2010-04-03
................\....\man44.jpeg,37242,2010-04-03
................\....\man45.jpeg,37721,2010-04-03
................\....\man46.jpeg,37704,2010-04-03
................\....\man47.jpeg,38040,2010-04-03
................\....\man48.jpeg,38100,2010-04-03
................\....\man49.jpeg,35299,2010-04-03
................\....\man5.jpeg,38868,2010-04-03
................\....\man50.jpeg,36668,2010-04-03
................\....\man51.jpeg,36931,2010-04-03
................\....\man52.jpeg,37598,2010-04-03
................\....\man53.jpeg,37485,2010-04-03
................\....\man54.jpeg,38028,2010-04-03
................\....\man55.jpeg,37839,2010-04-03
................\....\man56.jpeg,35177,2010-04-03
................\....\man57.jpeg,36501,2010-04-03
................\....\man58.jpeg,36687,2010-04-03
................\....\man59.jpeg,37276,2010-04-03
................\....\man6.jpeg,38922,2010-04-03
................\....\man60.jpeg,37508,2010-04-03
................\....\man61.jpeg,38159,2010-04-03
................\....\man62.jpeg,38267,2010-04-03
................\....\man63.jpeg,35581,2010-04-03
................\....\man64.jpeg,36979,2010-04-03
................\....\man65.jpeg,37237,2010-04-03
................\....\man66.jpeg,37873,2010-04-03
................\....\man67.jpeg,37970,2010-04-03
................\....\man68.jpeg,38366,2010-04-03
................\....\man69.jpeg,38498,2010-04-03
................\....\man7.jpeg,36307,2010-04-03
................\....\man70.jpeg,35897,2010-04-03
................\....\man71.jpeg,37195,2010-04-03
................\....\man72.jpeg,39722,2010-04-03
................\....\man73.jpeg,37910,2010-04-03
................\....\man74.jpeg,37834,2010-04-03
................\....\man75.jpeg,38149,2010-04-03
................\....\man76.jpeg,38168,2010-04-03
................\....\man77.jpeg,35332,2010-04-03
................\....\man78.jpeg,36757,2010-04-03
................\....\man79.jpeg,36866,2010-04-03
................\....\man8.jpeg,37566,2010-04-03
................\....\man9.jpeg,37730,2010-04-03
................\extractman.m,1913,2010-04-19
................\kalman.m,2198,2013-07-05

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

发表评论

0 个回复

  • matlabfiltermatrix
    这是一个包含了至少6个matlab程序的文件,对滤波器,快速算法,多途处理有很大的帮助。 (this file it has at least six matlab programing,including fiter matrix fft fir and multiply channnel,they are all usefuland helpful.)
    2010-01-10 20:43:38下载
    积分:1
  • svm_classification
    svm 支持向量机分类程序,模式识别作业(svm for patter recognition assignment)
    2011-06-13 10:29:09下载
    积分:1
  • KPCA
    基于MATLAB的PCA和KPCA的实现,有图,有返回的参数,绝对可以运行!(Based on the PCA and KPCA MATLAB to achieve, there are plans to return to the parameters, the absolute can run!)
    2020-09-18 19:17:56下载
    积分:1
  • K-meanCluster
    How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. (How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.)
    2007-11-15 01:49:03下载
    积分:1
  • trackLKwithsample
    image processing KLT with samples
    2009-12-13 00:29:19下载
    积分:1
  • 10100901
    Hand gesture recognition system using image processing
    2020-06-22 13:40:02下载
    积分:1
  • 111
    这是《通信原理matlab仿真教程》所对应的电子教案,里面有每张例题对应的源程序代码。。。(This is the " communication theory matlab simulation tutorial" corresponding to the electronic lesson plans, there are examples of each corresponding source code. . .)
    2013-07-26 09:53:27下载
    积分:1
  • prim-kruskal
    matlab实现的prim算法和kruskal算法(prim and kruskal made by matlab )
    2009-07-02 17:29:56下载
    积分:1
  • filter
    本资料含有低通/高通带通等matlab程序,程序简短但经典(This information contains a low pass/high pass band-pass and so on matlab program, the program short but classic)
    2010-03-05 14:35:09下载
    积分:1
  • work
    说明:  通信原理 数字基带传输实验 matlab程序(communication theory Digital frequency-hand mode experiment)
    2011-04-01 11:09:22下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载