mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-23 18:49:08 +08:00
doxygenify
This commit is contained in:
parent
f5d21b6dce
commit
5d8ede8c89
@ -32,22 +32,19 @@
|
||||
/**----------------------------------------------------------------------------
|
||||
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,
|
||||
const DENORM& cn_denorm,
|
||||
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;
|
||||
MICROFEATURES Features, OldFeatures;
|
||||
FEATURE_SET FeatureSet;
|
||||
|
Loading…
Reference in New Issue
Block a user