PRCPrototypeDB


Definitions

#include <nitro/prc.h>

typedef struct PRCPrototypeDB
{
    ...
} PRCPrototypeDB;

Description

This is the sample DB used for pattern recognition. This structure is the result of the line lengths and angles, boundary boxes and the like that were precalculated—based on a PRCPrototypeList structure that holds only stroke data for each sample pattern—and that constitute each sample pattern.

Elements

Do not directly access these elements.

See Also

PRC_InitPrototypeDB*, PRC_GetRecognizedEntry*

Revision History

06/23/2004 Initial Version