mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
doxygenify
This commit is contained in:
parent
f5d21b6dce
commit
5d8ede8c89
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user