rec_get_features()

extern KADMOS_ERROR KADMOS_API rec_get_features 
  (const RecData *recdata, void **features, 
  char *type,/* in8, un16, ... */ int *dimension);
      

Parameter:

recdata
Pointer to a structure RecData.
features
Pointer to the internal KADMOS features.
type
Data type of the KADMOS features (in8, un16, ...).
dimension
Dimension of the features.

Return value:

RE_SUCCESS or KADMOS error type.

Comment:

This function returns a pointer to the internal KADMOS features after rec_do(), writes the data type of the features to type, and returns after a call of rec_do().

Reference: