代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/327525/13073505
pdf method for detecting and tracking vehicles in complex trafic cscene.pdf
www.eeworm.com/read/490619/6449710
pdf an approach to on-road vehicle detection, description and tracking.pdf
www.eeworm.com/read/490624/6449739
pdf multiple vehicle detection and tracking in hard real-time.pdf
www.eeworm.com/read/485723/6544985
pdf visual perception and tracking of vehicles for driver assistance systems.pdf
www.eeworm.com/read/406032/11450898
pdf high dynamic carrier tracking using kalman filter.pdf
www.eeworm.com/read/344096/11908926
pdf a background layer model for object tracking through occlusion.pdf
www.eeworm.com/read/228977/14356429
m flying_airplane_localization_tracking_multiple_node_fusion.m
%% Target Localization;
%% 2005-11-17;MaDengYong;
clc;
clear all;
close all;
Vxy=[0 200;200 0;100 100;100 200;100 0;200 200;0 0];
x190=0;y190=200;
x193=200;y193=0;
x195=100;y195=200;
x196
www.eeworm.com/read/290898/8454754
m chap5_6plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);
www.eeworm.com/read/290897/8454849
m chap4_6plot.m
close all;
figure(1);
plot(t,y(:,1),'r',t,y(:,2),'b');
xlabel('time(s)');ylabel('Position tracking');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('Control input');
figure(3);