mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-06-07 09:52:40 +08:00
misc fixes
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@946 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
ba7d72b6ab
commit
2ce9cb7d01
@ -131,11 +131,11 @@ extern STRING_VAR_H(classify_training_file, "MicroFeatures", "Training file");
|
||||
*/
|
||||
|
||||
#define PrintProto(Proto) \
|
||||
(cprintf ("X=%4.2f, Y=%4.2f, Angle=%4.2f", \
|
||||
Proto->X, \
|
||||
Proto->Y, \
|
||||
Proto->Length, \
|
||||
Proto->Angle)) \
|
||||
(tprintf("X=%4.2f, Y=%4.2f, Length=%4.2f, Angle=%4.2f", \
|
||||
Proto->X, \
|
||||
Proto->Y, \
|
||||
Proto->Length, \
|
||||
Proto->Angle)) \
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user