comparison plugins/SegmenterPlugin.h @ 49:fc88b465548a

* Normalise type option for chromagram * Minimum segment duration option for segmenter * Bit more documentation
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 22 Jan 2008 17:27:48 +0000
parents 5d7ce1d87301
children b3a809bb964e
comparison
equal deleted inserted replaced
48:3b4572153ce3 49:fc88b465548a
50 50
51 protected: 51 protected:
52 mutable Segmenter* segmenter; 52 mutable Segmenter* segmenter;
53 mutable int hopsize; 53 mutable int hopsize;
54 mutable int windowsize; 54 mutable int windowsize;
55 mutable int neighbourhoodLimit; // in sec
55 int nSegmentTypes; 56 int nSegmentTypes;
56 feature_types featureType; // 1 = constant-Q, 2 = chroma 57 feature_types featureType; // 1 = constant-Q, 2 = chroma
57 58
58 void makeSegmenter() const; 59 void makeSegmenter() const;
59 }; 60 };