doxygenify

This commit is contained in:
Jimmy O'Regan 2014-08-10 04:24:07 +01:00 committed by Jim O'Regan
parent f5d21b6dce
commit 5d8ede8c89

View File

@ -32,22 +32,19 @@
/**---------------------------------------------------------------------------- /**----------------------------------------------------------------------------
Private Code Private Code
----------------------------------------------------------------------------**/ ----------------------------------------------------------------------------**/
/*---------------------------------------------------------------------------*/ /**
* Call the old micro-feature extractor and then copy
* the features into the new format. Then deallocate the
* old micro-features.
* @param Blob blob to extract micro-features from
* @param denorm control parameter to feature extractor.
* @return Micro-features for Blob.
* @note Exceptions: none
* @note History: Wed May 23 18:06:38 1990, DSJ, Created.
*/
FEATURE_SET ExtractMicros(TBLOB *Blob, const DENORM& bl_denorm, FEATURE_SET ExtractMicros(TBLOB *Blob, const DENORM& bl_denorm,
const DENORM& cn_denorm, const DENORM& cn_denorm,
const INT_FX_RESULT_STRUCT& fx_info) { const INT_FX_RESULT_STRUCT& fx_info) {
/*
** Parameters:
** Blob blob to extract micro-features from
** denorm control parameter to feature extractor.
** Globals: none
** Operation: Call the old micro-feature extractor and then copy
** the features into the new format. Then deallocate the
** old micro-features.
** Return: Micro-features for Blob.
** Exceptions: none
** History: Wed May 23 18:06:38 1990, DSJ, Created.
*/
int NumFeatures; int NumFeatures;
MICROFEATURES Features, OldFeatures; MICROFEATURES Features, OldFeatures;
FEATURE_SET FeatureSet; FEATURE_SET FeatureSet;