tesseract/wordrec
david.eger@gmail.com 56403c6dc3 Fix an issue where we sometimes leave a dangling outline->loop pointer
during chopping.



git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@721 d0cd1f9f-072b-0410-8dd7-cf729c803f20
2012-04-17 00:02:52 +00:00
..
associate.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
associate.h Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
bestfirst.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
bestfirst.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
chop.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
chop.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
chopper.cpp Good moming, Good aftemoon. 2012-03-28 21:02:54 +00:00
chopper.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
closed.cpp 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
closed.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
drawfx.cpp Removed debugwin.cpp, fixing issue 448 2011-08-18 16:45:01 +00:00
drawfx.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
findseam.cpp Fix an issue where we sometimes leave a dangling outline->loop pointer 2012-04-17 00:02:52 +00:00
findseam.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
gradechop.cpp 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
gradechop.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
heuristic.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
language_model.cpp Abolish populate_unichars(), fixing seg fault reported in Debian: 2012-02-15 01:37:00 +00:00
language_model.h Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
makechop.cpp 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
makechop.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
Makefile.am improve autools system (mingw+msys fix); implementation of --disable-tessdata-prefix 2012-03-22 20:01:33 +00:00
matchtab.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
matchtab.h Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
measure.h top-skimming import from sf.net 2007-03-07 20:03:40 +00:00
olutil.cpp Impact of DENORM rewrite + removal of NEWDELETE 2010-11-30 01:02:28 +00:00
olutil.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
outlines.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
outlines.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
pieces.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
plotedges.cpp 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
plotedges.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
plotseg.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
plotseg.h Changes to wordrec for 3.00 2009-07-11 02:46:01 +00:00
render.cpp 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
render.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
segsearch.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
tface.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
wordclass.cpp Refactored top-level word recognition module, Blamer module added for error analysis, Added word bigram correction 2012-02-02 03:01:38 +00:00
wordclass.h 3.01 code from http://github.com/jimregan/tesseract-ocr with addaptions related to Linux and Windows (VC2008) compile process 2010-11-23 18:34:14 +00:00
wordrec.cpp Recording segmentation state for a choice at LogNewChoice() time was a 2012-03-28 20:11:57 +00:00
wordrec.h Good moming, Good aftemoon. 2012-03-28 21:02:54 +00:00