mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 02:59:07 +08:00
53fc4456cc
Eliminated the flexfx scheme for calling global feature extractor functions through an array of function pointers. Deleted dead code I found as a by-product. This CL does not change BlobToTrainingSample or ExtractFeatures to be full members of Classify (the eventual goal) as that would make it even bigger, since there are a lot of callers to these functions. When ExtractFeatures and BlobToTrainingSample are members of Classify they will be able to access control parameters in Classify, which will greatly simplify developing variations to the feature extraction process. |
||
---|---|---|
.. | ||
apitypes.h | ||
baseapi.cpp | ||
baseapi.h | ||
capi.cpp | ||
capi.h | ||
Makefile.am | ||
pdfrenderer.cpp | ||
renderer.cpp | ||
renderer.h | ||
tesseractmain.cpp |