代码搜索:Tracking
找到约 2,832 项符合「Tracking」的源代码
代码结果 2,832
www.eeworm.com/read/436899/7759243
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/322273/13383806
txt tracking.txt
function [navi_filter] = tracking(channel_nr,data)
% Performs code- and carrier tracking
global gold
global settings;
global channel;
% ***** Find the parameters for the channel *****
fc=cha
www.eeworm.com/read/139332/5802355
hpp tracking.hpp
#ifndef BOOST_SERIALIZATION_TRACKING_HPP
#define BOOST_SERIALIZATION_TRACKING_HPP
// MS compatible compilers support #pragma once
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
# pragma once
#endif
///
www.eeworm.com/read/486690/6525429
zip tracking.zip
www.eeworm.com/read/405280/11467071
m tracking.m
function d = tracking(video)
if ischar(video)
% Load the video from an avi file.
avi = aviread(video);
pixels = double(cat(4,avi(1:2:end).cdata))/255;
clear avi
else
% Compi
www.eeworm.com/read/338698/12287979
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/231376/14237728
hex tracking.hex
www.eeworm.com/read/231376/14237747
pjt tracking.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="driver_test"
ProjectDir="E:\object_tracking\track3_jian\"
ProjectType=Executable
CP
www.eeworm.com/read/231376/14237759
paf tracking.paf
www.eeworm.com/read/227464/14424111
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