mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 20:59:36 +08:00
rm some missing params, typos
This commit is contained in:
parent
285aeb63e6
commit
529bcfafd5
@ -555,6 +555,7 @@ void Classify::ConvertProto(PROTO Proto, int ProtoId, INT_CLASS Class) {
|
|||||||
* This routine converts from the old floating point format
|
* This routine converts from the old floating point format
|
||||||
* to the new integer format.
|
* to the new integer format.
|
||||||
* @param FloatProtos prototypes in old floating pt format
|
* @param FloatProtos prototypes in old floating pt format
|
||||||
|
* @param target_unicharset the UNICHARSET to use
|
||||||
* @return New set of training templates in integer format.
|
* @return New set of training templates in integer format.
|
||||||
* @note Globals: none
|
* @note Globals: none
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
|
@ -75,7 +75,7 @@ namespace tesseract {
|
|||||||
* normalization proto for ClassId and returns the match
|
* normalization proto for ClassId and returns the match
|
||||||
* rating of the best match.
|
* rating of the best match.
|
||||||
* @param ClassId id of class to match against
|
* @param ClassId id of class to match against
|
||||||
* @param Feature character normalization feature
|
* @param feature character normalization feature
|
||||||
* @param DebugMatch controls dump of debug info
|
* @param DebugMatch controls dump of debug info
|
||||||
*
|
*
|
||||||
* Globals:
|
* Globals:
|
||||||
|
@ -37,8 +37,7 @@ namespace tesseract {
|
|||||||
* Convert each segment in the outline to a feature
|
* Convert each segment in the outline to a feature
|
||||||
* and return the features.
|
* and return the features.
|
||||||
* @param Blob blob to extract pico-features from
|
* @param Blob blob to extract pico-features from
|
||||||
* @param LineStats statistics on text row blob is in
|
* @return Outline-features for Blob.
|
||||||
* @eturn Outline-features for Blob.
|
|
||||||
* @note Globals: none
|
* @note Globals: none
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History:
|
* @note History:
|
||||||
|
@ -60,10 +60,9 @@ namespace tesseract {
|
|||||||
* Globals:
|
* Globals:
|
||||||
* - classify_norm_method normalization method currently specified
|
* - classify_norm_method normalization method currently specified
|
||||||
* @param Blob blob to extract pico-features from
|
* @param Blob blob to extract pico-features from
|
||||||
* @param LineStats statistics on text row blob is in
|
* @return Pico-features for Blob.
|
||||||
* @eturn Pico-features for Blob.
|
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @notw History: 9/4/90, DSJ, Created.
|
* @note History: 9/4/90, DSJ, Created.
|
||||||
*/
|
*/
|
||||||
FEATURE_SET Classify::ExtractPicoFeatures(TBLOB *Blob) {
|
FEATURE_SET Classify::ExtractPicoFeatures(TBLOB *Blob) {
|
||||||
LIST Outlines;
|
LIST Outlines;
|
||||||
@ -223,7 +222,7 @@ namespace tesseract {
|
|||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/**
|
/**
|
||||||
* @param blob blob to extract features from
|
* @param blob blob to extract features from
|
||||||
* @param denorm normalization/denormalization parameters.
|
* @param fx_info
|
||||||
* @return Integer character-normalized features for blob.
|
* @return Integer character-normalized features for blob.
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History: 8/8/2011, rays, Created.
|
* @note History: 8/8/2011, rays, Created.
|
||||||
@ -255,7 +254,7 @@ FEATURE_SET Classify::ExtractIntCNFeatures(
|
|||||||
/*---------------------------------------------------------------------------*/
|
/*---------------------------------------------------------------------------*/
|
||||||
/**
|
/**
|
||||||
* @param blob blob to extract features from
|
* @param blob blob to extract features from
|
||||||
* @param denorm normalization/denormalization parameters.
|
* @param fx_info
|
||||||
* @return Geometric (top/bottom/width) features for blob.
|
* @return Geometric (top/bottom/width) features for blob.
|
||||||
* @note Exceptions: none
|
* @note Exceptions: none
|
||||||
* @note History: 8/8/2011, rays, Created.
|
* @note History: 8/8/2011, rays, Created.
|
||||||
|
Loading…
Reference in New Issue
Block a user