tesseract/src
Stefan Weil d9c472b988 cluster: Fix some potential overflows
This fixes several issues reported by LGTM:

    Multiplication result may overflow 'int'
    before it is converted to 'size_type'.

    Multiplication result may overflow 'float'
    before it is converted to 'double'.

    Multiplication result may overflow 'int'
    before it is converted to 'unsigned long'.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-19 10:23:17 +02:00
..
api tesseractmain: Show error message when output file could not be created 2018-10-18 19:22:49 +02:00
arch add header guard 2018-09-22 18:44:26 +02:00
ccmain LineHypothesis: Add copy assignment operator 2018-10-18 15:23:28 +02:00
ccstruct BlamerBundle: Add declaration for copy assignment operator 2018-10-18 15:36:32 +02:00
ccutil Merge branch 'master' of https://github.com/tesseract-ocr/tesseract 2018-10-09 15:37:40 +02:00
classify cluster: Fix some potential overflows 2018-10-19 10:23:17 +02:00
cutil Remove tab character in source files 2018-10-12 11:31:10 +02:00
dict Fix sum computation in higher precision 2018-10-16 18:01:27 +02:00
lstm Renamed GetGlyphConfidences() to GetChoices() and glyph_confidences to lstm_choice_mode 2018-10-17 16:43:39 +02:00
opencl OpenclDevice: Catch negative index (CID 1395110) 2018-10-16 16:53:24 +02:00
textord C_OUTLINE_FRAG: Add declaration for copy constructor 2018-10-18 15:31:45 +02:00
training free PangoFontMap; fixes #1999 2018-10-19 00:48:20 +02:00
viewer SVNetwork: Handle failed socket call (CID 1164597) 2018-10-16 16:53:24 +02:00
vs2010 Fix whitespace issues 2018-08-01 13:19:52 +02:00
wordrec Remove tab character in source files 2018-10-12 11:31:10 +02:00