diff --git a/classify/private/binaryTreeTrain1.cpp b/classify/private/binaryTreeTrain1.cpp
index b6b6ba40..67159067 100644
--- a/classify/private/binaryTreeTrain1.cpp
+++ b/classify/private/binaryTreeTrain1.cpp
@@ -1,5 +1,5 @@
/*******************************************************************************
-* Piotr's Computer Vision Matlab Toolbox Version NEW
+* 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]
*******************************************************************************/
diff --git a/detector/acfSweeps.m b/detector/acfSweeps.m
index 5c2edfa9..9b22479a 100755
--- a/detector/acfSweeps.m
+++ b/detector/acfSweeps.m
@@ -4,7 +4,7 @@
% 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 NEW
+% 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]
diff --git a/detector/acfTrain.m b/detector/acfTrain.m
index 12610b3c..12797a78 100644
--- a/detector/acfTrain.m
+++ b/detector/acfTrain.m
@@ -109,7 +109,7 @@
% See also acfReadme, acfDetect, acfDemoInria, acfModify, acfTest,
% chnsCompute, chnsPyramid, adaBoostTrain, bbGt, bbNms, jitterImage
%
-% Piotr's Computer Vision Matlab Toolbox Version NEW
+% 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]
diff --git a/doc/detector/Contents.html b/doc/detector/Contents.html
index 461d75ee..5f1a6b07 100644
--- a/doc/detector/Contents.html
+++ b/doc/detector/Contents.html
@@ -34,6 +34,7 @@
DESCRIPTION acfDetect - Run aggregate channel features object detector on given image(s).
acfModify - Modify aggregate channel features object detector.
acfReadme - Aggregate Channel Features Detector Overview.
+ acfSweeps - Parameter sweeps for ACF pedestrian detector.
acfTest - Test aggregate channel features object detector given ground truth.
acfTrain - Train aggregate channel features object detector.
diff --git a/doc/detector/acfSweeps.html b/doc/detector/acfSweeps.html
new file mode 100644
index 00000000..8fcb7b6a
--- /dev/null
+++ b/doc/detector/acfSweeps.html
@@ -0,0 +1,53 @@
+
+
+
+ Description of acfSweeps
+
+
+
+
+
+
+
+
+
+
+
acfSweeps
+
+
+
PURPOSE
+
Parameter sweeps for ACF pedestrian detector.
+
+
SYNOPSIS
+
function acfSweeps
+
+
DESCRIPTION
+
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]
If needed, run the compile script for the mex files:
>> toolboxCompile;
Note: 64 bit Windows/Linux/Mac binaries are already included.
@@ -64,18 +64,11 @@