code
stringlengths
1
1.05M
repo_name
stringlengths
6
83
path
stringlengths
3
242
language
stringclasses
222 values
license
stringclasses
20 values
size
int64
1
1.05M
/********************************************************************** * File: ocrblock.h (Formerly block.h) * Description: Page block class definition. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not...
2301_81045437/tesseract
src/ccstruct/ocrblock.h
C++
apache-2.0
6,914
///////////////////////////////////////////////////////////////////// // File: ocrpara.cpp // Description: OCR Paragraph Output Type // Author: David Eger // // (C) Copyright 2010, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in complianc...
2301_81045437/tesseract
src/ccstruct/ocrpara.cpp
C++
apache-2.0
3,276
///////////////////////////////////////////////////////////////////// // File: ocrpara.h // Description: OCR Paragraph Output Type // Author: David Eger // // (C) Copyright 2010, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance ...
2301_81045437/tesseract
src/ccstruct/ocrpara.h
C++
apache-2.0
7,440
/********************************************************************** * File: ocrrow.cpp (Formerly row.c) * Description: Code for the ROW class. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use th...
2301_81045437/tesseract
src/ccstruct/ocrrow.cpp
C++
apache-2.0
7,332
/********************************************************************** * File: ocrrow.h (Formerly row.h) * Description: Code for the ROW class. * Author: Ray Smith * Created: Tue Oct 08 15:58:04 BST 1991 * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version ...
2301_81045437/tesseract
src/ccstruct/ocrrow.h
C++
apache-2.0
5,107
/********************************************************************** * File: otsuthr.cpp * Description: Simple Otsu thresholding for binarizing images. * Author: Ray Smith * * (C) Copyright 2008, Google Inc. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this...
2301_81045437/tesseract
src/ccstruct/otsuthr.cpp
C++
apache-2.0
5,639
/////////////////////////////////////////////////////////////////////// // File: otsuthr.h // Description: Simple Otsu thresholding for binarizing images. // Author: Ray Smith // // (C) Copyright 2008, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this fil...
2301_81045437/tesseract
src/ccstruct/otsuthr.h
C++
apache-2.0
2,481
/********************************************************************** * File: pageres.cpp (Formerly page_res.c) * Description: Hierarchy of results classes from PAGE_RES to WERD_RES * and an iterator class to iterate over the words. * Main purposes: * Easy way to iterate over th...
2301_81045437/tesseract
src/ccstruct/pageres.cpp
C++
apache-2.0
63,469
/********************************************************************** * File: pageres.h (Formerly page_res.h) * Description: Results classes used by control.c * Author: Phil Cheatle * * (C) Copyright 1992, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** y...
2301_81045437/tesseract
src/ccstruct/pageres.h
C++
apache-2.0
33,470
/////////////////////////////////////////////////////////////////////// // File: params_training_featdef.cpp // Description: Utility functions for params training features. // Author: David Eger // Created: Mon Jun 11 11:26:42 PDT 2012 // // (C) Copyright 2012, Google Inc. // Licensed under the Apache L...
2301_81045437/tesseract
src/ccstruct/params_training_featdef.cpp
C++
apache-2.0
1,447
/////////////////////////////////////////////////////////////////////// // File: params_training_featdef.h // Description: Feature definitions for params training. // Author: Rika Antonova // // (C) Copyright 2011, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not...
2301_81045437/tesseract
src/ccstruct/params_training_featdef.h
C++
apache-2.0
5,674
/********************************************************************** * File: pdblock.cpp * Description: PDBLK member functions and iterator functions. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not ...
2301_81045437/tesseract
src/ccstruct/pdblock.cpp
C++
apache-2.0
12,713
/********************************************************************** * File: pdblock.h (Formerly pdblk.h) * Description: Page block class definition. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not ...
2301_81045437/tesseract
src/ccstruct/pdblock.h
C++
apache-2.0
4,808
/********************************************************************** * File: points.cpp (Formerly coords.c) * Description: Member functions for coordinate classes. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); *...
2301_81045437/tesseract
src/ccstruct/points.cpp
C++
apache-2.0
5,214
/********************************************************************** * File: points.h (Formerly coords.h) * Description: Coordinate class definitions. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not...
2301_81045437/tesseract
src/ccstruct/points.h
C++
apache-2.0
19,735
/********************************************************************** * File: polyaprx.cpp * Description: Code for polygonal approximation from old edgeprog. * Author: Ray Smith * * (C) Copyright 1993, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you ma...
2301_81045437/tesseract
src/ccstruct/polyaprx.cpp
C++
apache-2.0
17,535
/********************************************************************** * File: polyaprx.h * Description: Code for polygonal approximation from old edgeprog. * Author: Ray Smith * * (C) Copyright 1993, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may ...
2301_81045437/tesseract
src/ccstruct/polyaprx.h
C++
apache-2.0
1,142
/********************************************************************** * File: polyblk.cpp (Formerly poly_block.c) * Description: Polygonal blocks * * (C) Copyright 1993, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in complia...
2301_81045437/tesseract
src/ccstruct/polyblk.cpp
C++
apache-2.0
11,834
/********************************************************************** * File: polyblk.h (Formerly poly_block.h) * Description: Polygonal blocks * * (C) Copyright 1993, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in complianc...
2301_81045437/tesseract
src/ccstruct/polyblk.h
C++
apache-2.0
3,278
/********************************************************************** * File: quadlsq.cpp (Formerly qlsq.c) * Description: Code for least squares approximation of quadratics. * Author: Ray Smith * * (C) Copyright 1993, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "Lic...
2301_81045437/tesseract
src/ccstruct/quadlsq.cpp
C++
apache-2.0
4,588
/********************************************************************** * File: quadlsq.h (Formerly qlsq.h) * Description: Code for least squares approximation of quadratics. * Author: Ray Smith * * (C) Copyright 1993, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "Licen...
2301_81045437/tesseract
src/ccstruct/quadlsq.h
C++
apache-2.0
1,982
/********************************************************************** * File: quadratc.h (Formerly quadrtic.h) * Description: Code for the QUAD_COEFFS class. * Author: Ray Smith * Created: Tue Oct 08 17:24:40 BST 1991 * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache Li...
2301_81045437/tesseract
src/ccstruct/quadratc.h
C++
apache-2.0
1,922
/********************************************************************** * File: quspline.cpp (Formerly qspline.c) * Description: Code for the QSPLINE class. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may ...
2301_81045437/tesseract
src/ccstruct/quspline.cpp
C++
apache-2.0
13,050
/********************************************************************** * File: quspline.h (Formerly qspline.h) * Description: Code for the QSPLINE class. * Author: Ray Smith * Created: Tue Oct 08 17:16:12 BST 1991 * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License...
2301_81045437/tesseract
src/ccstruct/quspline.h
C++
apache-2.0
3,390
/********************************************************************** * File: ratngs.cpp (Formerly ratings.c) * Description: Code to manipulate the BLOB_CHOICE and WERD_CHOICE classes. * Author: Ray Smith * * (C) Copyright 1992, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "Licen...
2301_81045437/tesseract
src/ccstruct/ratngs.cpp
C++
apache-2.0
27,614
/********************************************************************** * File: ratngs.h (Formerly ratings.h) * Description: Definition of the WERD_CHOICE and BLOB_CHOICE classes. * Author: Ray Smith * * (C) Copyright 1992, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "...
2301_81045437/tesseract
src/ccstruct/ratngs.h
C++
apache-2.0
22,751
/********************************************************************** * File: rect.cpp (Formerly box.c) * Description: Bounding box class definition. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may no...
2301_81045437/tesseract
src/ccstruct/rect.cpp
C++
apache-2.0
7,827
/********************************************************************** * File: rect.h (Formerly box.h) * Description: Bounding box class definition. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not ...
2301_81045437/tesseract
src/ccstruct/rect.h
C++
apache-2.0
16,539
/********************************************************************** * File: rejctmap.cpp (Formerly rejmap.c) * Description: REJ and REJMAP class functions. * Author: Phil Cheatle * * (C) Copyright 1994, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** yo...
2301_81045437/tesseract
src/ccstruct/rejctmap.cpp
C++
apache-2.0
6,338
/********************************************************************** * File: rejctmap.h (Formerly rejmap.h) * Description: REJ and REJMAP class functions. * Author: Phil Cheatle * * (C) Copyright 1994, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you ma...
2301_81045437/tesseract
src/ccstruct/rejctmap.h
C++
apache-2.0
10,681
/****************************************************************************** * * File: seam.cpp (Formerly seam.c) * Author: Mark Seaman, OCR Technology * * (c) Copyright 1987, Hewlett-Packard Company. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this fil...
2301_81045437/tesseract
src/ccstruct/seam.cpp
C++
apache-2.0
8,758
/****************************************************************************** * * File: seam.h * Author: Mark Seaman, SW Productivity * * (c) Copyright 1987, Hewlett-Packard Company. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance...
2301_81045437/tesseract
src/ccstruct/seam.h
C++
apache-2.0
7,601
/****************************************************************************** * * File: split.cpp (Formerly split.c) * Author: Mark Seaman, OCR Technology * * (c) Copyright 1987, Hewlett-Packard Company. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this f...
2301_81045437/tesseract
src/ccstruct/split.cpp
C++
apache-2.0
11,200
/****************************************************************************** * * File: split.h * Author: Mark Seaman, SW Productivity * Status: Reusable Software Component * * (c) Copyright 1987, Hewlett-Packard Company. ** Licensed under the Apache License, Version 2.0 (the "License"); ** y...
2301_81045437/tesseract
src/ccstruct/split.h
C++
apache-2.0
5,114
/********************************************************************** * File: statistc.cpp (Formerly stats.c) * Description: Simple statistical package for integer values. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "Licens...
2301_81045437/tesseract
src/ccstruct/statistc.cpp
C++
apache-2.0
22,644
/********************************************************************** * File: statistc.h (Formerly stats.h) * Description: Class description for STATS class. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you m...
2301_81045437/tesseract
src/ccstruct/statistc.h
C++
apache-2.0
6,280
/********************************************************************** * File: stepblob.cpp (Formerly cblob.c) * Description: Code for C_BLOB class. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use...
2301_81045437/tesseract
src/ccstruct/stepblob.cpp
C++
apache-2.0
19,119
/********************************************************************** * File: stepblob.h (Formerly cblob.h) * Description: Code for C_BLOB class. * Author: Ray Smith * Created: Tue Oct 08 10:41:13 BST 1991 * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Versi...
2301_81045437/tesseract
src/ccstruct/stepblob.h
C++
apache-2.0
5,148
/********************************************************************** * File: werd.cpp (Formerly word.c) * Description: Code for the WERD class. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use th...
2301_81045437/tesseract
src/ccstruct/werd.cpp
C++
apache-2.0
19,638
/********************************************************************** * File: werd.h * Description: Code for the WERD class. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in com...
2301_81045437/tesseract
src/ccstruct/werd.h
C++
apache-2.0
7,123
/////////////////////////////////////////////////////////////////////// // File: ambigs.cpp // Description: Functions for dealing with ambiguities // (training and recognition). // Author: Daria Antonova // // (C) Copyright 2008, Google Inc. // Licensed under the Apache License, Version 2.0 (th...
2301_81045437/tesseract
src/ccutil/ambigs.cpp
C++
apache-2.0
16,121
/////////////////////////////////////////////////////////////////////// // File: ambigs.h // Description: Constants, flags, functions for dealing with // ambiguities (training and recognition). // Author: Daria Antonova // // (C) Copyright 2008, Google Inc. // Licensed under the Apache License,...
2301_81045437/tesseract
src/ccutil/ambigs.h
C++
apache-2.0
8,800
// Copyright 2011 Google Inc. All Rights Reserved. // Author: rays@google.com (Ray Smith) /////////////////////////////////////////////////////////////////////// // File: bitvector.cpp // Description: Class replacement for BITVECTOR. // Author: Ray Smith // // (C) Copyright 2011, Google Inc. // Licensed und...
2301_81045437/tesseract
src/ccutil/bitvector.cpp
C++
apache-2.0
9,320
/////////////////////////////////////////////////////////////////////// // File: bitvector.h // Description: Class replacement for BITVECTOR. // Author: Ray Smith // // (C) Copyright 2011, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in c...
2301_81045437/tesseract
src/ccutil/bitvector.h
C++
apache-2.0
5,064
// Copyright 2008 Google Inc. All Rights Reserved. // Author: scharron@google.com (Samuel Charron) // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2...
2301_81045437/tesseract
src/ccutil/ccutil.cpp
C++
apache-2.0
3,625
/////////////////////////////////////////////////////////////////////// // File: ccutil.h // Description: ccutil class. // Author: Samuel Charron // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with th...
2301_81045437/tesseract
src/ccutil/ccutil.h
C++
apache-2.0
2,260
/********************************************************************** * File: clst.cpp (Formerly clist.c) * Description: CONS cell list handling code which is not in the include file. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2...
2301_81045437/tesseract
src/ccutil/clst.cpp
C++
apache-2.0
15,041
/********************************************************************** * File: clst.h (Formerly clist.h) * Description: CONS cell list module include file. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you m...
2301_81045437/tesseract
src/ccutil/clst.h
C++
apache-2.0
21,843
/********************************************************************** * File: elst.cpp (Formerly elist.c) * Description: Embedded list handling code which is not in the include file. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2....
2301_81045437/tesseract
src/ccutil/elst.cpp
C++
apache-2.0
14,649
/********************************************************************** * File: elst.h (Formerly elist.h) * Description: Embedded list module include file. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you ma...
2301_81045437/tesseract
src/ccutil/elst.h
C++
apache-2.0
25,159
/********************************************************************** * File: elst2.cpp (Formerly elist2.c) * Description: Doubly linked embedded list code not in the include file. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 ...
2301_81045437/tesseract
src/ccutil/elst2.cpp
C++
apache-2.0
15,314
/********************************************************************** * File: elst2.h (Formerly elist2.h) * Description: Double linked embedded list module include file. * Author: Phil Cheatle * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "Licen...
2301_81045437/tesseract
src/ccutil/elst2.h
C++
apache-2.0
25,296
/********************************************************************** * File: errcode.cpp (Formerly error.c) * Description: Generic error handler function * Author: Ray Smith * * (C) Copyright 1989, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may ...
2301_81045437/tesseract
src/ccutil/errcode.cpp
C++
apache-2.0
2,823
/********************************************************************** * File: errcode.h (Formerly error.h) * Description: Header file for generic error handler class * Author: Ray Smith * * (C) Copyright 1990, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ...
2301_81045437/tesseract
src/ccutil/errcode.h
C++
apache-2.0
2,416
/********************************************************************** * File: fileerr.h (Formerly filerr.h) * Description: Errors for file utilities. * Author: Ray Smith * * (C) Copyright 1990, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not u...
2301_81045437/tesseract
src/ccutil/fileerr.h
C++
apache-2.0
1,033
// Copyright 2012 Google Inc. All Rights Reserved. // Author: rays@google.com (Ray Smith) /////////////////////////////////////////////////////////////////////// // File: genericheap.h // Description: Template heap class. // Author: Ray Smith, based on Dan Johnson's original code. // // (C) Copyright 2012, ...
2301_81045437/tesseract
src/ccutil/genericheap.h
C++
apache-2.0
9,158
/////////////////////////////////////////////////////////////////////// // File: genericvector.h // Description: Generic vector class // Author: Daria Antonova // // (C) Copyright 2007, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in comp...
2301_81045437/tesseract
src/ccutil/genericvector.h
C++
apache-2.0
23,840
/****************************************************************************** * * File: helpers.h * Description: General utility functions * Author: Daria Antonova * * (c) Copyright 2009, Google Inc. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file...
2301_81045437/tesseract
src/ccutil/helpers.h
C++
apache-2.0
8,234
/****************************************************************************** ** Filename: host.h ** Purpose: This is the system independent typedefs and defines ** Author: MN, JG, MD ** ** (c) Copyright Hewlett-Packard Company, 1988-1996. ** Licensed under the Apache License, Version 2...
2301_81045437/tesseract
src/ccutil/host.h
C++
apache-2.0
1,572
/////////////////////////////////////////////////////////////////////// // File: indexmapbidi.cpp // Description: Bi-directional mapping between a sparse and compact space. // Author: rays@google.com (Ray Smith) // // (C) Copyright 2010, Google Inc. // Licensed under the Apache License, Version 2.0 (the "Li...
2301_81045437/tesseract
src/ccutil/indexmapbidi.cpp
C++
apache-2.0
9,593
/////////////////////////////////////////////////////////////////////// // File: indexmapbidi.h // Description: Bi-directional mapping between a sparse and compact space. // Author: rays@google.com (Ray Smith) // // (C) Copyright 2010, Google Inc. // Licensed under the Apache License, Version 2.0 (the "Lice...
2301_81045437/tesseract
src/ccutil/indexmapbidi.h
C++
apache-2.0
7,391
// Copyright 2012 Google Inc. All Rights Reserved. // Author: rays@google.com (Ray Smith) /////////////////////////////////////////////////////////////////////// // File: kdpair.h // Description: Template pair class like STL pair but geared towards // the Key+Data design pattern in which some data n...
2301_81045437/tesseract
src/ccutil/kdpair.h
C++
apache-2.0
7,213
/********************************************************************** ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this file except in compliance with the License. ** You may obtain a copy of the License at ** http://www.apache.org/licenses/LICENSE-2.0 ** Unless required ...
2301_81045437/tesseract
src/ccutil/list.h
C++
apache-2.0
2,167
/********************************************************************** * File: lsterr.h (Formerly listerr.h) * Description: Errors shared by list modules * Author: Phil Cheatle * * (C) Copyright 1990, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may...
2301_81045437/tesseract
src/ccutil/lsterr.h
C++
apache-2.0
1,657
/////////////////////////////////////////////////////////////////////// // File: object_cache.h // Description: A string indexed object cache. // Author: David Eger // // (C) Copyright 2012, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in...
2301_81045437/tesseract
src/ccutil/object_cache.h
C++
apache-2.0
4,114
/********************************************************************** * File: params.cpp * Description: Initialization and setting of Tesseract parameters. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may ...
2301_81045437/tesseract
src/ccutil/params.cpp
C++
apache-2.0
7,474
/********************************************************************** * File: params.h * Description: Class definitions of the *_VAR classes for tunable constants. * Author: Ray Smith * * (C) Copyright 1991, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** ...
2301_81045437/tesseract
src/ccutil/params.h
C++
apache-2.0
11,850
// Copyright 2006 Google Inc. // All Rights Reserved. // Author: renn // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by a...
2301_81045437/tesseract
src/ccutil/scanutils.cpp
C++
apache-2.0
14,201
// Copyright 2006 Google Inc. // All Rights Reserved. // Author: renn // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // http://www.apache.org/licenses/LICENSE-2.0 // Unless required by a...
2301_81045437/tesseract
src/ccutil/scanutils.h
C
apache-2.0
1,177
/********************************************************************** * File: serialis.cpp (Formerly serialmac.h) * Description: Inline routines and macros for serialisation functions * Author: Phil Cheatle * * (C) Copyright 1990, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2...
2301_81045437/tesseract
src/ccutil/serialis.cpp
C++
apache-2.0
7,297
/********************************************************************** * File: serialis.h (Formerly serialmac.h) * Description: Inline routines and macros for serialisation functions * Author: Phil Cheatle * * (C) Copyright 1990, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0...
2301_81045437/tesseract
src/ccutil/serialis.h
C++
apache-2.0
7,525
/////////////////////////////////////////////////////////////////////// // File: sorthelper.h // Description: Generic sort and maxfinding class. // Author: Ray Smith // // (C) Copyright 2010, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except i...
2301_81045437/tesseract
src/ccutil/sorthelper.h
C++
apache-2.0
3,767
/////////////////////////////////////////////////////////////////////// // File: tessdatamanager.cpp // Description: Functions to handle loading/combining tesseract data files. // Author: Daria Antonova // // (C) Copyright 2009, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); ...
2301_81045437/tesseract
src/ccutil/tessdatamanager.cpp
C++
apache-2.0
10,554
/////////////////////////////////////////////////////////////////////// // File: tessdatamanager.h // Description: Functions to handle loading/combining tesseract data files. // Author: Daria Antonova // // (C) Copyright 2009, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); //...
2301_81045437/tesseract
src/ccutil/tessdatamanager.h
C++
apache-2.0
9,901
/////////////////////////////////////////////////////////////////////// // File: tesstypes.h // Description: Simple data types used by Tesseract code. // Author: Stefan Weil // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Licen...
2301_81045437/tesseract
src/ccutil/tesstypes.h
C++
apache-2.0
1,328
/********************************************************************** * File: tprintf.cpp * Description: Trace version of printf - portable between UX and NT * Author: Phil Cheatle * * (C) Copyright 1995, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you...
2301_81045437/tesseract
src/ccutil/tprintf.cpp
C++
apache-2.0
2,183
/********************************************************************** * File: tprintf.h * Description: Trace version of printf - portable between UX and NT * Author: Phil Cheatle * * (C) Copyright 1995, Hewlett-Packard Ltd. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you m...
2301_81045437/tesseract
src/ccutil/tprintf.h
C++
apache-2.0
1,529
/////////////////////////////////////////////////////////////////////// // File: unichar.cpp // Description: Unicode character/ligature class. // Author: Ray Smith // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in ...
2301_81045437/tesseract
src/ccutil/unichar.cpp
C++
apache-2.0
7,731
/////////////////////////////////////////////////////////////////////// // File: unicharcompress.cpp // Description: Unicode re-encoding using a sequence of smaller numbers in // place of a single large code for CJK, similarly for Indic, // and dissection of ligatures for other scripts....
2301_81045437/tesseract
src/ccutil/unicharcompress.cpp
C++
apache-2.0
15,872
/////////////////////////////////////////////////////////////////////// // File: unicharcompress.h // Description: Unicode re-encoding using a sequence of smaller numbers in // place of a single large code for CJK, similarly for Indic, // and dissection of ligatures for other scripts. /...
2301_81045437/tesseract
src/ccutil/unicharcompress.h
C++
apache-2.0
10,206
/////////////////////////////////////////////////////////////////////// // File: unicharmap.cpp // Description: Unicode character/ligature to integer id class. // Author: Thomas Kielbus // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not us...
2301_81045437/tesseract
src/ccutil/unicharmap.cpp
C++
apache-2.0
4,672
/////////////////////////////////////////////////////////////////////// // File: unicharmap.h // Description: Unicode character/ligature to integer id class. // Author: Thomas Kielbus // Created: Wed Jun 28 17:05:01 PDT 2006 // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Ver...
2301_81045437/tesseract
src/ccutil/unicharmap.h
C++
apache-2.0
2,598
/////////////////////////////////////////////////////////////////////// // File: unicharset.cpp // Description: Unicode character/ligature set class. // Author: Thomas Kielbus // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this fil...
2301_81045437/tesseract
src/ccutil/unicharset.cpp
C++
apache-2.0
42,266
/////////////////////////////////////////////////////////////////////// // File: unicharset.h // Description: Unicode character/ligature set class. // Author: Thomas Kielbus // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file ...
2301_81045437/tesseract
src/ccutil/unicharset.h
C++
apache-2.0
42,757
/////////////////////////////////////////////////////////////////////// // File: unicity_table.h // Description: a class to uniquify objects, manipulating them using integers // ids. // Author: Samuel Charron // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2....
2301_81045437/tesseract
src/ccutil/unicity_table.h
C++
apache-2.0
3,714
/////////////////////////////////////////////////////////////////////// // File: universalambigs.h // Description: Data for a universal ambigs file that is useful for // any language. // Author: Ray Smith // // (C) Copyright 2013, Google Inc. // Licensed under the Apache License, Version 2.0 (t...
2301_81045437/tesseract
src/ccutil/universalambigs.h
C++
apache-2.0
324,389
/****************************************************************************** ** Filename: adaptive.c ** Purpose: Adaptive matcher. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not use this fi...
2301_81045437/tesseract
src/classify/adaptive.cpp
C++
apache-2.0
13,307
/****************************************************************************** ** Filename: adaptive.h ** Purpose: Interface to adaptive matcher. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may not u...
2301_81045437/tesseract
src/classify/adaptive.h
C++
apache-2.0
3,699
/****************************************************************************** ** Filename: adaptmatch.cpp ** Purpose: High level adaptive matcher. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may ...
2301_81045437/tesseract
src/classify/adaptmatch.cpp
C++
apache-2.0
85,688
/****************************************************************************** ** Filename: blobclass.c ** Purpose: High level blob classification and training routines. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache...
2301_81045437/tesseract
src/classify/blobclass.cpp
C++
apache-2.0
2,935
/////////////////////////////////////////////////////////////////////// // File: classify.cpp // Description: classify class. // Author: Samuel Charron // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance w...
2301_81045437/tesseract
src/classify/classify.cpp
C++
apache-2.0
9,722
/////////////////////////////////////////////////////////////////////// // File: classify.h // Description: classify class. // Author: Samuel Charron // // (C) Copyright 2006, Google Inc. // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance wit...
2301_81045437/tesseract
src/classify/classify.h
C++
apache-2.0
23,787
/****************************************************************************** ** Filename: cluster.cpp ** Purpose: Routines for clustering points in N-D space ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you m...
2301_81045437/tesseract
src/classify/cluster.cpp
C++
apache-2.0
96,909
/****************************************************************************** ** Filename: cluster.h ** Purpose: Definition of feature space clustering routines ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); ...
2301_81045437/tesseract
src/classify/cluster.h
C++
apache-2.0
5,517
/****************************************************************************** ** Filename: clusttool.cpp ** Purpose: Misc. tools for use with the clustering routines ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); *...
2301_81045437/tesseract
src/classify/clusttool.cpp
C++
apache-2.0
9,930
/****************************************************************************** ** Filename: clusttool.h ** Purpose: Definition of clustering utility tools ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"); ** you may no...
2301_81045437/tesseract
src/classify/clusttool.h
C++
apache-2.0
1,439
/****************************************************************************** ** Filename: cutoffs.c ** Purpose: Routines to manipulate an array of class cutoffs. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License...
2301_81045437/tesseract
src/classify/cutoffs.cpp
C++
apache-2.0
2,569
/****************************************************************************** ** Filename: featdefs.cpp ** Purpose: Definitions of currently defined feature types. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "Licens...
2301_81045437/tesseract
src/classify/featdefs.cpp
C++
apache-2.0
8,717
/****************************************************************************** ** Filename: featdefs.h ** Purpose: Definitions of currently defined feature types. ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the "License"...
2301_81045437/tesseract
src/classify/featdefs.h
C++
apache-2.0
3,675
/****************************************************************************** ** Filename: float2int.cpp ** Purpose: Routines for converting float features to int features ** Author: Dan Johnson ** ** (c) Copyright Hewlett-Packard Company, 1988. ** Licensed under the Apache License, Version 2.0 (the...
2301_81045437/tesseract
src/classify/float2int.cpp
C++
apache-2.0
3,830