mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:52:50 +08:00
Added regions of interest to ALPR interface. Currently non-functional
This commit is contained in:
@@ -170,7 +170,8 @@ int main( int argc, const char** argv )
|
||||
|
||||
while (program_active)
|
||||
{
|
||||
int response = videoBuffer.getLatestFrame(&latestFrame);
|
||||
std::vector<cv::Rect> regionsOfInterest;
|
||||
int response = videoBuffer.getLatestFrame(&latestFrame, regionsOfInterest);
|
||||
|
||||
if (response != -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user