mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 21:22:49 +08:00
Tweaked plate line sensitivity
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user