Recognizer

Undocumented in source.

Members

Functions

dtw
float dtw(float[VEC_DIM_MAX][] s, float[VEC_DIM_MAX][] t)

m X[ ][ ][ ][ ]r X[ ][ ][ ][ ][ ] X[ ][ ][ ][ ][ ] X[ ][ ][ ][ ][ ] [0]XXXXX n Each cell in the n*m matrix is defined as follows:

load
void load(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
localDistance
float localDistance(float[VEC_DIM_MAX] v1, float[VEC_DIM_MAX] v2)
Undocumented in source. Be warned that the author may not have intended to support it.
maxNumVectors
uint maxNumVectors()
Undocumented in source. Be warned that the author may not have intended to support it.
recognize
CharDist[] recognize(Character ch, uint maxResults)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

characters
CharacterInfo[] characters;
Undocumented in source.
data
ubyte[] data;
dimension
uint dimension;
Undocumented in source.
distm
CharDist[] distm;
downsampleThreshold
uint downsampleThreshold;
Undocumented in source.
dtw1
float[] dtw1;
dtw2
float[] dtw2;
Undocumented in source.
groups
CharacterGroup[] groups;
Undocumented in source.
numCharacters
uint numCharacters;
numGroups
uint numGroups;
Undocumented in source.
windowSize
int windowSize;
Undocumented in source.

Meta