mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 10:26:51 +08:00
Moved public variable to private
This commit is contained in:
@@ -67,7 +67,7 @@ void PlateLines::processImage(Mat inputImage, CharacterRegion* charRegion, float
|
||||
|
||||
// Create a mask that is dilated based on the detected characters
|
||||
vector<vector<Point> > polygons;
|
||||
polygons.push_back(charRegion->charAnalysis->charArea);
|
||||
polygons.push_back(charRegion->getCharArea());
|
||||
|
||||
Mat mask = Mat::zeros(inputImage.size(), CV_8U);
|
||||
fillPoly(mask, polygons, Scalar(255,255,255));
|
||||
|
Reference in New Issue
Block a user