Mercurial > hg > svcore
comparison transform/FeatureExtractionModelTransformer.h @ 1236:fe391a7b8376 project-file-rework
Rename server to simple-server, and add some more description in usage
author | Chris Cannam |
---|---|
date | Fri, 28 Oct 2016 11:08:17 +0100 |
parents | 5a1198083d9a |
children | a83541a1f100 |
comparison
equal
deleted
inserted
replaced
1235:7f4230e7d83a | 1236:fe391a7b8376 |
---|---|
28 #include <map> | 28 #include <map> |
29 | 29 |
30 class DenseTimeValueModel; | 30 class DenseTimeValueModel; |
31 class SparseTimeValueModel; | 31 class SparseTimeValueModel; |
32 | 32 |
33 class FeatureExtractionModelTransformer : public ModelTransformer | 33 class FeatureExtractionModelTransformer : public ModelTransformer // + is a Thread |
34 { | 34 { |
35 Q_OBJECT | 35 Q_OBJECT |
36 | 36 |
37 public: | 37 public: |
38 FeatureExtractionModelTransformer(Input input, | 38 FeatureExtractionModelTransformer(Input input, |