aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2008-09-16 18:19:28 -0700
committerIliyan Malchev <malchev@google.com>2008-09-16 18:19:28 -0700
commitd0a01940012fecac527d9fcfc439af63163e0ea2 (patch)
treefb971f51af04868e2c1049844e67b50310389cc9
parentc00de7d5bb292ab5c914dcd5a0780896535c6a02 (diff)
downloadtesseract-d0a01940012fecac527d9fcfc439af63163e0ea2.tar.gz
rename helium files *.cc --> *.cpp
Signed-off-by: Iliyan Malchev <malchev@google.com>
-rw-r--r--helium/binarize.cpp (renamed from helium/binarize.cc)0
-rw-r--r--helium/box.cpp (renamed from helium/box.cc)0
-rw-r--r--helium/cluster.cpp (renamed from helium/cluster.cc)0
-rw-r--r--helium/clusterer.cpp (renamed from helium/clusterer.cc)0
-rw-r--r--helium/color.cpp (renamed from helium/color.cc)0
-rw-r--r--helium/contourdetector.cpp (renamed from helium/contourdetector.cc)0
-rw-r--r--helium/cstringutils.cpp (renamed from helium/cstringutils.cc)0
-rw-r--r--helium/debugging.cpp (renamed from helium/debugging.cc)0
-rw-r--r--helium/edgedetector.cpp (renamed from helium/edgedetector.cc)0
-rw-r--r--helium/gaussiansmooth.cpp (renamed from helium/gaussiansmooth.cc)0
-rw-r--r--helium/heliumbinarizer.cpp (renamed from helium/heliumbinarizer.cc)0
-rw-r--r--helium/heliumtextdetector.cpp (renamed from helium/heliumtextdetector.cc)0
-rw-r--r--helium/histogram.cpp (renamed from helium/histogram.cc)0
-rw-r--r--helium/image.cpp (renamed from helium/image.cc)0
-rw-r--r--helium/imageenhancer.cpp (renamed from helium/imageenhancer.cc)0
-rw-r--r--helium/labeler.cpp (renamed from helium/labeler.cc)0
-rw-r--r--helium/laplaceedgedetector.cpp (renamed from helium/laplaceedgedetector.cc)0
-rw-r--r--helium/leptonica.cpp (renamed from helium/leptonica.cc)0
-rw-r--r--helium/main_helium.cpp (renamed from helium/main_helium.cc)0
-rw-r--r--helium/mask.cpp (renamed from helium/mask.cc)0
-rw-r--r--helium/mathfunctions.cpp (renamed from helium/mathfunctions.cc)0
-rw-r--r--helium/maxtracer.cpp (renamed from helium/maxtracer.cc)0
-rw-r--r--helium/perspectivedetection.cpp (renamed from helium/perspectivedetection.cc)0
-rw-r--r--helium/point.cpp (renamed from helium/point.cc)0
-rw-r--r--helium/quicksmooth.cpp (renamed from helium/quicksmooth.cc)0
-rw-r--r--helium/refcount.cpp (renamed from helium/refcount.cc)0
-rw-r--r--helium/shape.cpp (renamed from helium/shape.cc)0
-rw-r--r--helium/shapetree.cpp (renamed from helium/shapetree.cc)0
-rw-r--r--helium/sobeledgedetector.cpp (renamed from helium/sobeledgedetector.cc)0
-rw-r--r--helium/stringutils.cpp (renamed from helium/stringutils.cc)0
-rw-r--r--helium/surface.cpp (renamed from helium/surface.cc)0
-rw-r--r--helium/tesseract.cpp (renamed from helium/tesseract.cc)0
-rw-r--r--helium/textareas.cpp (renamed from helium/textareas.cc)0
-rw-r--r--helium/textclassifier.cpp (renamed from helium/textclassifier.cc)0
-rw-r--r--helium/textrecognition.cpp (renamed from helium/textrecognition.cc)0
-rw-r--r--helium/textvalidator.cpp (renamed from helium/textvalidator.cc)0
-rw-r--r--helium/thresholdbinarizer.cpp (renamed from helium/thresholdbinarizer.cc)0
-rw-r--r--helium/trace.cpp (renamed from helium/trace.cc)0
-rw-r--r--helium/tracer.cpp (renamed from helium/tracer.cc)0
-rw-r--r--helium/unionfind.cpp (renamed from helium/unionfind.cc)0
40 files changed, 0 insertions, 0 deletions
diff --git a/helium/binarize.cc b/helium/binarize.cpp
index 4c5a6fd..4c5a6fd 100644
--- a/helium/binarize.cc
+++ b/helium/binarize.cpp
diff --git a/helium/box.cc b/helium/box.cpp
index c6a533a..c6a533a 100644
--- a/helium/box.cc
+++ b/helium/box.cpp
diff --git a/helium/cluster.cc b/helium/cluster.cpp
index 576f918..576f918 100644
--- a/helium/cluster.cc
+++ b/helium/cluster.cpp
diff --git a/helium/clusterer.cc b/helium/clusterer.cpp
index 7240b3b..7240b3b 100644
--- a/helium/clusterer.cc
+++ b/helium/clusterer.cpp
diff --git a/helium/color.cc b/helium/color.cpp
index 59414ff..59414ff 100644
--- a/helium/color.cc
+++ b/helium/color.cpp
diff --git a/helium/contourdetector.cc b/helium/contourdetector.cpp
index e7c63c0..e7c63c0 100644
--- a/helium/contourdetector.cc
+++ b/helium/contourdetector.cpp
diff --git a/helium/cstringutils.cc b/helium/cstringutils.cpp
index 3ca7833..3ca7833 100644
--- a/helium/cstringutils.cc
+++ b/helium/cstringutils.cpp
diff --git a/helium/debugging.cc b/helium/debugging.cpp
index 221c495..221c495 100644
--- a/helium/debugging.cc
+++ b/helium/debugging.cpp
diff --git a/helium/edgedetector.cc b/helium/edgedetector.cpp
index a986347..a986347 100644
--- a/helium/edgedetector.cc
+++ b/helium/edgedetector.cpp
diff --git a/helium/gaussiansmooth.cc b/helium/gaussiansmooth.cpp
index 109e79c..109e79c 100644
--- a/helium/gaussiansmooth.cc
+++ b/helium/gaussiansmooth.cpp
diff --git a/helium/heliumbinarizer.cc b/helium/heliumbinarizer.cpp
index eae5d92..eae5d92 100644
--- a/helium/heliumbinarizer.cc
+++ b/helium/heliumbinarizer.cpp
diff --git a/helium/heliumtextdetector.cc b/helium/heliumtextdetector.cpp
index 0f202df..0f202df 100644
--- a/helium/heliumtextdetector.cc
+++ b/helium/heliumtextdetector.cpp
diff --git a/helium/histogram.cc b/helium/histogram.cpp
index bf2805b..bf2805b 100644
--- a/helium/histogram.cc
+++ b/helium/histogram.cpp
diff --git a/helium/image.cc b/helium/image.cpp
index 9a4fc38..9a4fc38 100644
--- a/helium/image.cc
+++ b/helium/image.cpp
diff --git a/helium/imageenhancer.cc b/helium/imageenhancer.cpp
index 43b8833..43b8833 100644
--- a/helium/imageenhancer.cc
+++ b/helium/imageenhancer.cpp
diff --git a/helium/labeler.cc b/helium/labeler.cpp
index 2690d62..2690d62 100644
--- a/helium/labeler.cc
+++ b/helium/labeler.cpp
diff --git a/helium/laplaceedgedetector.cc b/helium/laplaceedgedetector.cpp
index 9654af0..9654af0 100644
--- a/helium/laplaceedgedetector.cc
+++ b/helium/laplaceedgedetector.cpp
diff --git a/helium/leptonica.cc b/helium/leptonica.cpp
index 8c102d0..8c102d0 100644
--- a/helium/leptonica.cc
+++ b/helium/leptonica.cpp
diff --git a/helium/main_helium.cc b/helium/main_helium.cpp
index c013855..c013855 100644
--- a/helium/main_helium.cc
+++ b/helium/main_helium.cpp
diff --git a/helium/mask.cc b/helium/mask.cpp
index 86a33a8..86a33a8 100644
--- a/helium/mask.cc
+++ b/helium/mask.cpp
diff --git a/helium/mathfunctions.cc b/helium/mathfunctions.cpp
index b0b642e..b0b642e 100644
--- a/helium/mathfunctions.cc
+++ b/helium/mathfunctions.cpp
diff --git a/helium/maxtracer.cc b/helium/maxtracer.cpp
index 789c58a..789c58a 100644
--- a/helium/maxtracer.cc
+++ b/helium/maxtracer.cpp
diff --git a/helium/perspectivedetection.cc b/helium/perspectivedetection.cpp
index 0cd0c73..0cd0c73 100644
--- a/helium/perspectivedetection.cc
+++ b/helium/perspectivedetection.cpp
diff --git a/helium/point.cc b/helium/point.cpp
index 62b75a8..62b75a8 100644
--- a/helium/point.cc
+++ b/helium/point.cpp
diff --git a/helium/quicksmooth.cc b/helium/quicksmooth.cpp
index 346d0e7..346d0e7 100644
--- a/helium/quicksmooth.cc
+++ b/helium/quicksmooth.cpp
diff --git a/helium/refcount.cc b/helium/refcount.cpp
index 3378df9..3378df9 100644
--- a/helium/refcount.cc
+++ b/helium/refcount.cpp
diff --git a/helium/shape.cc b/helium/shape.cpp
index df46634..df46634 100644
--- a/helium/shape.cc
+++ b/helium/shape.cpp
diff --git a/helium/shapetree.cc b/helium/shapetree.cpp
index dca2ea6..dca2ea6 100644
--- a/helium/shapetree.cc
+++ b/helium/shapetree.cpp
diff --git a/helium/sobeledgedetector.cc b/helium/sobeledgedetector.cpp
index 5c8d31e..5c8d31e 100644
--- a/helium/sobeledgedetector.cc
+++ b/helium/sobeledgedetector.cpp
diff --git a/helium/stringutils.cc b/helium/stringutils.cpp
index 2aa204e..2aa204e 100644
--- a/helium/stringutils.cc
+++ b/helium/stringutils.cpp
diff --git a/helium/surface.cc b/helium/surface.cpp
index e5b31ae..e5b31ae 100644
--- a/helium/surface.cc
+++ b/helium/surface.cpp
diff --git a/helium/tesseract.cc b/helium/tesseract.cpp
index c2ef380..c2ef380 100644
--- a/helium/tesseract.cc
+++ b/helium/tesseract.cpp
diff --git a/helium/textareas.cc b/helium/textareas.cpp
index 0fff839..0fff839 100644
--- a/helium/textareas.cc
+++ b/helium/textareas.cpp
diff --git a/helium/textclassifier.cc b/helium/textclassifier.cpp
index 5925bc4..5925bc4 100644
--- a/helium/textclassifier.cc
+++ b/helium/textclassifier.cpp
diff --git a/helium/textrecognition.cc b/helium/textrecognition.cpp
index c18262b..c18262b 100644
--- a/helium/textrecognition.cc
+++ b/helium/textrecognition.cpp
diff --git a/helium/textvalidator.cc b/helium/textvalidator.cpp
index 17454bd..17454bd 100644
--- a/helium/textvalidator.cc
+++ b/helium/textvalidator.cpp
diff --git a/helium/thresholdbinarizer.cc b/helium/thresholdbinarizer.cpp
index 7977e7f..7977e7f 100644
--- a/helium/thresholdbinarizer.cc
+++ b/helium/thresholdbinarizer.cpp
diff --git a/helium/trace.cc b/helium/trace.cpp
index 2218143..2218143 100644
--- a/helium/trace.cc
+++ b/helium/trace.cpp
diff --git a/helium/tracer.cc b/helium/tracer.cpp
index 4e7d54d..4e7d54d 100644
--- a/helium/tracer.cc
+++ b/helium/tracer.cpp
diff --git a/helium/unionfind.cc b/helium/unionfind.cpp
index 25cf22b..25cf22b 100644
--- a/helium/unionfind.cc
+++ b/helium/unionfind.cpp