Removed misc debugging cout statements

This commit is contained in:
Matt Hill
2014-10-19 21:01:16 -04:00
parent 7038d0b9e5
commit cc4f72ff23
3 changed files with 4 additions and 10 deletions

View File

@@ -82,8 +82,7 @@ void LicensePlateCandidate::recognize()
Mat transmtx = getTransformationMatrix(pipeline_data->plate_corners, outputImageSize);
pipeline_data->crop_gray = deSkewPlate(this->pipeline_data->grayImg, outputImageSize, transmtx);
cout << "Size: " << outputImageSize.width << " - " << outputImageSize.height << endl;
// Apply a perspective transformation to the TextLine objects
// to match the newly deskewed license plate crop