资源简介

2012年的压缩感知跟踪算法,修改了部分程序源码,可以运行。

资源截图

代码片段和文件信息

function [mu1sig1mu0sig0] = classiferUpdate(posxnegxmu1sig1mu0sig0lRate)
% $Description:
%    -Update the mean and variance of the gaussian classifier
% $Agruments
% Input;
%    -posx: positive sample set. We utilize the posx.feature
%    -negx: negative ....                   ... negx.feature
%    -mu1: mean of positive.feature M x 1 vector
%    -sig1:standard deviation of positive.feature M x 1 vector 
%    -mu0 : ...    negative
%    -sig0: ...    negative
%    -lRate: constant rate
% Output:
%    -mu1: updated mean of positive.feature
%    -sig1:...     standard deviation ....
%    -mu0: updated mean of negative.feature
%    -sig0:....    standard variance ...
% $ History $
%   - Created by Kaihua Zhang on April 22th 2011
%   - Changed by Kaihua Zhang on 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-09-26 22:41  CT_code_v0\
     文件        1700  2013-09-26 15:45  CT_code_v0\classiferUpdate.m
     目录           0  2013-09-26 15:46  CT_code_v0\data\
     文件       28043  2013-09-26 15:45  CT_code_v0\data\img00001.png
     文件       28791  2013-09-26 15:45  CT_code_v0\data\img00002.png
     文件       29125  2013-09-26 15:45  CT_code_v0\data\img00003.png
     文件       28900  2013-09-26 15:45  CT_code_v0\data\img00004.png
     文件       29726  2013-09-26 15:45  CT_code_v0\data\img00005.png
     文件       30519  2013-09-26 15:45  CT_code_v0\data\img00006.png
     文件       31183  2013-09-26 15:45  CT_code_v0\data\img00007.png
     文件       30521  2013-09-26 15:45  CT_code_v0\data\img00008.png
     文件       29941  2013-09-26 15:45  CT_code_v0\data\img00009.png
     文件       29738  2013-09-26 15:45  CT_code_v0\data\img00010.png
     文件       30519  2013-09-26 15:45  CT_code_v0\data\img00011.png
     文件       30209  2013-09-26 15:45  CT_code_v0\data\img00012.png
     文件       30312  2013-09-26 15:45  CT_code_v0\data\img00013.png
     文件       30541  2013-09-26 15:45  CT_code_v0\data\img00014.png
     文件       30420  2013-09-26 15:45  CT_code_v0\data\img00015.png
     文件       31083  2013-09-26 15:45  CT_code_v0\data\img00016.png
     文件       30387  2013-09-26 15:45  CT_code_v0\data\img00017.png
     文件       30869  2013-09-26 15:45  CT_code_v0\data\img00018.png
     文件       30387  2013-09-26 15:45  CT_code_v0\data\img00019.png
     文件       30136  2013-09-26 15:45  CT_code_v0\data\img00020.png
     文件       29891  2013-09-26 15:45  CT_code_v0\data\img00021.png
     文件       30836  2013-09-26 15:45  CT_code_v0\data\img00022.png
     文件       30934  2013-09-26 15:45  CT_code_v0\data\img00023.png
     文件       29640  2013-09-26 15:45  CT_code_v0\data\img00024.png
     文件       30144  2013-09-26 15:45  CT_code_v0\data\img00025.png
     文件       29577  2013-09-26 15:45  CT_code_v0\data\img00026.png
     文件       28992  2013-09-26 15:45  CT_code_v0\data\img00027.png
     文件       28699  2013-09-26 15:45  CT_code_v0\data\img00028.png
............此处省略448个文件信息

评论

共有 条评论