Removed unused function from header

This commit is contained in:
Matt Hill
2015-03-08 09:42:16 -04:00
parent 2634d33b35
commit e4505414a1

View File

@@ -56,8 +56,6 @@ namespace alpr
PipelineData* pipeline_data; PipelineData* pipeline_data;
Config* config; Config* config;
cv::Mat findOuterBoxMask( );
bool isPlateInverted(); bool isPlateInverted();
void filter(cv::Mat img, TextContours& textContours); void filter(cv::Mat img, TextContours& textContours);