tesseract/src/ccstruct
Stefan Weil 7100a14636 ParamsTrainingHypothesis: Add copy assignment operator
This fixes a warning from LGTM:

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

Use also a simpler expression for the size of features.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-10-18 15:28:12 +02:00
..
blamer.cpp replace deprecated C++ headers (reported by clan-tidy) - partially supersedes PR #1605 2018-09-18 18:51:11 +02:00
blamer.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
blobbox.cpp Move content of ipoints.h to points.h and remove ipoints.h 2018-10-02 11:21:27 +02:00
blobbox.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
blobs.cpp Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
blobs.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
blread.cpp Clean more include files and include statements 2018-06-24 19:45:12 +02:00
blread.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
boxread.cpp Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
boxread.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
boxword.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
boxword.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
ccstruct.cpp CCStruct: Define virtual destructor in .cpp file 2018-09-04 07:42:06 +02:00
ccstruct.h CCStruct: Define virtual destructor in .cpp file 2018-09-04 07:42:06 +02:00
coutln.cpp Fix compiler warnings [-Wconditional-uninitialized] 2018-07-05 12:07:04 +02:00
coutln.h Move content of ipoints.h to points.h and remove ipoints.h 2018-10-02 11:21:27 +02:00
crakedge.h Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
debugpixa.h Fix line endings 2018-04-25 19:04:50 +02:00
detlinefit.cpp Replace MAX_FLOAT32 by standard FLT_MAX and remove unused MIN_FLOAT32 2018-07-02 13:29:39 +02:00
detlinefit.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
dppoint.cpp Replace ASSERT_HOST in genericvector.h 2018-06-20 22:32:17 +02:00
dppoint.h Clean some include statements 2018-06-23 21:15:54 +02:00
fontinfo.cpp fontinfo: Use new serialization API and optimize code 2018-07-18 16:22:01 +02:00
fontinfo.h Clean some include statements 2018-06-23 21:15:54 +02:00
imagedata.cpp WordFeature, ImageData: Use new serialization API 2018-07-18 16:22:01 +02:00
imagedata.h Clean some include statements 2018-06-23 21:15:54 +02:00
linlsq.cpp LLSQ: Replace sqrt by std::sqrt 2018-10-16 17:57:26 +02:00
linlsq.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
Makefile.am Move content of ipoints.h to points.h and remove ipoints.h 2018-10-02 11:21:27 +02:00
matrix.cpp MATRIX: Define virtual destructor in .cpp file 2018-09-04 07:43:17 +02:00
matrix.h GENERIC_2D_ARRAY: Pass parameters by reference 2018-10-06 19:48:13 +02:00
mod128.cpp ccstruct/mod128.cpp: Fix compiler warnings 2018-09-03 11:42:59 +02:00
mod128.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
normalis.cpp Replace MAX_FLOAT32 by standard FLT_MAX and remove unused MIN_FLOAT32 2018-07-02 13:29:39 +02:00
normalis.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
ocrblock.cpp ccstruct/ocrblock.cpp: Fix compiler warnings 2018-09-03 11:42:59 +02:00
ocrblock.h ccstruct/ocrblock.cpp: Fix compiler warnings 2018-09-03 11:42:59 +02:00
ocrpara.cpp Rename all C-style headers (e.g. <stdio.h>) to C++ style (<cstdio>). 2018-05-20 00:52:04 +03:00
ocrpara.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
ocrrow.cpp Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
ocrrow.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
otsuthr.cpp Fix CID 1393661 (Arguments in wrong order) 2018-07-01 19:40:44 +02:00
otsuthr.h Fix line endings 2018-04-25 19:04:50 +02:00
pageres.cpp Clean some include statements 2018-06-23 21:15:54 +02:00
pageres.h Renamed GetGlyphConfidences() to GetChoices() and glyph_confidences to lstm_choice_mode 2018-10-17 16:43:39 +02:00
params_training_featdef.cpp Replace string.h by standard C++ cstring 2018-06-21 20:40:26 +02:00
params_training_featdef.h ParamsTrainingHypothesis: Add copy assignment operator 2018-10-18 15:28:12 +02:00
pdblock.cpp Replace macro MINGW by __MINGW32__ 2018-09-04 16:05:27 +02:00
pdblock.h ccstruct/ocrblock.cpp: Fix compiler warnings 2018-09-03 11:42:59 +02:00
points.cpp replace deprecated C++ headers (reported by clan-tidy) - partially supersedes PR #1605 2018-09-18 18:51:11 +02:00
points.h Fix CID 1395882 (Uninitialized scalar variable) 2018-10-02 11:34:14 +02:00
polyaprx.cpp Move content of ipoints.h to points.h and remove ipoints.h 2018-10-02 11:21:27 +02:00
polyaprx.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
polyblk.cpp replace deprecated C++ headers (reported by clan-tidy) - partially supersedes PR #1605 2018-09-18 18:51:11 +02:00
polyblk.h Fix compiler warning [-Wshadow-field-in-constructor] 2018-07-04 21:58:33 +02:00
publictypes.cpp Fix line endings 2018-04-25 19:04:50 +02:00
publictypes.h Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
quadlsq.cpp Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
quadlsq.h Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
quadratc.h Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
quspline.cpp Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
quspline.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
ratngs.cpp Fix issue detected by Coverity Scan 2018-08-01 10:30:52 +02:00
ratngs.h Fix issue detected by Coverity Scan 2018-08-01 10:30:52 +02:00
rect.cpp Add include statements (needed for following commit) 2018-07-07 21:46:58 +02:00
rect.h rect: Use more efficient float calculations for ceil, floor 2018-10-06 18:51:06 +02:00
rejctmap.cpp Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
rejctmap.h Clean usage of assert.h 2018-06-21 19:31:05 +02:00
seam.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
seam.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
split.cpp Clean usage of assert.h 2018-06-21 19:31:05 +02:00
split.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
statistc.cpp Format code (replace ( xxx ) by (xxx)) 2018-09-29 08:21:25 +02:00
statistc.h Format code (replace ( xxx ) by (xxx)) 2018-09-29 08:21:25 +02:00
stepblob.cpp Move content of ipoints.h to points.h and remove ipoints.h 2018-10-02 11:21:27 +02:00
stepblob.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
vecfuncs.cpp Fix line endings 2018-04-25 19:04:50 +02:00
vecfuncs.h Replace tabs by blanks in source code 2018-07-03 16:29:14 +02:00
werd.cpp ccstruct/werd.cpp: Fix compiler warnings 2018-09-03 11:42:59 +02:00
werd.h Remove blckerr.h 2018-07-03 14:08:57 +02:00