91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡(jiǎn)介

采用matlab編程,可對(duì)車(chē)輛進(jìn)行目標(biāo)跟蹤與檢測(cè)

資源截圖

代碼片段和文件信息

function?makedll(REMOVEMSDLL)
%?function?makedll
%?makedll?makes?the?mexDDGrab?dll?which?is?used?by?mmread.
%?makedll?requires?Microsoft?Visual?Studio.??It?may?work?with?other
%?compilers?but?this?is?the?only?one?that?is?supported.??It?also?requires
%?the?DirectX?SDK?to?be?installed?as?well?as?the?DirectShow?extensions?to
%?DirectX.??Currently?the?DirectShow?extensions?are?included?in?the?Extras?for?
%?the?DirectX?SDK?(a?separate?download).
%
%?Go?to?http://msdn.microsoft.com/directx/directxdownloads/default.aspx
%?Download?and?install?the?SDK.
%?Download?the?Extras?and?expand?it.??Take?the?contents?(DirectShow?and?DirectSound)
%??out?of?the?Extras?directory?and?move?them?to?the?\Samples\C++?directory
%??under?the?DirectX?SDK.
%?(Build?the?baseclasses.vcproj?under?the?DirectX?SDK+Extras?in
%??\Samples\C++\DirectShow\Samples\C++\DirectShow\baseClasses
%??this?will?make?strmbase.lib?and?quartz.lib.??Make?sure?to?build?the
%??Release?version.??THIS?STEP?MAY?NOT?BE?NEEDED?ANYMORE.)
%?Configure?mex?to?use?Visual?Studio?as?its?compiler.??Type?mex?-setup?at?
%??the?matlab?prompt?to?do?this?if?needed.
%?Run?makedll.??It?will?search?for?the?required?.h?and?.lib?files.??If?it
%?can‘t?find?them?it?will?ask?you?for?the?directory?(or?root?directory?to
%?search?under).
%?
%?Option?REMOVEMSDLL?is?optional?and?it?makes?the?dll/mexw32?file?more
%?system?independent.??It?removes?the?dependency?on?MSVC*.dlls.??To?enable
%?this?call?makedll(true)?AND?YOU?MUST?EDIT?YOUR?mexopts.bat?file?and?add
%?/NODEFAULTLIB?to?the?set?linkFLAGS?line.

if?(nargin?????REMOVEMSDLL?=?false;
end

disp(‘WARNING?YOU?PROBABLY?DON‘‘T?HAVE?TO?RUN?THIS.??The?only?reasons?to?run?this?are:?you?have?modified?the?source?or?for?some?other?reason?mmread?doesn‘‘t?work?when?downloaded.??HIT?ENTER?TO?CONTINUE‘);
input(‘‘‘s‘)

DirectX_SDK_Include_dir?=?‘C:\Program?Files‘;?%\Microsoft?DirectX?9.0?SDK?(June?2005)
VisualStudio_Include_dir?=?‘C:\Program?Files‘;?%\Microsoft?Visual?Studio?.NET
DirectX_SDK_Include_dir?=?getpath(‘DirectX_SDK_Include_dir‘?DirectX_SDK_Include_dir?‘ddraw.h‘);
disp([‘Using?‘?DirectX_SDK_Include_dir]);
DirectX_SDK_DirectShow_Include_dir?=?fileparts(DirectX_SDK_Include_dir);
DirectX_SDK_DirectShow_Include_dir?=?getpath(‘DirectX_SDK_DirectShow_Include_dir‘?DirectX_SDK_DirectShow_Include_dir?‘dshow.h‘);
disp([‘Using?‘?DirectX_SDK_DirectShow_Include_dir]);
Quartz_Lib_dir?=?fileparts(DirectX_SDK_DirectShow_Include_dir);
Quartz_Lib_dir?=?getpath(‘Quartz_Lib_dir‘?Quartz_Lib_dir?‘Quartz.lib‘);
disp([‘Using?‘?Quartz_Lib_dir]);
Strmiids_Lib_dir?=?fileparts(DirectX_SDK_DirectShow_Include_dir);
Strmiids_Lib_dir?=?getpath(‘Strmiids_Lib_dir‘?Strmiids_Lib_dir?‘STRMIIDS.lib‘);
%Strmbase_Lib_dir?=?getpath(‘Strmbase_Lib_dir‘?Strmbase_Lib_dir?‘STRMbase.lib‘);
disp([‘Using?‘?Strmiids_Lib_dir]);
VisualStudio_Include_dir?=?getpath(‘VisualStudio_Include_dir‘?VisualStudio_Include_dir?‘a(chǎn)tlbase.h‘);
disp([‘Using?‘?VisualStudio_Include_d

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-12-09?23:31??車(chē)輛檢測(cè)跟蹤\
?????文件????????5859??2011-12-09?23:31??車(chē)輛檢測(cè)跟蹤\makedll.m
?????文件???????12546??2011-12-09?23:31??車(chē)輛檢測(cè)跟蹤\mmread.m
?????文件????????2596??2011-12-09?23:31??車(chē)輛檢測(cè)跟蹤\processframe.m
?????文件?????????111??2011-12-09?23:31??車(chē)輛檢測(cè)跟蹤\sub1.m
?????文件????????2890??2011-12-09?23:31??車(chē)輛檢測(cè)跟蹤\test.m

評(píng)論

共有 條評(píng)論