featuresSMdetect

PURPOSE ^

Detects features for each set of cuboids using stfeatures.

SYNOPSIS ^

function DATASETS = featuresSMdetect( DATASETS, par_stfeatures )

DESCRIPTION ^

 Detects features for each set of cuboids using stfeatures.

 INPUTS
   DATASETS    - struct array contains all behavior data in dataset, should have fields:
           .IS         - the N behavior clips
           .IDX        - length N vector of clip types
   par_stfeatures - parameters for feature detection, see stfeatures

 OUTPUTS
   DATASETS    - array of structs, will have additional fields [IS will be removed]:
           .ncilps     - N: number of clips
           .cubcount   - length N vector of cuboids counts for each clip clip
           .cuboids    - length N cell vector of sets of cuboids
           .subs       - length N cell vector of sets of locations of cuboids


 See also FEATURESSM, STFEATURES

CROSS-REFERENCE INFORMATION ^

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