tesseract/src/ccstruct
Stefan Weil 0fae848b58 OpenCL: Add comments to users of openclwrapper.h
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2019-01-09 12:11:00 +01: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 Remove unused macros 2018-10-22 17:48:17 +02:00
blobbox.h BLOBNBOX: Declare signed bit field 2018-10-19 10:30:05 +02:00
blobs.cpp Remove unused include statements 2018-10-29 19:46:58 +01: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: Fix runtime error in assignment operator 2018-12-04 10:48:46 +01: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 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/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 ROW: Add declaration for copy constructor 2018-10-18 15:31:10 +02:00
otsuthr.cpp OpenCL: Add comments to users of openclwrapper.h 2019-01-09 12:11:00 +01:00
otsuthr.h Fix line endings 2018-04-25 19:04:50 +02:00
pageres.cpp fix issue #1192 2018-11-12 12:53:12 +01:00
pageres.h fix issue #1192 2018-11-12 12:53:12 +01: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 VS build: fix warning C4996: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name. 2018-11-08 22:55:04 +01: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 VS build: fix warning C4996: The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name. 2018-11-08 22:55:04 +01: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 BLOB_CHOICE: Add copy assignment operator 2018-10-18 15:29:07 +02:00
ratngs.h BLOB_CHOICE: Add copy assignment operator 2018-10-18 15:29:07 +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