diff --git a/src/openalpr/detection/detectorcpu.h b/src/openalpr/detection/detectorcpu.h index e1cfecb..540d55a 100644 --- a/src/openalpr/detection/detectorcpu.h +++ b/src/openalpr/detection/detectorcpu.h @@ -45,7 +45,7 @@ namespace alpr cv::CascadeClassifier plate_cascade; - std::vector doCascade(cv::Mat frame, std::vector regionsOfInterest); + std::vector doCascade(cv::Mat frame, int offset_x, int offset_y); }; }