Tweaked plate line sensitivity

This commit is contained in:
Matt Hill
2014-10-26 16:44:06 -04:00
parent b448fbfe04
commit 1c93a1784e

View File

@@ -124,7 +124,7 @@ std::vector<cv::Point2f> EdgeFinder::findEdgeCorners() {
} }
PlateLines plateLines(pipeline_data); PlateLines plateLines(pipeline_data);
plateLines.processImage(newCrop, newLines, 1.2); plateLines.processImage(newCrop, newLines, 1.05);
PlateCorners cornerFinder(newCrop, &plateLines, pipeline_data, newLines); PlateCorners cornerFinder(newCrop, &plateLines, pipeline_data, newLines);