From e1f107a2b008e383a0fae2c385b0516505d5b121 Mon Sep 17 00:00:00 2001 From: Traun Leyden Date: Sat, 21 Jun 2014 15:56:10 +0000 Subject: [PATCH] Fix headers for #6 https://github.com/aperrau/DetectText/issues/6 --- FeaturesMain.cpp | 2 +- TextDetection.cpp | 6 +++--- TextDetection.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FeaturesMain.cpp b/FeaturesMain.cpp index c01eda8..4876771 100755 --- a/FeaturesMain.cpp +++ b/FeaturesMain.cpp @@ -20,7 +20,7 @@ #include #include #include "TextDetection.h" -#include +#include #include void convertToFloatImage ( IplImage * byteImage, IplImage * floatImage ) diff --git a/TextDetection.cpp b/TextDetection.cpp index c4184b5..3c0fe11 100755 --- a/TextDetection.cpp +++ b/TextDetection.cpp @@ -33,9 +33,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include #include #include diff --git a/TextDetection.h b/TextDetection.h index 3e619fb..431698a 100755 --- a/TextDetection.h +++ b/TextDetection.h @@ -19,7 +19,7 @@ #ifndef TEXTDETECTION_H #define TEXTDETECTION_H -#include +#include struct Point2d { int x;