compilePyrTools.m 302 B

123456789101112131415
  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. mex upConv.c convolve.c wrap.c edges.c
  10. mex corrDn.c convolve.c wrap.c edges.c
  11. mex histo.c
  12. %mex innerProd.c
  13. mex pointOp.c
  14. mex range2.c