代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/456564/1605024
cc tracking.cc
// copied stuff from pte's Tracking.h nts on Thu Oct 25 18:51:10 2001
#include
#include // for strlen(...)
#include "Tracking.h"
#include "MotionDetector.h"
#include "RegionTrac
www.eeworm.com/read/456564/1605056
h tracking.h
#ifndef __TRACKING_H__
#define __TRACKING_H__
namespace ReadingPeopleTracker
{
// forward declarations
class Camera;
class ConfigurationManager;
class MotionDetector;
class RegionTracker;
class Huma
www.eeworm.com/read/413608/11149914
m tracking.m
function [trackResults, channel]= tracking(fid, channel, settings)
% Performs code and carrier tracking for all channels.
%
%[trackResults, channel] = tracking(fid, channel, settings)
%
% Input
www.eeworm.com/read/300165/13931668
frm tracking.frm
VERSION 5.00
Begin VB.Form main_form
BorderStyle = 1 'Fixed Single
Caption = "Tracking system demonstration"
ClientHeight = 6975
ClientLeft = 915
Cli
www.eeworm.com/read/300165/13931671
vbw tracking.vbw
main_form = 55, 59, 483, 388, Z, 44, 44, 432, 345, C
hlpDlg = 44, 1, 440, 310, C, 88, 88, 484, 397, C
www.eeworm.com/read/300165/13931673
vbp tracking.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\WINDOWS\SYSTEM\STDOLE2.TLB#OLE Automation
Reference=*\G{053E110E-0DE2-11D3-B81B-10C48BCB0000}#35.0#0#..\..\WINDOWS\SYSTEM\MMA
www.eeworm.com/read/202731/15375253
dfm tracking.dfm
www.eeworm.com/read/202731/15375267
pas tracking.pas
///////////////////////////////////////////////////////////////////////////////
// //
// Object t
www.eeworm.com/read/432455/8604608
m tracking_demo.m
% Make a point move in the 2D plane
% State = (x y xdot ydot). We only observe (x y).
% This code was used to generate Figure 15.9 of "Artificial Intelligence: a Modern Approach",
% Russell and Norvi