Mercurial > hg > svcore
view transform/transform.pro @ 534:6038cb6fcd30
* Some simple compression for dense 3d models that actually represent
multirate data such as wavelet transform outputs. If a column has
many elements at top or bottom that are the same as those of an
earlier column, store a reference to that one and truncate the
duplicate values.
author | Chris Cannam |
---|---|
date | Fri, 23 Jan 2009 13:31:51 +0000 |
parents | fdf5930b7ccc |
children | ebb6ac65bccc |
line wrap: on
line source
TEMPLATE = lib SV_UNIT_PACKAGES = vamp vamp-hostsdk load(../sv.prf) CONFIG += sv staticlib qt thread warn_on stl rtti exceptions QT += xml TARGET = svtransform DEPENDPATH += . .. INCLUDEPATH += . .. OBJECTS_DIR = tmp_obj MOC_DIR = tmp_moc # Input HEADERS += CSVFeatureWriter.h \ FeatureExtractionModelTransformer.h \ FeatureWriter.h \ FileFeatureWriter.h \ RealTimeEffectModelTransformer.h \ Transform.h \ TransformDescription.h \ TransformFactory.h \ ModelTransformer.h \ ModelTransformerFactory.h SOURCES += CSVFeatureWriter.cpp \ FeatureExtractionModelTransformer.cpp \ FileFeatureWriter.cpp \ RealTimeEffectModelTransformer.cpp \ Transform.cpp \ TransformFactory.cpp \ ModelTransformer.cpp \ ModelTransformerFactory.cpp