increased plate area dilation slightly

This commit is contained in:
Matt Hill
2014-04-06 12:13:28 -05:00
parent 39bce51413
commit 47fa2504cb

View File

@@ -54,8 +54,8 @@ void PlateLines::processImage(Mat inputImage, CharacterRegion* charRegion, float
int morph_elem = 1;
int morph_size = 1;
int morph_elem = 2;
int morph_size = 2;
Mat element = getStructuringElement( morph_elem, Size( 2*morph_size + 1, 2*morph_size+1 ), Point( morph_size, morph_size ) );