stfeatures_allscales

PURPOSE ^

Apply spatio-temporal feature detector at a number of scales.

SYNOPSIS ^

function [RS,subs_cell,vals_cell] =stfeatures_allscales( I, sigmas, taus, stfeatures_params, moviename )

DESCRIPTION ^

 Apply spatio-temporal feature detector at a number of scales.

 If moviename is specified creates a movie of the detector responses.  Also calls
 makemovie_featurelocations to create a movie of the detected feature locations (after
 nonmaximal suppression).

 INPUTS
   I           - MxNxK image stack to apply detector to
   sigmas      - spatial scales
   taus        - temporal scales
   periodic    - if 1 uses periodic detector else uses harris detector
   moviename   - [optional] filename to output movie to

 OUTPUTS
   RS          - detector responses (M x N x K x nsigmas x ntaus)

 EXAMPLE
   load example;
   stfeatures_allscales( I, [2 4], [2 4], {1,[],20,[],2,1,0}, 'example' );

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Tue 11-Oct-2005 20:31:02 by m2html © 2005