Skip to content

Commit dc50e63

Browse files
author
Rob Young
committed
added MEX/compilePyrTools.m
1 parent eb87617 commit dc50e63

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

MEX/compilePyrTools.m

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
% This is a script file for compiling the mex versions of the Steerable
2+
% Pyramid Tools.
3+
%
4+
% Usage:>> compilePyrTools
5+
%
6+
% Tested for gcc and lcc.
7+
%
8+
% Rob Young, 9/08
9+
10+
mex upConv.c convolve.c wrap.c edges.c
11+
mex corrDn.c convolve.c wrap.c edges.c
12+
mex histo.c
13+
%mex innerProd.c
14+
mex pointOp.c
15+
mex range2.c

0 commit comments

Comments
 (0)