-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
99 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | ||
"http://www.w3.org/TR/REC-html40/loose.dtd"> | ||
<html> | ||
<head> | ||
<title>Description of acfSweeps</title> | ||
<meta name="keywords" content="acfSweeps"> | ||
<meta name="description" content="Parameter sweeps for ACF pedestrian detector."> | ||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
<meta name="generator" content="m2html © 2003 Guillaume Flandin"> | ||
<meta name="robots" content="index, follow"> | ||
<link type="text/css" rel="stylesheet" href="../m2html.css"> | ||
</head> | ||
<body> | ||
<a name="_top"></a> | ||
<!-- menu.html detector --> | ||
<h1>acfSweeps | ||
</h1> | ||
|
||
<h2><a name="_name"></a>PURPOSE <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> | ||
<div class="box"><strong>Parameter sweeps for ACF pedestrian detector.</strong></div> | ||
|
||
<h2><a name="_synopsis"></a>SYNOPSIS <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> | ||
<div class="box"><strong>function acfSweeps </strong></div> | ||
|
||
<h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="0" src="../up.png"></a></h2> | ||
<div class="fragment"><pre class="comment"> Parameter sweeps for ACF pedestrian detector. | ||
|
||
Running the parameter sweeps requires altering internal flags. | ||
The sweeps are not well documented, use at your own discretion. | ||
|
||
Piotr's Computer Vision Matlab Toolbox Version 3.50 | ||
Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com] | ||
Licensed under the Simplified BSD License [see external/bsd.txt]</pre></div> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Start of Google Analytics Code --> | ||
<script type="text/javascript"> | ||
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | ||
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | ||
</script> | ||
<script type="text/javascript"> | ||
var pageTracker = _gat._getTracker("UA-4884268-1"); | ||
pageTracker._initData(); | ||
pageTracker._trackPageview(); | ||
</script> | ||
<!-- end of Google Analytics Code --> | ||
|
||
<hr><address>Generated by <strong><a href="http://www.artefact.tk/software/matlab/m2html/" target="_parent">m2html</a></strong> © 2003</address> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ | |
% Copyright (C) 2003 Guillaume Flandin <[email protected]> | ||
% $Revision: 1.0 $Date: 2003/05/05 22:19:51 $ | ||
|
||
error(nargchk(2,3,nargin)); | ||
narginchk(2,3); | ||
|
||
switch lower(action) | ||
case 'var' | ||
error(nargchk(2,3,nargin)); | ||
narginchk(2,3); | ||
if nargin == 2 | ||
varargout{1} = tpl.varvals; | ||
elseif iscellstr(varargin{1}) | ||
|
@@ -31,7 +31,7 @@ | |
varargout{1} = ''; | ||
end | ||
case 'undefined' | ||
error(nargchk(3,3,nargin)); | ||
narginchk(3,3); | ||
tpl = loadtpl(tpl,varargin{1}); | ||
str = get(tpl,'var',varargin{1}); | ||
varargout{1} = {}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
% Copyright (C) 2003 Guillaume Flandin <[email protected]> | ||
% $Revision: 1.0 $Date: 2003/05/05 22:19:51 $ | ||
|
||
error(nargchk(3,4,nargin)); | ||
narginchk(3,4); | ||
if nargin == 3 | ||
append = 0; | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
% Copyright (C) 2003 Guillaume Flandin <[email protected]> | ||
% $Revision: 1.0 $Date: 2003/05/05 22:19:51 $ | ||
|
||
error(nargchk(2,2,nargin)); | ||
narginchk(2,2); | ||
|
||
switch lower(unknowns) | ||
case 'keep' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,25 +10,25 @@ | |
% Copyright (C) 2003 Guillaume Flandin <[email protected]> | ||
% $Revision: 1.0 $Date: 2003/05/05 22:19:51 $ | ||
|
||
error(nargchk(3,5,nargin)); | ||
narginchk(3,5); | ||
|
||
switch lower(action) | ||
case 'root' | ||
error(nargchk(3,3,nargin)); | ||
narginchk(3,3); | ||
if exist(varargin{1},'dir') | ||
tpl.root = varargin{1}; | ||
else | ||
error('[Template] No such directory.'); | ||
end | ||
case 'unknowns' | ||
error(nargchk(3,3,nargin)); | ||
narginchk(3,3); | ||
if ismember(varargin{1},{'remove' 'comment' 'keep'}) | ||
tpl.unknowns = varargin{1}; | ||
else | ||
error('[Template] Unknowns: ''remove'', ''comment'' or ''keep''.'); | ||
end | ||
case 'file' | ||
error(nargchk(4,4,nargin)); | ||
narginchk(4,4); | ||
if iscellstr(varargin{1}) | ||
for i=1:length(varargin{1}) | ||
ind = find(ismember(tpl.handles,varargin{1}{i})); | ||
|
@@ -53,7 +53,7 @@ | |
error('[Template] Badly formed handles.'); | ||
end | ||
case 'block' | ||
error(nargchk(4,5,nargin)); | ||
narginchk(4,5); | ||
tpl = loadtpl(tpl,varargin{1}); | ||
if nargin == 4 | ||
name = varargin{2}; | ||
|
@@ -85,7 +85,7 @@ | |
tpl = set(tpl,'var',varargin{2},blk); | ||
tpl = set(tpl,'var',varargin{1},str); | ||
case 'var' | ||
error(nargchk(3,4,nargin)); | ||
narginchk(3,4); | ||
if iscellstr(varargin{1}) | ||
for i=1:length(varargin{1}) | ||
ind = find(ismember(tpl.varkeys,varargin{1}{i})); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
% Copyright (C) 2003 Guillaume Flandin <[email protected]> | ||
% $Revision: 1.0 $Date: 2003/05/05 22:19:51 $ | ||
|
||
error(nargchk(0,2,nargin)); | ||
narginchk(0,2); | ||
|
||
switch nargin | ||
case 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
% Copyright (C) 2003 Guillaume Flandin <[email protected]> | ||
% $Revision: 1.0 $Date: 2003/29/04 17:33:43 $ | ||
|
||
error(nargchk(3,4,nargin)); | ||
narginchk(3,4); | ||
if nargin == 3, | ||
options = struct('verbose',1, 'globalHypertextLinks',0, 'todo',0); | ||
end | ||
|
Oops, something went wrong.