From 971960d7e23068df48b392f0a216f1bf88036bd3 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sat, 21 Mar 2015 10:27:30 -0400 Subject: [PATCH] Updated header file --- src/openalpr/detection/detectormorph.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openalpr/detection/detectormorph.h b/src/openalpr/detection/detectormorph.h index 08d80d5..5435cfc 100644 --- a/src/openalpr/detection/detectormorph.h +++ b/src/openalpr/detection/detectormorph.h @@ -42,7 +42,8 @@ namespace alpr { private: bool CheckSizes(cv::RotatedRect& mr); - + bool ValidateCharAspect(cv::Rect& r0, float idealAspect); + }; }