tesseract/src/ccstruct
2019-05-01 20:14:26 +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 BlamerBundle: Add declaration for copy assignment operator 2018-10-18 15:36:32 +02:00
blobbox.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
blobbox.h MSVS support inttypes.h from VS 2015 2019-05-01 11:29:03 +02:00
blobs.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
blobs.h Remove old comments in file headers 2019-03-16 10:55:00 +01:00
blread.cpp Print info when uzn file is used. 2019-05-01 12:26:52 +02:00
blread.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
boxread.cpp Replace sscanf by std::stringstream 2019-05-01 11:22:45 +02:00
boxread.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
boxword.cpp Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02: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 Modernize C++ code using override 2019-03-26 07:37:52 +01:00
coutln.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
coutln.h Modernize code by replacing C type casts 2019-04-07 09:04:51 +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 Modernize and format code 2019-04-03 21:02:23 +02:00
fontinfo.cpp fontinfo: Fix wrong delete 2019-04-07 12:16:04 +02:00
fontinfo.h Clean some include statements 2018-06-23 21:15:54 +02:00
imagedata.cpp fix crash in case of missing PNG support in Leptonica see #2333 2019-05-01 20:14:26 +02:00
imagedata.h fix crash in case of missing PNG support in Leptonica see #2333 2019-05-01 20:14:26 +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 Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
matrix.h Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
mod128.cpp ccstruct/mod128.cpp: Fix compiler warnings 2018-09-03 11:42:59 +02:00
mod128.h Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
normalis.cpp fix a couple minor compiler warnings 2018-10-30 18:00:32 -06:00
normalis.h Clean more include files and include statements 2018-06-24 19:45:12 +02:00
ocrblock.cpp ccstruct: Replace BOOL8, TRUE, FALSE by bool, true, false and modernize code 2019-03-31 17:53:06 +02:00
ocrblock.h Modernize code by replacing C type casts 2019-04-07 09:04:51 +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 ccstruct: Replace BOOL8, TRUE, FALSE by bool, true, false and modernize code 2019-03-31 17:53:06 +02:00
ocrrow.h Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
otsuthr.cpp OpenCL: Remove PERF_COUNT framework 2019-02-09 10:58:15 +01:00
otsuthr.h Fix line endings 2018-04-25 19:04:50 +02:00
pageres.cpp ccstruct: Replace BOOL8, TRUE, FALSE by bool, true, false and modernize code 2019-03-31 17:53:06 +02:00
pageres.h Add some of the lstm_choice_mode functionality to restore compatibility with the 4.0 Version 2019-04-30 15:33:52 +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 MSVS support inttypes.h from VS 2015 2019-05-01 11:29:03 +02:00
pdblock.h Fix doxygen comments 2019-02-20 21:11:38 +01: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 Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
polyaprx.cpp ccstruct: Replace BOOL8, TRUE, FALSE by bool, true, false and modernize code 2019-03-31 17:53:06 +02:00
polyaprx.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
polyblk.cpp MSVS support inttypes.h from VS 2015 2019-05-01 11:29:03 +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 Add PSM values to the definition 2019-03-22 15:29:02 +00: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 Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
quspline.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
quspline.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
ratngs.cpp Modernize C++ loops 2019-03-26 08:38:21 +01:00
ratngs.h Modernize C++ code using auto 2019-03-26 07:55:08 +01: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 Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
rejctmap.h Clean usage of assert.h 2018-06-21 19:31:05 +02:00
seam.cpp Remove old comments in file headers 2019-03-16 10:55:00 +01:00
seam.h Remove old comments in file headers 2019-03-16 10:55:00 +01:00
split.cpp Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
split.h Add missing include statements and clean some include statements 2018-07-07 16:24:53 +02:00
statistc.cpp Modernize code by replacing C type casts 2019-04-07 09:04:51 +02:00
statistc.h Remove BOOL8, TRUE, FALSE from host.h 2019-03-31 18:27:20 +02:00
stepblob.cpp ccstruct: Replace BOOL8, TRUE, FALSE by bool, true, false and modernize code 2019-03-31 17:53:06 +02:00
stepblob.h Modernize C++ code using auto 2019-03-26 07:55:08 +01:00
vecfuncs.cpp Remove old comments in file headers 2019-03-16 10:55:00 +01:00
vecfuncs.h Remove old comments in file headers 2019-03-16 10:55:00 +01:00
werd.cpp WERD: Don't print space character after "FALSE" at end of line 2019-03-31 16:32:42 +02:00
werd.h ccstruct/werd: Format code with clang-format 2019-03-25 07:57:34 +01:00