Skip to content

Commit

Permalink
Added simultaneous multi-language capability, Added support for Shape…
Browse files Browse the repository at this point in the history
…Table in classifier and training, Refactored class pruner, Added new uniform classifier API, Added new training error counter

git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk@650 d0cd1f9f-072b-0410-8dd7-cf729c803f20
  • Loading branch information
theraysmith@gmail.com committed Feb 2, 2012
1 parent fdd4ffe commit 5bc5e2a
Show file tree
Hide file tree
Showing 54 changed files with 7,463 additions and 1,490 deletions.
16 changes: 10 additions & 6 deletions classify/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ AM_CPPFLAGS = \
include_HEADERS = \
adaptive.h baseline.h blobclass.h chartoname.h \
classify.h cluster.h clusttool.h cutoffs.h \
extern.h extract.h \
errorcounter.h extern.h extract.h \
featdefs.h flexfx.h float2int.h fpoint.h fxdefs.h \
intfeaturedist.h intfeaturemap.h intfeaturespace.h \
intfx.h intmatcher.h intproto.h kdtree.h \
mf.h mfdefs.h mfoutline.h mfx.h \
mastertrainer.h mf.h mfdefs.h mfoutline.h mfx.h \
normfeat.h normmatch.h \
ocrfeatures.h outfeat.h picofeat.h protos.h \
speckle.h xform2d.h
sampleiterator.h shapeclassifier.h shapetable.h \
speckle.h tessclassifier.h trainingsample.h trainingsampleset.h xform2d.h

if !USING_MULTIPLELIBS
noinst_LTLIBRARIES = libtesseract_classify.la
Expand All @@ -32,12 +34,14 @@ endif
libtesseract_classify_la_SOURCES = \
adaptive.cpp adaptmatch.cpp blobclass.cpp \
chartoname.cpp classify.cpp cluster.cpp clusttool.cpp cutoffs.cpp \
extract.cpp \
errorcounter.cpp extract.cpp \
featdefs.cpp flexfx.cpp float2int.cpp fpoint.cpp fxdefs.cpp \
intfeaturedist.cpp intfeaturemap.cpp intfeaturespace.cpp \
intfx.cpp intmatcher.cpp intproto.cpp kdtree.cpp \
mf.cpp mfdefs.cpp mfoutline.cpp mfx.cpp \
mastertrainer.cpp mf.cpp mfdefs.cpp mfoutline.cpp mfx.cpp \
normfeat.cpp normmatch.cpp \
ocrfeatures.cpp outfeat.cpp picofeat.cpp protos.cpp \
speckle.cpp xform2d.cpp
sampleiterator.cpp shapetable.cpp speckle.cpp \
tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp xform2d.cpp


Loading

0 comments on commit 5bc5e2a

Please sign in to comment.