rm some missing params, typos

This commit is contained in:
Jim O'Regan 2015-07-20 18:22:51 +01:00
parent 285aeb63e6
commit 529bcfafd5
4 changed files with 7 additions and 8 deletions

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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.