Skip to content

Commit

Permalink
updated toolbox name and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
pdollar committed Oct 26, 2014
1 parent 541350f commit 70e23ea
Show file tree
Hide file tree
Showing 193 changed files with 413 additions and 605 deletions.
5 changes: 2 additions & 3 deletions channels/chnsCompute.m
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,8 @@
%
% See also rgbConvert, gradientMag, gradientHist, chnsPyramid
%
% Piotr's Image&Video Toolbox Version 3.23
% Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.23
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% get default parameters pChns
Expand Down
5 changes: 2 additions & 3 deletions channels/chnsPyramid.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@
%
% See also chnsCompute, chnsScaling, convTri, imPad
%
% Piotr's Image&Video Toolbox Version 3.25
% Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.25
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% get default parameters pPyramid
Expand Down
5 changes: 2 additions & 3 deletions channels/chnsScaling.m
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@
%
% See also chnsCompute, chnsPyramid, fevalImages
%
% Piotr's Image&Video Toolbox Version 3.25
% Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.25
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% get additional input arguments
Expand Down
5 changes: 2 additions & 3 deletions channels/convBox.m
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@
%
% See also conv2, convTri
%
% Piotr's Image&Video Toolbox Version 3.02
% Copyright 2012 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.02
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

assert( r>=0 );
Expand Down
5 changes: 2 additions & 3 deletions channels/convMax.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
%
% See also conv2, convTri, convBox
%
% Piotr's Image&Video Toolbox Version 3.00
% Copyright 2012 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.00
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

assert( all(r>=0) );
Expand Down
5 changes: 2 additions & 3 deletions channels/convTri.m
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@
%
% See also conv2, convBox, gaussSmooth
%
% Piotr's Image&Video Toolbox Version 3.02
% Copyright 2012 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.02
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if( nargin<3 ), s=1; end
Expand Down
5 changes: 2 additions & 3 deletions channels/fhog.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@
%
% See also hog, hogDraw, gradientHist
%
% Piotr's Image&Video Toolbox Version 3.23
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.23
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if( nargin<2 ), binSize=8; end
Expand Down
5 changes: 2 additions & 3 deletions channels/gradient2.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
%
% See also gradient, gradientMag
%
% Piotr's Image&Video Toolbox Version 3.00
% Copyright 2012 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.00
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

[Gx,Gy]=gradientMex('gradient2',I);
5 changes: 2 additions & 3 deletions channels/gradientHist.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,8 @@
%
% See also gradientMag, gradient2, hog, fhog
%
% Piotr's Image&Video Toolbox Version 3.23
% Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.23
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

H = gradientMex('gradientHist',M,O,varargin{:});
5 changes: 2 additions & 3 deletions channels/gradientMag.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@
%
% See also gradient, gradient2, gradientHist, convTri
%
% Piotr's Image&Video Toolbox Version 3.23
% Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.23
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if(nargin<1 || isempty(I)), M=single([]); O=M; return; end
Expand Down
5 changes: 2 additions & 3 deletions channels/hog.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@
%
% See also hogDraw, gradientHist
%
% Piotr's Image&Video Toolbox Version 3.23
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.23
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if( nargin<2 ), binSize=8; end
Expand Down
5 changes: 2 additions & 3 deletions channels/hogDraw.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
%
% See also hog, fhog
%
% Piotr's Image&Video Toolbox Version 3.23
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.23
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% fold normalizations
Expand Down
5 changes: 2 additions & 3 deletions channels/imPad.m
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
%
% See also padarray
%
% Piotr's Image&Video Toolbox Version 3.00
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.00
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

