spyrHigh.m 189 B

12345678910
  1. % RES = spyrHigh(PYR, INDICES)
  2. %
  3. % Access the highpass residual band from a steerable pyramid.
  4. % Eero Simoncelli, 6/96.
  5. function res = spyrHigh(pyr,pind)
  6. res = pyrBand(pyr, pind, 1);