tesseract/src/classify
zdenop b23568f3d1
Merge pull request #1816 from noahmetzger/winfix
Fix issues detected by Coverity Scan
2018-08-01 14:45:00 +02:00
..
adaptive.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
adaptive.h Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
adaptmatch.cpp Fix CID 1164623 (Uninitialized scalar field) 2018-07-06 17:34:46 +02:00
blobclass.cpp Use tesseract::Serialize, tesseract::DeSerialize 2018-07-18 11:19:37 +02:00
blobclass.h Fix line endings 2018-04-25 19:04:50 +02:00
classify.cpp Fix whitespace issues 2018-08-01 13:19:52 +02:00
classify.h Merge branch 'master' into disable-legacy 2018-07-04 11:14:33 +03:00
cluster.cpp Remove unneeded type casts 2018-07-04 14:23:55 +02:00
cluster.h Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00
clusttool.cpp Fix syntax error (regression) 2018-07-03 15:53:42 +02:00
clusttool.h Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00
cutoffs.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
cutoffs.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
errorcounter.cpp Remove public API file ndminx.h 2018-06-21 08:33:30 +02:00
errorcounter.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
featdefs.cpp Fix whitespace issues 2018-08-01 13:19:52 +02:00
featdefs.h Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00
float2int.cpp Fix whitespace issues 2018-08-01 13:19:52 +02:00
float2int.h Fix line endings 2018-04-25 19:04:50 +02:00
fpoint.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
fpoint.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
intfeaturedist.cpp Small enhancements (adding const, etc.) 2018-05-19 23:07:28 +03:00
intfeaturedist.h Fix line endings 2018-04-25 19:04:50 +02:00
intfeaturemap.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
intfeaturemap.h Fix line endings 2018-04-25 19:04:50 +02:00
intfeaturespace.cpp IntFeatureSpace: Remove unused DeSerialize method 2018-07-18 09:56:43 +02:00
intfeaturespace.h IntFeatureSpace: Remove unused DeSerialize method 2018-07-18 09:56:43 +02:00
intfx.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
intfx.h Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
intmatcher.cpp Fix CID 1164623 (Uninitialized scalar field) 2018-07-06 17:34:46 +02:00
intmatcher.h Fix CID 1164623 (Uninitialized scalar field) 2018-07-06 17:34:46 +02:00
intproto.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
intproto.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
kdtree.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
kdtree.h Clean up cutil.h 2018-07-03 11:31:41 +02:00
Makefile.am Fix whitespace issues 2018-08-01 13:19:52 +02:00
mastertrainer.cpp MasterTrainer: Use new serialization API 2018-07-18 17:29:10 +02:00
mastertrainer.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
mf.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
mf.h Fix line endings 2018-04-25 19:04:50 +02:00
mfdefs.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
mfdefs.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
mfoutline.cpp Fix issues detected by Coverity Scan 2018-08-01 14:30:13 +02:00
mfoutline.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
mfx.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
mfx.h Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
normfeat.cpp Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
normfeat.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
normmatch.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
normmatch.h Fix line endings 2018-04-25 19:04:50 +02:00
ocrfeatures.cpp Fix compiler warnings [-Wmissing-prototypes] 2018-07-05 16:03:02 +02:00
ocrfeatures.h Replace function DoError and remove danerror.cpp, danerror.h 2018-07-03 13:21:17 +02:00
outfeat.cpp Remove old comments for exceptions 2018-07-03 14:53:00 +02:00
outfeat.h Fix line endings 2018-04-25 19:04:50 +02:00
picofeat.cpp Fix CID 1164703 (Untrusted value as argument) 2018-07-06 16:11:10 +02:00
picofeat.h Replace FLOAT32 by float data type 2018-07-02 13:29:39 +02:00
protos.cpp Fix whitespace issues 2018-08-01 13:19:52 +02:00
protos.h Clean up cutil.h 2018-07-03 11:31:41 +02:00
sampleiterator.cpp Fix file endings 2018-04-25 19:35:33 +02:00
sampleiterator.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
shapeclassifier.cpp Fix CID 1164703 (Untrusted value as argument) 2018-07-06 16:11:10 +02:00
shapeclassifier.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
shapetable.cpp UnicharAndFonts, Shape: Use new serialization API 2018-07-18 17:31:37 +02:00
shapetable.h Use using instead of typedef. Reason: https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md#Rt-using 2018-05-20 01:31:03 +03:00
tessclassifier.cpp Small enhancements (adding const, etc.) 2018-05-19 23:07:28 +03:00
tessclassifier.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
trainingsample.cpp Fix CID 1164703 (Untrusted value as argument) 2018-07-06 16:11:10 +02:00
trainingsample.h Fix CID 1164703 (Untrusted value as argument) 2018-07-06 16:11:10 +02:00
trainingsampleset.cpp Fix compiler warnings [-Wunused-const-variable] 2018-07-05 12:07:04 +02:00
trainingsampleset.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00