mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Fixed name collisions mostly with stl
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@47 d0cd1f9f-072b-0410-8dd7-cf729c803f20
This commit is contained in:
parent
816d440462
commit
0a426c1ecd
@ -57,7 +57,7 @@ FEATURE_SET ExtractMicros(TBLOB *Blob, LINE_STATS *LineStats) {
|
||||
|
||||
Features = OldFeatures;
|
||||
iterate(Features) {
|
||||
OldFeature = (MICROFEATURE) first (Features);
|
||||
OldFeature = (MICROFEATURE) first_node (Features);
|
||||
Feature = NewFeature (&MicroFeatureDesc);
|
||||
ParamOf (Feature, MFDirection) = OrientationOf (OldFeature);
|
||||
ParamOf (Feature, MFXPosition) = CenterX (OldFeature);
|
||||
|
Loading…
Reference in New Issue
Block a user