fix filenames in comments

上级 1d862a54
/********************************************************************** /**********************************************************************
* File: tessedit.cpp (Formerly tessedit.c) * File: tesseractmain.cpp (Formerly tessedit.c)
* Description: Main program for merge of tess and editor. * Description: Main program for merge of tess and editor.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Jan 07 15:21:46 GMT 1992 * Created: Tue Jan 07 15:21:46 GMT 1992
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: simddetect.h // File: simddetect.cpp
// Description: Architecture detector. // Description: Architecture detector.
// Author: Stefan Weil (based on code from Ray Smith) // Author: Stefan Weil (based on code from Ray Smith)
// //
......
/********************************************************************** /**********************************************************************
* File: paragraphs.h * File: paragraphs_internal.h
* Description: Paragraph Detection internal data structures. * Description: Paragraph Detection internal data structures.
* Author: David Eger * Author: David Eger
* Created: 11 March 2011 * Created: 11 March 2011
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: paramsd.cpp // File: paramsd.h
// Description: Tesseract parameter editor // Description: Tesseract parameter editor
// Author: Joern Wanke // Author: Joern Wanke
// Created: Wed Jul 18 10:05:01 PDT 2007 // Created: Wed Jul 18 10:05:01 PDT 2007
......
/********************************************************************** /**********************************************************************
* File: wordit.c * File: wordit.h
* Description: An iterator for passing over all the words in a document. * Description: An iterator for passing over all the words in a document.
* Author: Ray Smith * Author: Ray Smith
* Created: Mon Apr 27 08:51:22 BST 1992 * Created: Mon Apr 27 08:51:22 BST 1992
* *
* (C) Copyright 1992, Hewlett-Packard Ltd. * (C) Copyright 1992, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: blobs.c (Formerly blobs.c) * File: blobs.cpp (Formerly blobs.c)
* Description: Blob definition * Description: Blob definition
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 27 15:39:52 1989 * Created: Fri Oct 27 15:39:52 1989
......
/********************************************************************** /**********************************************************************
* File: boxread.cpp * File: boxread.h
* Description: Read data from a box file. * Description: Read data from a box file.
* Author: Ray Smith * Author: Ray Smith
* Created: Fri Aug 24 17:47:23 PDT 2007 * Created: Fri Aug 24 17:47:23 PDT 2007
* *
* (C) Copyright 2007, Google Inc. * (C) Copyright 2007, Google Inc.
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: boxword.h // File: boxword.cpp
// Description: Class to represent the bounding boxes of the output. // Description: Class to represent the bounding boxes of the output.
// Author: Ray Smith // Author: Ray Smith
// Created: Tue May 25 14:18:14 PDT 2010 // Created: Tue May 25 14:18:14 PDT 2010
......
/********************************************************************** /**********************************************************************
* File: coutln.c (Formerly coutline.c) * File: coutln.cpp (Formerly coutline.c)
* Description: Code for the C_OUTLINE class. * Description: Code for the C_OUTLINE class.
* Author: Ray Smith * Author: Ray Smith
* Created: Mon Oct 07 16:01:57 BST 1991 * Created: Mon Oct 07 16:01:57 BST 1991
......
/********************************************************************** /**********************************************************************
* File: coutln.c (Formerly: coutline.c) * File: coutln.h (Formerly: coutline.c)
* Description: Code for the C_OUTLINE class. * Description: Code for the C_OUTLINE class.
* Author: Ray Smith * Author: Ray Smith
* Created: Mon Oct 07 16:01:57 BST 1991 * Created: Mon Oct 07 16:01:57 BST 1991
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: imagedata.h // File: imagedata.cpp
// Description: Class to hold information about a single multi-page tiff // Description: Class to hold information about a single multi-page tiff
// training file and its corresponding boxes or text file. // training file and its corresponding boxes or text file.
// Author: Ray Smith // Author: Ray Smith
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: matrix.c (Formerly matrix.c) * File: matrix.cpp (Formerly matrix.c)
* Description: Ratings matrix code. (Used by associator) * Description: Ratings matrix code. (Used by associator)
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Wed May 16 13:18:47 1990 * Created: Wed May 16 13:18:47 1990
......
/********************************************************************** /**********************************************************************
* File: mod128.c (Formerly dir128.c) * File: mod128.cpp (Formerly dir128.c)
* Description: Code to convert a DIR128 to an ICOORD. * Description: Code to convert a DIR128 to an ICOORD.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Oct 22 11:56:09 BST 1991 * Created: Tue Oct 22 11:56:09 BST 1991
......
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
// File: ocrpara.h // File: ocrpara.cpp
// Description: OCR Paragraph Output Type // Description: OCR Paragraph Output Type
// Author: David Eger // Author: David Eger
// Created: 2010-11-15 // Created: 2010-11-15
......
/********************************************************************** /**********************************************************************
* File: pdblock.c (Formerly pdblk.c) * File: pdblock.cpp (Formerly pdblk.c)
* Description: PDBLK member functions and iterator functions. * Description: PDBLK member functions and iterator functions.
* Author: Ray Smith * Author: Ray Smith
* Created: Fri Mar 15 09:41:28 GMT 1991 * Created: Fri Mar 15 09:41:28 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: points.c (Formerly coords.c) * File: points.cpp (Formerly coords.c)
* Description: Member functions for coordinate classes. * Description: Member functions for coordinate classes.
* Author: Ray Smith * Author: Ray Smith
* Created: Fri Mar 15 08:58:17 GMT 1991 * Created: Fri Mar 15 08:58:17 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: polyblk.c (Formerly poly_block.c) * File: polyblk.cpp (Formerly poly_block.c)
* Description: Polygonal blocks * Description: Polygonal blocks
* Author: Sheelagh Lloyd? * Author: Sheelagh Lloyd?
* Created: * Created:
......
/********************************************************************** /**********************************************************************
* File: rect.c (Formerly box.c) * File: rect.cpp (Formerly box.c)
* Description: Bounding box class definition. * Description: Bounding box class definition.
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Wed Oct 16 15:18:45 BST 1991 * Created: Wed Oct 16 15:18:45 BST 1991
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: seam.c (Formerly seam.c) * File: seam.cpp (Formerly seam.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: split.c (Formerly split.c) * File: split.cpp (Formerly split.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/********************************************************************** /**********************************************************************
* File: statistc.c (Formerly stats.c) * File: statistc.cpp (Formerly stats.c)
* Description: Simple statistical package for integer values. * Description: Simple statistical package for integer values.
* Author: Ray Smith * Author: Ray Smith
* Created: Mon Feb 04 16:56:05 GMT 1991 * Created: Mon Feb 04 16:56:05 GMT 1991
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: vecfuncs.c (Formerly vecfuncs.c) * File: vecfuncs.cpp (Formerly vecfuncs.c)
* Description: Blob definition * Description: Blob definition
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 27 15:39:52 1989 * Created: Fri Oct 27 15:39:52 1989
......
/********************************************************************** /**********************************************************************
* File: word.c * File: word.h
* Description: Code for the WERD class. * Description: Code for the WERD class.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Oct 08 14:32:12 BST 1991 * Created: Tue Oct 08 14:32:12 BST 1991
* *
* (C) Copyright 1991, Hewlett-Packard Ltd. * (C) Copyright 1991, Hewlett-Packard Ltd.
** Licensed under the Apache License, Version 2.0 (the "License"); ** Licensed under the Apache License, Version 2.0 (the "License");
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: ambigs.cc // File: ambigs.cpp
// Description: Functions for dealing with ambiguities // Description: Functions for dealing with ambiguities
// (training and recognition). // (training and recognition).
// Author: Daria Antonova // Author: Daria Antonova
......
/********************************************************************** /**********************************************************************
* File: basedir.c (Formerly getpath.c) * File: basedir.cpp (Formerly getpath.c)
* Description: Find the directory location of the current executable using PATH. * Description: Find the directory location of the current executable using PATH.
* Author: Ray Smith * Author: Ray Smith
* Created: Mon Jul 09 09:06:39 BST 1990 * Created: Mon Jul 09 09:06:39 BST 1990
......
/********************************************************************** /**********************************************************************
* File: bits16.h (Formerly bits8.h) * File: bits16.cpp (Formerly bits8.h)
* Description: Code for 8 bit field class. * Description: Code for 8 bit field class.
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Thu Oct 17 10:10:05 BST 1991 * Created: Thu Oct 17 10:10:05 BST 1991
......
/********************************************************************** /**********************************************************************
* File: clst.c (Formerly clist.c) * File: clst.cpp (Formerly clist.c)
* Description: CONS cell list handling code which is not in the include file. * Description: CONS cell list handling code which is not in the include file.
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Mon Jan 28 08:33:13 GMT 1991 * Created: Mon Jan 28 08:33:13 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: elst.c (Formerly elist.c) * File: elst.cpp (Formerly elist.c)
* Description: Embedded list handling code which is not in the include file. * Description: Embedded list handling code which is not in the include file.
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Fri Jan 04 13:55:49 GMT 1991 * Created: Fri Jan 04 13:55:49 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: elst2.c (Formerly elist2.c) * File: elst2.cpp (Formerly elist2.c)
* Description: Doubly linked embedded list code not in the include file. * Description: Doubly linked embedded list code not in the include file.
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Wed Jan 23 11:04:47 GMT 1991 * Created: Wed Jan 23 11:04:47 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: errcode.c (Formerly error.c) * File: errcode.cpp (Formerly error.c)
* Description: Generic error handler function * Description: Generic error handler function
* Author: Ray Smith * Author: Ray Smith
* Created: Tue May 1 16:28:39 BST 1990 * Created: Tue May 1 16:28:39 BST 1990
......
/********************************************************************** /**********************************************************************
* File: errcode.c (Formerly error.c) * File: errcode.cpp (Formerly error.c)
* Description: Generic error handler function * Description: Generic error handler function
* Author: Ray Smith * Author: Ray Smith
* Created: Tue May 1 16:28:39 BST 1990 * Created: Tue May 1 16:28:39 BST 1990
......
/********************************************************************** /**********************************************************************
* File: errcode.h (Formerly error.h) * File: globaloc.h (Formerly error.h)
* Description: Header file for generic error handler class * Description: Header file for generic error handler class
* Author: Ray Smith * Author: Ray Smith
* Created: Tue May 1 16:23:36 BST 1990 * Created: Tue May 1 16:23:36 BST 1990
......
/********************************************************************** /**********************************************************************
* File: mainblk.c (Formerly main.c) * File: mainblk.cpp (Formerly main.c)
* Description: Function to call from main() to setup. * Description: Function to call from main() to setup.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Oct 22 11:09:40 BST 1991 * Created: Tue Oct 22 11:09:40 BST 1991
......
/********************************************************************** /**********************************************************************
* File: memry.c (Formerly memory.c) * File: memry.cpp (Formerly memory.c)
* Description: Memory allocation with builtin safety checks. * Description: Memory allocation with builtin safety checks.
* Author: Ray Smith * Author: Ray Smith
* Created: Wed Jan 22 09:43:33 GMT 1992 * Created: Wed Jan 22 09:43:33 GMT 1992
......
/********************************************************************** /**********************************************************************
* File: serialis.h (Formerly serialmac.h) * File: serialis.cpp (Formerly serialmac.h)
* Description: Inline routines and macros for serialisation functions * Description: Inline routines and macros for serialisation functions
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Tue Oct 08 08:33:12 BST 1991 * Created: Tue Oct 08 08:33:12 BST 1991
......
/********************************************************************** /**********************************************************************
* File: strngs.c (Formerly strings.c) * File: strngs.cpp (Formerly strings.c)
* Description: STRING class functions. * Description: STRING class functions.
* Author: Ray Smith * Author: Ray Smith
* Created: Fri Feb 15 09:13:30 GMT 1991 * Created: Fri Feb 15 09:13:30 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: tprintf.c * File: tprintf.cpp
* Description: Trace version of printf - portable between UX and NT * Description: Trace version of printf - portable between UX and NT
* Author: Phil Cheatle * Author: Phil Cheatle
* Created: Wed Jun 28 15:01:15 BST 1995 * Created: Wed Jun 28 15:01:15 BST 1995
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: UnicityTable.h // File: unicity_table.h
// Description: a class to uniquify objects, manipulating them using integers // Description: a class to uniquify objects, manipulating them using integers
// ids. // ids.
// Author: Samuel Charron // Author: Samuel Charron
......
/********************************************************************** /**********************************************************************
* File: unicodes.h * File: unicodes.cpp
* Description: Unicode related machinery * Description: Unicode related machinery
* Author: David Eger * Author: David Eger
* Created: Wed Jun 15 16:37:50 PST 2011 * Created: Wed Jun 15 16:37:50 PST 2011
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: protos.c (Formerly protos.c) * File: protos.cpp (Formerly protos.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// Author: rays@google.com (Ray Smith) // Author: rays@google.com (Ray Smith)
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: shapeclassifier.h // File: shapeclassifier.cpp
// Description: Base interface class for classifiers that return a // Description: Base interface class for classifiers that return a
// shape index. // shape index.
// Author: Ray Smith // Author: Ray Smith
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: cutil.c * File: cutil.cpp
* Description: General utility functions * Description: General utility functions
* Author: Mark Seaman, SW Productivity * Author: Mark Seaman, SW Productivity
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: cutil.cpp // File: cutil_class.cpp
// Description: cutil class. // Description: cutil class.
// Author: Samuel Charron // Author: Samuel Charron
// //
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: cutil.h // File: cutil_class.h
// Description: cutil class. // Description: cutil class.
// Author: Samuel Charron // Author: Samuel Charron
// //
......
/* -*-C-*- /* -*-C-*-
############################################################################### ###############################################################################
# #
# File: list.c # File: oldlist.cpp
# Description: List processing procedures. # Description: List processing procedures.
# Author: Mark Seaman, Software Productivity # Author: Mark Seaman, Software Productivity
# Created: Thu Jul 23 13:24:09 1987 # Created: Thu Jul 23 13:24:09 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: list.h (Formerly list.h) * File: oldlist.h (Formerly list.h)
* Description: List processing procedures declarations. * Description: List processing procedures declarations.
* Author: Mark Seaman, SW Productivity * Author: Mark Seaman, SW Productivity
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: structures.c (Formerly structures.c) * File: structures.cpp (Formerly structures.c)
* Description: Allocate all the different types of structures. * Description: Allocate all the different types of structures.
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Wed May 30 10:27:26 1990 * Created: Wed May 30 10:27:26 1990
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: context.c (Formerly context.c) * File: context.cpp (Formerly context.c)
* Description: Context checking functions * Description: Context checking functions
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Thu Feb 15 11:18:24 1990 * Created: Thu Feb 15 11:18:24 1990
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: dawg.c (Formerly dawg.c) * File: dawg.cpp (Formerly dawg.c)
* Description: Use a Directed Accyclic Word Graph * Description: Use a Directed Accyclic Word Graph
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: dawg_cache.h // File: dawg_cache.cpp
// Description: A class that knows about loading and caching dawgs. // Description: A class that knows about loading and caching dawgs.
// Author: David Eger // Author: David Eger
// Created: Fri Jan 27 12:08:00 PST 2012 // Created: Fri Jan 27 12:08:00 PST 2012
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* File: hyphen.c (Formerly hyphen.c) * File: hyphen.cpp (Formerly hyphen.c)
* Description: Functions for maintaining information about hyphenated words. * Description: Functions for maintaining information about hyphenated words.
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
* Modified: Thu Mar 14 11:09:43 1991 (Mark Seaman) marks@hpgrlt * Modified: Thu Mar 14 11:09:43 1991 (Mark Seaman) marks@hpgrlt
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: permdawg.c (Formerly permdawg.c) * File: permdawg.cpp (Formerly permdawg.c)
* Description: Scale word choices by a dictionary * Description: Scale word choices by a dictionary
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: trie.c (Formerly trie.c) * File: trie.cpp (Formerly trie.c)
* Description: Functions to build a trie data structure. * Description: Functions to build a trie data structure.
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: maxpool.h // File: maxpool.cpp
// Description: Standard Max-Pooling layer. // Description: Standard Max-Pooling layer.
// Author: Ray Smith // Author: Ray Smith
// Created: Tue Mar 18 16:28:18 PST 2014 // Created: Tue Mar 18 16:28:18 PST 2014
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: networkbuilder.h // File: networkbuilder.cpp
// Description: Class to parse the network description language and // Description: Class to parse the network description language and
// build a corresponding network. // build a corresponding network.
// Author: Ray Smith // Author: Ray Smith
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: tfnetwork.h // File: tfnetwork.cpp
// Description: Encapsulation of an entire tensorflow graph as a // Description: Encapsulation of an entire tensorflow graph as a
// Tesseract Network. // Tesseract Network.
// Author: Ray Smith // Author: Ray Smith
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: weightmatrix.h // File: weightmatrix.cpp
// Description: Hides distinction between float/int implementations. // Description: Hides distinction between float/int implementations.
// Author: Ray Smith // Author: Ray Smith
// Created: Tue Jun 17 11:46:20 PST 2014 // Created: Tue Jun 17 11:46:20 PST 2014
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: blobgrid.h // File: blobgrid.cpp
// Description: BBGrid of BLOBNBOX with useful BLOBNBOX-specific methods. // Description: BBGrid of BLOBNBOX with useful BLOBNBOX-specific methods.
// Copyright 2011 Google Inc. All Rights Reserved. // Copyright 2011 Google Inc. All Rights Reserved.
// Author: rays@google.com (Ray Smith) // Author: rays@google.com (Ray Smith)
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: colpartitionrid.h // File: colpartitiongrid.cpp
// Description: Class collecting code that acts on a BBGrid of ColPartitions. // Description: Class collecting code that acts on a BBGrid of ColPartitions.
// Author: Ray Smith // Author: Ray Smith
// Created: Mon Oct 05 08:42:01 PDT 2009 // Created: Mon Oct 05 08:42:01 PDT 2009
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: colpartitionrid.h // File: colpartitiongrid.h
// Description: Class collecting code that acts on a BBGrid of ColPartitions. // Description: Class collecting code that acts on a BBGrid of ColPartitions.
// Author: Ray Smith // Author: Ray Smith
// Created: Mon Oct 05 08:42:01 PDT 2009 // Created: Mon Oct 05 08:42:01 PDT 2009
......
/********************************************************************** /**********************************************************************
* File: drawedg.c (Formerly drawedge.c) * File: drawedg.cpp (Formerly drawedge.c)
* Description: Collection of functions to draw things to do with edge detection. * Description: Collection of functions to draw things to do with edge detection.
* Author: Ray Smith * Author: Ray Smith
* Created: Thu Jun 06 13:29:20 BST 1991 * Created: Thu Jun 06 13:29:20 BST 1991
......
/********************************************************************** /**********************************************************************
* File: edgblob.c (Formerly edgeloop.c) * File: edgblob.cpp (Formerly edgeloop.c)
* Description: Functions to clean up an outline before approximation. * Description: Functions to clean up an outline before approximation.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Mar 26 16:56:25 GMT 1991 * Created: Tue Mar 26 16:56:25 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: edgloop.c (Formerly edgeloop.c) * File: edgloop.cpp (Formerly edgeloop.c)
* Description: Functions to clean up an outline before approximation. * Description: Functions to clean up an outline before approximation.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Mar 26 16:56:25 GMT 1991 * Created: Tue Mar 26 16:56:25 GMT 1991
......
/********************************************************************** /**********************************************************************
* File: scanedg.c (Formerly scanedge.c) * File: scanedg.cpp (Formerly scanedge.c)
* Description: Raster scanning crack based edge extractor. * Description: Raster scanning crack based edge extractor.
* Author: Ray Smith * Author: Ray Smith
* Created: Fri Mar 22 16:11:50 GMT 1991 * Created: Fri Mar 22 16:11:50 GMT 1991
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: TabFind.cpp // File: tabfind.cpp
// Description: Subclass of BBGrid to find vertically aligned blobs. // Description: Subclass of BBGrid to find vertically aligned blobs.
// Author: Ray Smith // Author: Ray Smith
// Created: Fri Mar 21 15:03:01 PST 2008 // Created: Fri Mar 21 15:03:01 PST 2008
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: combine_tessdata // File: combine_tessdata.cpp
// Description: Creates a unified traineddata file from several // Description: Creates a unified traineddata file from several
// data files produced by the training process. // data files produced by the training process.
// Author: Daria Antonova // Author: Daria Antonova
......
/********************************************************************** /**********************************************************************
* File: getopt.c * File: tessopt.cpp
* Description: Re-implementation of the unix code. * Description: Re-implementation of the unix code.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Nov 28 05:52:50 MST 1995 * Created: Tue Nov 28 05:52:50 MST 1995
......
/********************************************************************** /**********************************************************************
* File: getopt.h * File: tessopt.h
* Description: Re-implementation of the unix code. * Description: Re-implementation of the unix code.
* Author: Ray Smith * Author: Ray Smith
* Created: Tue Nov 28 05:52:50 MST 1995 * Created: Tue Nov 28 05:52:50 MST 1995
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: scrollview.cc // File: scrollview.cpp
// Description: ScrollView // Description: ScrollView
// Author: Joern Wanke // Author: Joern Wanke
// Created: Thu Nov 29 2007 // Created: Thu Nov 29 2007
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: chop.c (Formerly chop.c) * File: chop.cpp (Formerly chop.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: chopper.c (Formerly chopper.c) * File: chopper.cpp (Formerly chopper.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: findseam.c (Formerly findseam.c) * File: findseam.cpp (Formerly findseam.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: gradechop.c (Formerly gradechop.c) * File: gradechop.cpp (Formerly gradechop.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: pain_points.cpp // File: lm_pain_points.cpp
// Description: Functions that utilize the knowledge about the properties // Description: Functions that utilize the knowledge about the properties
// of the paths explored by the segmentation search in order // of the paths explored by the segmentation search in order
// to "pain points" - the locations in the ratings matrix // to "pain points" - the locations in the ratings matrix
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: outlines.c (Formerly outlines.c) * File: outlines.cpp (Formerly outlines.c)
* Description: Combinatorial Splitter * Description: Combinatorial Splitter
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Thu Jul 27 08:59:01 1989 * Created: Thu Jul 27 08:59:01 1989
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: pieces.c (Formerly pieces.c) * File: pieces.cpp (Formerly pieces.c)
* Description: * Description:
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Oct 16 14:37:00 1987 * Created: Fri Oct 16 14:37:00 1987
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: plotedges.c (Formerly plotedges.c) * File: plotedges.cpp (Formerly plotedges.c)
* Description: Graphics routines for "Edges" and "Outlines" windows * Description: Graphics routines for "Edges" and "Outlines" windows
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Jul 28 13:14:48 1989 * Created: Fri Jul 28 13:14:48 1989
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: render.c (Formerly render.c) * File: render.cpp (Formerly render.c)
* Description: Convert the various data type into line lists * Description: Convert the various data type into line lists
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Fri Jul 28 13:14:48 1989 * Created: Fri Jul 28 13:14:48 1989
......
/////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////
// File: segsearch.h // File: segsearch.cpp
// Description: Segmentation search functions. // Description: Segmentation search functions.
// Author: Daria Antonova // Author: Daria Antonova
// Created: Mon Jun 23 11:26:43 PDT 2008 // Created: Mon Jun 23 11:26:43 PDT 2008
......
/********************************************************************** /**********************************************************************
* File: tface.c (Formerly tface.c) * File: tface.cpp (Formerly tface.c)
* Description: C side of the Tess/tessedit C/C++ interface. * Description: C side of the Tess/tessedit C/C++ interface.
* Author: Ray Smith * Author: Ray Smith
* Created: Mon Apr 27 11:57:06 BST 1992 * Created: Mon Apr 27 11:57:06 BST 1992
......
/* -*-C-*- /* -*-C-*-
******************************************************************************** ********************************************************************************
* *
* File: wordclass.c (Formerly wordclass.c) * File: wordclass.cpp (Formerly wordclass.c)
* Description: Word classifier * Description: Word classifier
* Author: Mark Seaman, OCR Technology * Author: Mark Seaman, OCR Technology
* Created: Tue Jan 30 14:03:25 1990 * Created: Tue Jan 30 14:03:25 1990
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册