aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lipi-toolkit/3rdparty/lipi-toolkit/src/reco/shaperec/activedtw/activedtw.pro
blob: 255c551232dbc88acfa301b2a041a42e93843eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LIPILIBS = shaperecommon ltkcommon ltkutil featureextractorcommon
include(../../../lipiplugin.pri)

INCLUDEPATH += \
    ../../../util/lib \
    ../featureextractor/common \
    ../common \

HEADERS += \
    ActiveDTW.h \
    ActiveDTWAdapt.h \
    ActiveDTWClusterModel.h \
    ActiveDTWShapeModel.h \
    ActiveDTWShapeRecognizer.h \

SOURCES += \
    ActiveDTW.cpp \
    ActiveDTWShapeRecognizer.cpp\
    ActiveDTWClusterModel.cpp \
    ActiveDTWShapeModel.cpp \
    ActiveDTWAdapt.cpp \

win32 {
    DEFINES += ACTIVEDTW_EXPORTS
    LIBS += Advapi32.lib
    #DEF_FILE = ActiveDTW.def
}