代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/282088/4110172
m simple_kalman_tracking_demo.m
%function Simple_Kalman_Tracking_Demo
% Tracking a moving point in the 2D plane
% State = (x xdot y ydot). We only observe (x y).
% X(t+1) = F X(t) + noise(Q)
% Y(t) = H X(t) + noise(R)
%%%%%%
www.eeworm.com/read/282088/4110179
m simple_pdaf_tracking_demo.m
%function Simple_PDAF_Tracking_Demo
% Tracking a moving point in 2D plane
% State = (x xdot y ydot). We only observe (x y).
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% parameters
ProbDim
www.eeworm.com/read/282088/4110181
m imm_kalman_tracking_demo.m
%function IMM_Kalman_Tracking_Demo
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% Using Multiple Models
% X(t+1) = F X(t) + noise(Q)
% Y(t) = H X(t) + n
www.eeworm.com/read/371704/2779235
m create_button4tracking.m
function bh=create_button4tracking(type_of_action)
% Create a menu item to track cursor movements
% Written by: E. R.: August 31, 2003
% Last updated: January 8, 2004
%
% bh=create
www.eeworm.com/read/371704/2779278
m initiate_3d_tracking.m
function initiate_3d_tracking(matrix,x,y,xinfo,yinfo,zinfo,bool,axis_handle)
% Initiate picking on a 2-d plot with with z-component)
% Written by: E. R.: September 14, 2003
% Last updated: March 16
www.eeworm.com/read/371704/2779290
m initiate_2d_tracking.m
function initiate_2d_tracking(xinfo,yinfo,bool)
% Initiate picking on a 2-d plot (no z-component)
% Written by: E. R.: September 14, 2003
% Last updated: January 8, 2004: streamlined call-backs
%
www.eeworm.com/read/170386/5404093
pm tracker.pm
# $Id: Tracker.pm,v 1.4 2005/09/08 02:01:44 martin Exp $
#
# Copyright 2005 Nature Publishing Group
# This program is free software; you can redistribute it and/or
# modify it under the terms of the G
www.eeworm.com/read/157516/11697008
m info_demo.m
about_handle=msgbox({['Tracking Demos'], [''], ...
['Step by step command line illustrations of three tracking'], ['problems using Matlab.'], [''], ...
['Last modified on March 20, 2002