SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Structures | Functions
exemplar_io.c File Reference

read exemplar (meta) data More...

Data Structures

struct  SprExemplarWI
 word level info More...
 
struct  SprExemplarTI
 template level info More...
 
union  _Union1_EXEMPLAR_IO_
 
struct  SprExemplarLst
 
struct  SprExemplarLbl
 label info read from the segmentation file More...
 
struct  SprDtwFeatures
 
struct  SprDtwSensitivity
 

Functions

SprDtwSensitivityread_sensitivity_mvg (const char *fname, float sdf)
 
void * spr_exemplar_read_data (SprDtwFeatures *dst, const char *fname, size_t ctx, const char *fname_sd, const float sdf, unsigned int nthread)
 
SprExemplarLblspr_exemplar_lbl_free (SprExemplarLbl *lbl_info)
 
SprExemplarLblspr_exemplar_lbl_read (const char *fname, size_t ctx, const char *wprefix)
 

Detailed Description

read exemplar (meta) data

The exemplar data is typically stored in one big file. Sensitivity info can be added on the fly. The meta data is stored in a segmentation file.

Author
Kris Demuynck
Date
23/07/2010
Revision History:
23/07/2010 - K.D.
creation
20/08/2010 - K.D.
added sensitivity info (mahanalobis distances)