tesseract/classify
Stefan Weil 046684f4cb Reduce number of new / delete operations for class KDTreeSearch
Add also several TODO comments because it is not clear why expensive
FLOAT64 calculations are used instead of cheaper FLOAT32 ones.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-05-19 21:23:47 +02:00
..
adaptive.cpp Use portable data types #709 2017-03-10 11:51:16 +01:00
adaptive.h Various fixes, including memory leak in fixspace, font labels on output, removed some annoying debug output, fixes to initialization of parameters, general cleanup, and added Hindi 2011-03-21 21:45:36 +00:00
adaptmatch.cpp Fix typo in comment 2017-05-05 22:42:23 +02:00
blobclass.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
blobclass.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
classify.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
classify.h classify: Fix typos in comments and strings 2015-09-14 22:12:06 +02:00
cluster.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
cluster.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
clusttool.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
clusttool.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
cutoffs.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
cutoffs.h Changes to classify for 3.00 2009-07-11 02:17:36 +00:00
errorcounter.cpp Refactored classifier to make it easier to add new ones and generalized feature extractor to allow fx from grey 2013-09-23 15:15:06 +00:00
errorcounter.h Fixed a lot of compiler/clang warnings 2014-01-25 02:28:51 +00:00
featdefs.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
featdefs.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
float2int.cpp Fixed infinite loop in training due to poor clipping of the table filler 2015-05-13 17:09:35 -07:00
float2int.h Added simultaneous multi-language capability, Added support for ShapeTable in classifier and training, Refactored class pruner, Added new uniform classifier API, Added new training error counter 2012-02-02 02:57:42 +00:00
fpoint.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
fpoint.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
intfeaturedist.cpp Added simultaneous multi-language capability, Added support for ShapeTable in classifier and training, Refactored class pruner, Added new uniform classifier API, Added new training error counter 2012-02-02 02:57:42 +00:00
intfeaturedist.h Added simultaneous multi-language capability, Added support for ShapeTable in classifier and training, Refactored class pruner, Added new uniform classifier API, Added new training error counter 2012-02-02 02:57:42 +00:00
intfeaturemap.cpp classify: Remove unused constant kMinPCLengthIncrease 2016-09-06 21:49:16 +02:00
intfeaturemap.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
intfeaturespace.cpp Refactored classifier to make it easier to add new ones and generalized feature extractor to allow fx from grey 2013-09-23 15:15:06 +00:00
intfeaturespace.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
intfx.cpp backport from 4.00: use ".empty()" instead of ".size() > 0" 2016-11-30 11:33:35 +01:00
intfx.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
intmatcher.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
intmatcher.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
intproto.cpp backport from 4.00: changes in classify 2016-11-30 18:44:55 +01:00
intproto.h backport from 4.00: changes in classify 2016-11-30 18:44:55 +01:00
kdtree.cpp Reduce number of new / delete operations for class KDTreeSearch 2017-05-19 21:23:47 +02:00
kdtree.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
Makefile.am Makefile.am for fix to issue 1252 2015-05-12 15:25:00 -07:00
mastertrainer.cpp Multi-page TIFF buffering is broken - fix #233 2016-12-26 12:11:25 +01:00
mastertrainer.h Fix windows build. 2017-03-22 21:21:57 +03:00
mf.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
mf.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
mfdefs.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
mfdefs.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
mfoutline.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
mfoutline.h Misc fixes, mostly clang formatting, but some bug fixes in matrix, werd, and tesstrain_utils. Also updates unicharset to match traineddata files. 2015-07-09 14:28:20 -07:00
mfx.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
mfx.h backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
normfeat.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
normfeat.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
normmatch.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
normmatch.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
ocrfeatures.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
ocrfeatures.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
outfeat.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
outfeat.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
picofeat.cpp backport style changes from 4.00 for better identification of fixes and new code 2016-11-25 15:14:46 +01:00
picofeat.h Backport cppan fixes. 2017-02-13 22:47:02 +03:00
protos.cpp Fixed slow-down that was caused by upping MAX_NUM_CLASSES 2014-01-24 21:12:35 +00:00
protos.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
sampleiterator.cpp Added simultaneous multi-language capability, Added support for ShapeTable in classifier and training, Refactored class pruner, Added new uniform classifier API, Added new training error counter 2012-02-02 02:57:42 +00:00
sampleiterator.h Fixed a lot of compiler/clang warnings 2014-01-25 02:28:51 +00:00
shapeclassifier.cpp backport from 4.00: use ".empty()" instead of ".size() > 0" 2016-11-30 11:33:35 +01:00
shapeclassifier.h Refactored classifier to make it easier to add new ones and generalized feature extractor to allow fx from grey 2013-09-23 15:15:06 +00:00
shapetable.cpp Font and classifier output structure cleanup. 2015-05-12 17:24:34 -07:00
shapetable.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
tessclassifier.cpp Fixed crash on debugging classifier with a shapetable present 2015-05-13 17:10:23 -07:00
tessclassifier.h fix --enable-visibility build (including training tools) 2017-03-10 23:17:30 +01:00
trainingsample.cpp Formatting changes from clang_tidy on latest pull 2016-12-07 16:58:25 +01:00
trainingsample.h Refactored classifier to make it easier to add new ones and generalized feature extractor to allow fx from grey 2013-09-23 15:15:06 +00:00
trainingsampleset.cpp Simplify delete operations 2016-12-07 15:59:11 +01:00
trainingsampleset.h Fixed a lot of compiler/clang warnings 2014-01-25 02:28:51 +00:00