#include <stdlib.h>
#include "cbmrdtw.h"
複合項目 | |
struct | DTWtableStruct |
定義 | |
#define | WINDOW_WIDTH 2 |
函式 | |
void | newDTWtable (int height) |
void | delDTWtable (void) |
int | dtw (int *data1, int size1, int *data2, int size2, bool fixLeft, int *pathLength, int threshold) |
變數 | |
DTWtableStruct * | DTWtable [WINDOW_WIDTH] |
#define WINDOW_WIDTH 2 |
void delDTWtable | ( | void | ) |
int dtw | ( | int * | data1, | |
int | size1, | |||
int * | data2, | |||
int | size2, | |||
bool | fixLeft, | |||
int * | pathLength, | |||
int | threshold | |||
) |
定義在 cbmrdtw.cpp 檔案之第 35 行.
參考 delDTWtable(), DTWtableStruct::dist, DTWtable, INFINITE_INT, DTWtableStruct::matchLength, newDTWtable(), 及 WINDOW_WIDTH.
被參考於 TSongDb::Compare().
void newDTWtable | ( | int | height | ) |
DTWtableStruct* DTWtable[WINDOW_WIDTH] |