From c81c0a344217d8e7f2e8bcdfde3c1a7cd7030a78 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 19 Oct 2014 21:09:18 -0400 Subject: [PATCH] Removed functions from characterregion header --- src/openalpr/characterregion.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/openalpr/characterregion.h b/src/openalpr/characterregion.h index 8917d17..ba55624 100644 --- a/src/openalpr/characterregion.h +++ b/src/openalpr/characterregion.h @@ -37,13 +37,6 @@ class CharacterRegion int confidence; - LineSegment getTopLine(); - LineSegment getBottomLine(); - - LineSegment getCharBoxTop(); - LineSegment getCharBoxBottom(); - LineSegment getCharBoxLeft(); - LineSegment getCharBoxRight(); protected: