tesseract/src/textord
Stefan Weil 0c7cc5a4dd Fix CID 1405673 part 2 (Uninitialized members)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-09-19 19:37:05 +02:00
..
alignedblob.cpp Add missing static attributes 2019-05-26 08:53:09 +02:00
alignedblob.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
baselinedetect.cpp Remove local definition of M_PI 2019-05-20 21:18:52 +02:00
baselinedetect.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
bbgrid.cpp Remove some unused functions, constants and variables 2019-05-26 11:52:31 +02:00
bbgrid.h Fix CID 1164643 (Uninitialized scalar field) 2019-09-14 17:24:26 +02:00
blkocc.cpp textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
blkocc.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
blobgrid.cpp BlobGrid: Define virtual destructor in .cpp file 2018-09-04 13:12:29 +02:00
blobgrid.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
ccnontextdetect.cpp Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
ccnontextdetect.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
cjkpitch.cpp FPRow: Add missing initialisation for scalar (CID 1402754) 2019-07-10 17:15:55 +02:00
cjkpitch.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
colfind.cpp Add missing static attributes 2019-05-26 08:53:09 +02:00
colfind.h Add missing static attributes 2019-05-26 08:53:09 +02:00
colpartition.cpp Move initial values for class ColPartition from constructor to header file 2019-09-16 14:33:32 +02:00
colpartition.h Fix CID 1405673 part 2 (Uninitialized members) 2019-09-19 19:37:05 +02:00
colpartitiongrid.cpp Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
colpartitiongrid.h Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
colpartitionset.cpp Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
colpartitionset.h Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
devanagari_processing.cpp Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
devanagari_processing.h remove unused include 2019-05-04 15:14:54 +02:00
drawtord.cpp Remove EXTERN macro 2019-05-26 20:27:21 +02:00
drawtord.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
edgblob.cpp Remove unused functions create_edges_window, draw_raw_edge 2019-08-12 15:04:10 +02:00
edgblob.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
edgloop.cpp Remove unused functions create_edges_window, draw_raw_edge 2019-08-12 15:04:10 +02:00
edgloop.h Add missing static attributes 2019-05-26 08:53:09 +02:00
equationdetectbase.cpp EquationDetectBase: Define virtual destructor in .cpp file 2018-09-04 13:14:29 +02:00
equationdetectbase.h EquationDetectBase: Define virtual destructor in .cpp file 2018-09-04 13:14:29 +02:00
fpchop.cpp Remove EXTERN macro 2019-05-26 20:27:21 +02:00
fpchop.h C_OUTLINE_FRAG: Add declaration for copy constructor 2018-10-18 15:31:45 +02:00
gap_map.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
gap_map.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
imagefind.cpp Add missing static attributes 2019-05-26 08:53:09 +02:00
imagefind.h Modernize code (clang-tidy check modernize-deprecated-headers) 2019-04-05 08:29:00 +02:00
linefind.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
linefind.h Fix some typos (most found by codespell) 2018-05-27 18:49:43 +02:00
Makefile.am Remove UnicharAmbigs for builds without legacy code 2019-09-15 19:11:30 +02:00
makerow.cpp Add missing static attributes 2019-05-26 08:53:09 +02:00
makerow.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
oldbasel.cpp Remove EXTERN macro 2019-05-26 20:27:21 +02:00
oldbasel.h Add missing static attributes 2019-05-26 08:53:09 +02:00
pithsync.cpp Remove unused macros 2019-05-26 20:27:21 +02:00
pithsync.h textord: Replace TRUE, FALSE by true, false and use bool instead of BOOL8 2019-03-31 17:55:20 +02:00
pitsync1.cpp Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
pitsync1.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
scanedg.cpp scanedg: Add const attributes 2019-05-26 20:27:21 +02:00
scanedg.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
sortflts.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
sortflts.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
strokewidth.cpp Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
strokewidth.h Modernize C++ code using override 2019-03-26 07:37:52 +01:00
tabfind.cpp Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
tabfind.h Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
tablefind.cpp Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
tablefind.h Use C++-11 code instead of TessCallback for WidthCallback 2019-07-04 16:03:30 +02:00
tablerecog.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
tablerecog.h Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
tabvector.cpp Fix CID 1164666 (Uninitialized scalar field) 2019-09-15 22:01:25 +02:00
tabvector.h Fix CID 1164624 (Uninitialized members) 2019-09-17 21:59:42 +02:00
textlineprojection.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
textlineprojection.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
textord.cpp Use default keyword instead of empty ctors/dtors. 2018-05-21 13:35:46 +03:00
textord.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
topitch.cpp Remove EXTERN macro 2019-05-26 20:27:21 +02:00
topitch.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
tordmain.cpp Remove local definition of M_PI 2019-05-20 21:18:52 +02:00
tordmain.h Remove tab character in source files 2018-10-12 11:31:10 +02:00
tospace.cpp Fix comment for Textord::make_prop_words 2019-09-16 15:03:45 +02:00
tovars.cpp Remove EXTERN macro 2019-05-26 20:27:21 +02:00
tovars.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
underlin.cpp Remove unused macros 2019-05-26 20:27:21 +02:00
underlin.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
wordseg.cpp Remove EXTERN macro 2019-05-26 20:27:21 +02:00
wordseg.h Replace BOOL8, TRUE, FALSE by bool, true, false 2019-03-31 17:28:28 +02:00
workingpartset.cpp Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00
workingpartset.h Move sources into src dir. Update build scripts. 2018-04-25 11:02:54 +03:00