mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-27 12:49:35 +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
|
||||
* to the new integer 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.
|
||||
* @note Globals: none
|
||||
* @note Exceptions: none
|
||||
|
@ -75,7 +75,7 @@ namespace tesseract {
|
||||
* normalization proto for ClassId and returns the match
|
||||
* rating of the best match.
|
||||
* @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
|
||||
*
|
||||
* Globals:
|
||||
|
@ -37,8 +37,7 @@ namespace tesseract {
|
||||
* Convert each segment in the outline to a feature
|
||||
* and return the features.
|
||||
* @param Blob blob to extract pico-features from
|
||||
* @param LineStats statistics on text row blob is in
|
||||
* @eturn Outline-features for Blob.
|
||||
* @return Outline-features for Blob.
|
||||
* @note Globals: none
|
||||
* @note Exceptions: none
|
||||
* @note History:
|
||||
|
@ -60,10 +60,9 @@ namespace tesseract {
|
||||
* Globals:
|
||||
* - classify_norm_method normalization method currently specified
|
||||
* @param Blob blob to extract pico-features from
|
||||
* @param LineStats statistics on text row blob is in
|
||||
* @eturn Pico-features for Blob.
|
||||
* @return Pico-features for Blob.
|
||||
* @note Exceptions: none
|
||||
* @notw History: 9/4/90, DSJ, Created.
|
||||
* @note History: 9/4/90, DSJ, Created.
|
||||
*/
|
||||
FEATURE_SET Classify::ExtractPicoFeatures(TBLOB *Blob) {
|
||||
LIST Outlines;
|
||||
@ -223,7 +222,7 @@ namespace tesseract {
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @param blob blob to extract features from
|
||||
* @param denorm normalization/denormalization parameters.
|
||||
* @param fx_info
|
||||
* @return Integer character-normalized features for blob.
|
||||
* @note Exceptions: none
|
||||
* @note History: 8/8/2011, rays, Created.
|
||||
@ -255,7 +254,7 @@ FEATURE_SET Classify::ExtractIntCNFeatures(
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
* @param blob blob to extract features from
|
||||
* @param denorm normalization/denormalization parameters.
|
||||
* @param fx_info
|
||||
* @return Geometric (top/bottom/width) features for blob.
|
||||
* @note Exceptions: none
|
||||
* @note History: 8/8/2011, rays, Created.
|
||||
|
Loading…
Reference in New Issue
Block a user