tesseract/src
Stefan Weil 0bbd5c5d1c LineHypothesis: Add copy assignment operator
This fixes a warning from LGTM:

    No matching copy assignment operator in class LineHypothesis.
    It is good practice to match a copy constructor
    with a copy assignment operator.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-18 15:23:28 +02:00
..
api Renamed GetGlyphConfidences() to GetChoices() and glyph_confidences to lstm_choice_mode 2018-10-17 16:43:39 +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 Renamed GetGlyphConfidences() to GetChoices() and glyph_confidences to lstm_choice_mode 2018-10-17 16:43:39 +02:00
ccutil Merge branch 'master' of https://github.com/tesseract-ocr/tesseract 2018-10-09 15:37:40 +02:00
classify Merge pull request #1994 from stweil/lgtm 2018-10-16 18:18:43 +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 Remove tab character in source files 2018-10-12 11:31:10 +02:00
training lstmtraining: Handle failed remove syscall (CID 1396166) 2018-10-16 16:53:23 +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