Skip to content

Commit

Permalink
*updated headers to reflect toolbox version 3.30*
Browse files Browse the repository at this point in the history
  • Loading branch information
pdollar committed Oct 27, 2014
1 parent c5ee373 commit 8215f6c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion channels/private/gradientMex.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Piotr's Computer Vision Matlab Toolbox Version NEW
* Piotr's Computer Vision Matlab Toolbox Version 3.30
* Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
Expand Down
2 changes: 1 addition & 1 deletion detector/bbApply.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
% bbApply>union bbApply>resize bbApply>squarify bbApply>draw bbApply>crop
% bbApply>convert bbApply>random bbApply>frMask bbApply>toMask
%
% Piotr's Computer Vision Matlab Toolbox Version NEW
% Piotr's Computer Vision Matlab Toolbox Version 3.30
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

Expand Down
3 changes: 2 additions & 1 deletion external/history.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Version NEW
Version 3.30 (26-Oct-2014)
-changed toolbox name to "Piotr's Computer Vision Matlab Toolbox"
-added Mac 64 bit binaries (mexmaci64)
-gradientMex, rgbConvertMex, imtransform2_c: fixed compiler warnings on Mac
-toolboxCompile: disable OMP on Mac by default (OMP is tricky to setup on Mac)
-toolboxUpdateHeader.m: generalizing to update c headers
-bbApply.m>draw(): minor fix (thanks Michele Pratusevich)
-minor: toolboxGenDoc.m

Version 3.26 (15-July-2014)
-fevalDistr.m: tweaks to HPC case
Expand Down
2 changes: 1 addition & 1 deletion external/toolboxCompile.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%
% See also
%
% Piotr's Computer Vision Matlab Toolbox Version NEW
% Piotr's Computer Vision Matlab Toolbox Version 3.30
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

Expand Down
2 changes: 1 addition & 1 deletion external/toolboxGenDoc.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
%
% See also
%
% Piotr's Computer Vision Matlab Toolbox Version NEW
% Piotr's Computer Vision Matlab Toolbox Version 3.30
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

Expand Down
4 changes: 2 additions & 2 deletions external/toolboxUpdateHeader.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
%
% See also
%
% Piotr's Computer Vision Matlab Toolbox Version NEW
% Piotr's Computer Vision Matlab Toolbox Version 3.30
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

header={
'Piotr''s Computer Vision Matlab Toolbox Version 3.26'; ...
'Piotr''s Computer Vision Matlab Toolbox Version 3.30'; ...
'Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]'; ...
'Licensed under the Simplified BSD License [see external/bsd.txt]'};

Expand Down
2 changes: 1 addition & 1 deletion images/private/imtransform2_c.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Piotr's Computer Vision Matlab Toolbox Version NEW
* Piotr's Computer Vision Matlab Toolbox Version 3.30
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
Expand Down

0 comments on commit 8215f6c

Please sign in to comment.