featuresLGconv

PURPOSE ^

Convert features to DATASETS format so output is same as after featuresSM.

SYNOPSIS ^

function DATASETS = featuresLGconv( nsets, cliptypes )

DESCRIPTION ^

 Convert features to DATASETS format so output is same as after featuresSM.

 Loads each features_[activity].mat, for each clip in each set, and merges the results
 into DATASETS format. Does not try to add cuboids to the datasets as potentially this
 could take too much memory. 

 INPUTS
   nsets           - number of sets
   cliptypes       - types of clips (cell of strings)

 OUTPUTS
   DATASETS    - array of structs, will have additional fields:
           .IDX        - length N vector of clip types
           .ncilps     - N: number of clips
           .cubcount   - length N vector of cuboids counts for each clip clip
           .subs       - length N cell vector of sets of locations of cuboids
           .desc       - length N cell vector of cuboid descriptors

 See also FEATURESLG, FEATURESSM

CROSS-REFERENCE INFORMATION ^

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