mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 22:22:50 +08:00
Updated detector API to pass in prewarp pointer
This commit is contained in:
@@ -28,6 +28,7 @@ namespace alpr
|
||||
|
||||
DetectorCPU::DetectorCPU(Config* config) : Detector(config) {
|
||||
|
||||
DetectorCPU::DetectorCPU(Config* config, PreWarp* prewarp) : Detector(config, prewarp) {
|
||||
|
||||
|
||||
if( this->plate_cascade.load( get_detector_file() ) )
|
||||
|
Reference in New Issue
Block a user