From e4505414a15ab37bfc4bbfea5c97036a324cc1a1 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Sun, 8 Mar 2015 09:42:16 -0400 Subject: [PATCH] Removed unused function from header --- src/openalpr/textdetection/characteranalysis.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openalpr/textdetection/characteranalysis.h b/src/openalpr/textdetection/characteranalysis.h index 03ce496..a8c5bcc 100644 --- a/src/openalpr/textdetection/characteranalysis.h +++ b/src/openalpr/textdetection/characteranalysis.h @@ -56,8 +56,6 @@ namespace alpr PipelineData* pipeline_data; Config* config; - cv::Mat findOuterBoxMask( ); - bool isPlateInverted(); void filter(cv::Mat img, TextContours& textContours);