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

  • 大小: 50KB
    文件類型: .zip
    金幣: 2
    下載: 1 次
    發布日期: 2021-06-07
  • 語言: Matlab
  • 標簽: 目標檢測??

資源簡介

排名第2的目標檢測算法:基于加州理工學院2009年行人檢測的文章:Integral Channel Features(積分通道特征)

資源截圖

代碼片段和文件信息

function?dbBrowser
%?Browse?database?annotations?and?detection?results.
%
%?Complementary?to?vbbPlayer.?Cannot?display?video?efficiently?(use
%?vbbPlayer?for?this)?but?can?display?detection/evaluation?results.?Set
%?internal?parameters?appropriately?(such?as?results?to?display?etc.)
%
%?Uses?two?functions?in?vbb:?‘vbbLoad‘?to?load?annotation?associated
%?with?each?video?and?‘frameAnn‘?to?get?the?single?frame?annotation
%?for?a?given?frame.?Uses?‘bbGt(‘evalRes‘)‘?to?evaluate?results.
%
%?To?draw?annotation?to?entire?video?(assuming?have?access?to?video)?use
%?the?‘drawToVideo‘?function?in?vbb:
%??vName=‘set00/V000‘;?tName=‘set00-V000-ann‘;
%??A?=?vbb(?‘vbbLoad‘?[dbInfo?‘/annotations/‘?vName]?);
%??vbb(‘drawToVideo‘A[dbInfo?‘/videos/‘?vName]tName);
%
%?USAGE
%??dbBrowser
%
%?INPUTS
%
%?OUTPUTS
%
%?EXAMPLE
%??dbBrowser
%
%?See?also?DBINFO?VBB?EVALframe?VBBPlayer?VBB>frameANN
%
%?Caltech?Pedestrian?Dataset?????Version?3.2.1
%?Copyright?2014?Piotr?Dollar.??[pdollar-at-gmail.com]
%?Licensed?under?the?Simplified?BSD?License?[see?external/bsd.txt]

%?parameters?for?dataset?and?display
[pthsIdsvIdsskip]?=?dbInfo;
rPth=[pth?‘/res/ChnFtrs‘];????%?directory?containing?results
thr=[];???????????????????????%?detection?threshold
resize={100/100?0?.41};?????%?controls?resizing?of?detected?bbs

%?global?variables?and?initialization
[hFighAxhCnshCbscbOn]?=?deal([]);
[AsrnSetsnVidvnImgimg]?=?deal([]);
nSet=length(sIds);?if(nSet==0);?error(‘data?not?found‘);?end
makeLayout();?setStrs(hCns(1)nSetsIds‘set‘2);?selectSet();
set(hFig?‘Visible‘?‘on‘);
%#ok<*INUSL*INUSD>

??function?makeLayout()
????%?figure?/?axis?layout
????posS=‘Position‘;?set(0‘Units‘‘Pixels‘);?ss=get(0‘ScreenSize‘);
????pos=[(ss(3)-780)/2?(ss(4)-580)/2?810?580];
????hFig=figure(?‘Numbertitle‘‘off‘?‘Toolbar‘‘auto‘?...
??????‘MenuBar‘‘none‘?‘Color‘‘k‘posSpos‘Visible‘?‘off‘...
??????‘Name‘‘Caltech?Pedestrian?Dataset?Browser‘‘DeleteFcn‘@exitProg...
??????‘PaperPositionMode‘?‘auto‘?‘PaperOrientation‘?‘Landscape‘?);
????
????%?axis?/?randomImg?button?/?exportImg?button
????cs=[120?230?340?450?600?680];?row=35;
????hAx=axes(‘Units‘‘Pixels‘‘Parent‘hFigposS[80?80?640?480]);
????uicontrol(hFigposS[cs(5)?row?70?20]‘String‘‘Random‘...
??????‘callback‘@randomImg);
????uicontrol(hFigposS[cs(6)?row?70?20]‘String‘‘Export‘...
??????‘callback‘@exportImg);
????
????%?set/video/image?control?and?left/right?arrows
????cbs={@selectSet@selectVid@selectImg};?hCns=[0?0?0];
????for?i1=1:3
??????hCns(i1)=uicontrol(hFig‘style‘‘popupmenu‘‘String‘‘00‘...
????????‘Value‘1?posS[cs(i1)?row?70?20]?‘callback‘cbs{i1}?);
??????uicontrol(hFig?posS[cs(i1)-15?row-1?15?21]?‘String‘‘<‘?...
????????‘callback‘{@btnStephCns(i1)-1}?);
??????uicontrol(hFig?posS[cs(i1)+70?row-1?15?21]?‘String‘‘>‘?...
????????‘callback‘{@btnStephCns(i1)+1}?);
????end
????
????%?check?box?controls
????cbOn=[1?0?0];?cbEn={‘on‘‘off‘‘off‘};
????strs={‘ground?truth‘‘r

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2015-12-17?10:13??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\
?????文件????????1516??2014-10-29?17:14??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\bsd.txt
?????文件????????7259??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\dbBrowser.m
?????文件???????19957??2015-11-08?17:46??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\dbEval.m
?????文件????????1831??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\dbExtract.m
?????文件????????3296??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\dbInfo.m
?????文件????????6016??2015-12-17?10:15??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\readme.txt
?????文件???????26999??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\vbb.m
?????文件????????8209??2014-10-29?17:14??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\vbbIcons.mat
?????文件???????38968??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\vbbLabeler.m
?????文件????????1366??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\vbbPlayer.m
?????目錄???????????0??2015-11-08?17:49??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\
?????文件?????????120??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._dbBrowser.m
?????文件?????????120??2015-11-08?17:46??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._dbEval.m
?????文件?????????120??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._dbExtract.m
?????文件?????????120??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._dbInfo.m
?????文件?????????120??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._vbb.m
?????文件?????????120??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._vbbLabeler.m
?????文件?????????120??2014-10-29?17:23??HOF+CSS+adaboost-也就是PAMI2012中排名第二的方法\__MACOSX\._vbbPlayer.m

評論

共有 條評論