mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 02:16:49 +08:00
Using CANNY_PRUNING on Cascade to improve efficiency with masked sections
This commit is contained in:
@@ -104,7 +104,7 @@ namespace alpr
|
||||
Size maxSize(maxWidth, maxHeight);
|
||||
|
||||
plate_cascade.detectMultiScale( frame, plates, config->detection_iteration_increase, config->detectionStrictness,
|
||||
0,
|
||||
CV_HAAR_DO_CANNY_PRUNING,
|
||||
//0|CV_HAAR_SCALE_IMAGE,
|
||||
minSize, maxSize );
|
||||
|
||||
|
Reference in New Issue
Block a user