J = imPadMex( I, pad, type );
Expand Down
5 changes: 2 additions & 3 deletions channels/imResample.m
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@
%
% See also imresize
%
% Piotr's Image&Video Toolbox Version 3.24
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.24
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% figure out method and get target dimensions
Expand Down
5 changes: 2 additions & 3 deletions channels/private/chnsTestCpp.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.00
* Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.00
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#include <stdio.h>
Expand Down
5 changes: 2 additions & 3 deletions channels/private/convConst.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.24
* Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.24
* Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#include "wrappers.hpp"
Expand Down
5 changes: 2 additions & 3 deletions channels/private/gradientMex.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version NEW
* Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version NEW
* Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#include "wrappers.hpp"
Expand Down
5 changes: 2 additions & 3 deletions channels/private/imPadMex.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.00
* Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.00
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#include "wrappers.hpp"
Expand Down
5 changes: 2 additions & 3 deletions channels/private/imResampleMex.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.00
* Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.00
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#include "wrappers.hpp"
Expand Down
5 changes: 2 additions & 3 deletions channels/private/rgbConvertMex.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.22
* Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.22
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#include "wrappers.hpp"
Expand Down
5 changes: 2 additions & 3 deletions channels/private/sse.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.23
* Copyright 2013 Piotr Dollar & Ron Appel. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.23
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#ifndef _SSE_HPP_
Expand Down
5 changes: 2 additions & 3 deletions channels/private/wrappers.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*******************************************************************************
* Piotr's Image&Video Toolbox Version 3.00
* Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
* Please email me if you find bugs, or have suggestions or questions!
* Piotr's Computer Vision Matlab Toolbox Version 3.00
* Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
* Licensed under the Simplified BSD License [see external/bsd.txt]
*******************************************************************************/
#ifndef _WRAPPERS_HPP_
Expand Down
5 changes: 2 additions & 3 deletions channels/rgbConvert.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,8 @@
%
% See also rgb2hsv, rgb2gray
%
% Piotr's Image&Video Toolbox Version 3.02
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.02
% Copyright 2014 Piotr Dollar & Ron Appel. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if(nargin<3 || isempty(useSingle)), useSingle=true; end
Expand Down
5 changes: 2 additions & 3 deletions classify/adaBoostApply.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
%
% See also adaBoostTrain
%
% Piotr's Image&Video Toolbox Version 3.21
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.21
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if(nargin<3 || isempty(maxDepth)), maxDepth=0; end
Expand Down
5 changes: 2 additions & 3 deletions classify/adaBoostTrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@
%
% See also adaBoostApply, binaryTreeTrain, demoGenData
%
% Piotr's Image&Video Toolbox Version 3.21
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.21
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% get additional parameters
Expand Down
5 changes: 2 additions & 3 deletions classify/binaryTreeApply.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@
%
% See also binaryTreeTrain
%
% Piotr's Image&Video Toolbox Version 3.21
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.21
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if(nargin<3 || isempty(maxDepth)), maxDepth=0; end
Expand Down
5 changes: 2 additions & 3 deletions classify/binaryTreeTrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@
%
% See also binaryTreeApply, adaBoostTrain, forestTrain
%
% Piotr's Image&Video Toolbox Version 3.21
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.21
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% get parameters
Expand Down
5 changes: 2 additions & 3 deletions classify/confMatrix.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
%
% See also CONFMATRIXSHOW
%
% Piotr's Image&Video Toolbox Version 2.12
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 2.12
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

IDXtrue=IDXtrue(:); IDXpred=IDXpred(:);
Expand Down
5 changes: 2 additions & 3 deletions classify/confMatrixShow.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ function confMatrixShow( CM, types, pvPairs, nDigits, showCnts )
%
% See also confMatrix, imLabel, dispMatrixIm
%
% Piotr's Image&Video Toolbox Version 2.50
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 2.50
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if( nargin<2 ); types=[]; end
Expand Down
5 changes: 2 additions & 3 deletions classify/demoCluster.m
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
%
% See also KMEANS2, MEANSHIFT
%
% Piotr's Image&Video Toolbox Version 2.0
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 2.0
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

%%% generate data
Expand Down
5 changes: 2 additions & 3 deletions classify/demoGenData.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@
%
% See also visualizeData, demoCluster
%
% Piotr's Image&Video Toolbox Version 3.20
% Copyright 2013 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 3.20
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% generate mixing weights and adjust n0 and n1 for noise fraction
Expand Down
5 changes: 2 additions & 3 deletions classify/distMatrixShow.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
%
% See also VISUALIZEDATA, KMEANS2
%
% Piotr's Image&Video Toolbox Version 2.0
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 2.0
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

if( nargin<3 || isempty(show) ); show=1; end
Expand Down
5 changes: 2 additions & 3 deletions classify/fernsClfApply.m
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
%
% See also fernsClfTrain, fernsInds
%
% Piotr's Image&Video Toolbox Version 2.50
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 2.50
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]
if( nargin<3 || isempty(inds) )
inds = fernsInds(data,ferns.fids,ferns.thrs); end
Expand Down
5 changes: 2 additions & 3 deletions classify/fernsClfTrain.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@
%
% See also fernsClfApply, fernsInds
%
% Piotr's Image&Video Toolbox Version 2.61
% Copyright 2012 Piotr Dollar. [pdollar-at-caltech.edu]
% Please email me if you find bugs, or have suggestions or questions!
% Piotr's Computer Vision Matlab Toolbox Version 2.61
% Copyright 2014 Piotr Dollar. [pdollar-at-gmail.com]
% Licensed under the Simplified BSD License [see external/bsd.txt]

% get additional parameters and check dimensions
Expand Down
Loading

0 comments on commit 70e23ea

Please sign in to comment.