tesseract/api
Ray Smith 53fc4456cc Fixed issue 1252: Refactored LearnBlob and its call hierarchy to make it a member of Classify.
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.
2015-05-12 15:22:34 -07:00
..
apitypes.h Cleaned up externally used namespace by removing includes from baseapi.h 2012-02-02 03:14:16 +00:00
baseapi.cpp Fixed issue 1252: Refactored LearnBlob and its call hierarchy to make it a member of Classify. 2015-05-12 15:22:34 -07:00
baseapi.h Fixed issue 1252: Refactored LearnBlob and its call hierarchy to make it a member of Classify. 2015-05-12 15:22:34 -07:00
capi.cpp fix typo/ issue 1397 2014-12-31 22:31:50 +01:00
capi.h fix bool in c-api 2014-12-28 17:55:56 +01:00
Makefile.am fix cygwin build (issue 1289) 2014-09-28 23:19:52 +02:00
pdfrenderer.cpp Fixed bidi handling in PDF output 2014-10-09 13:29:01 -07:00
renderer.cpp fix issue 1417 2015-02-07 22:22:20 +01:00
renderer.h Fixed bidi handling in PDF output 2014-10-09 13:29:01 -07:00
tesseractmain.cpp Reduced size of multi-renderer implementation from code review 2014-10-09 13:29:46 -07:00