@@ -11,15 +11,15 @@ endif
11
11
noinst_HEADERS = \
12
12
adaptive.h blobclass.h \
13
13
classify.h cluster.h clusttool.h cutoffs.h \
14
- errorcounter.h extern.h extract.h \
15
- featdefs.h flexfx.h float2int.h fpoint.h fxdefs .h \
14
+ errorcounter.h \
15
+ featdefs.h float2int.h fpoint.h \
16
16
intfeaturedist.h intfeaturemap.h intfeaturespace.h \
17
17
intfx.h intmatcher.h intproto.h kdtree.h \
18
18
mastertrainer.h mf.h mfdefs.h mfoutline.h mfx.h \
19
19
normfeat.h normmatch.h \
20
20
ocrfeatures.h outfeat.h picofeat.h protos.h \
21
21
sampleiterator.h shapeclassifier.h shapetable.h \
22
- tessclassifier.h trainingsample.h trainingsampleset.h xform2d.h
22
+ tessclassifier.h trainingsample.h trainingsampleset.h
23
23
24
24
if !USING_MULTIPLELIBS
25
25
noinst_LTLIBRARIES = libtesseract_classify.la
@@ -37,14 +37,14 @@ endif
37
37
libtesseract_classify_la_SOURCES = \
38
38
adaptive.cpp adaptmatch.cpp blobclass.cpp \
39
39
classify.cpp cluster.cpp clusttool.cpp cutoffs.cpp \
40
- errorcounter.cpp extract.cpp \
41
- featdefs.cpp flexfx.cpp float2int.cpp fpoint.cpp fxdefs .cpp \
40
+ errorcounter.cpp \
41
+ featdefs.cpp float2int.cpp fpoint.cpp \
42
42
intfeaturedist.cpp intfeaturemap.cpp intfeaturespace.cpp \
43
43
intfx.cpp intmatcher.cpp intproto.cpp kdtree.cpp \
44
44
mastertrainer.cpp mf.cpp mfdefs.cpp mfoutline.cpp mfx.cpp \
45
45
normfeat.cpp normmatch.cpp \
46
46
ocrfeatures.cpp outfeat.cpp picofeat.cpp protos.cpp \
47
47
sampleiterator.cpp shapeclassifier.cpp shapetable.cpp \
48
- tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp xform2d.cpp
48
+ tessclassifier.cpp trainingsample.cpp trainingsampleset.cpp
49
49
50
50
0 commit comments