mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-19 08:24:33 +08:00
Changed BOOLEAN to bool
This commit is contained in:
@@ -152,7 +152,7 @@ void getALPRImages(cv::VideoCapture cap, VideoDispatcher* dispatcher)
|
||||
cv::Mat frame1;
|
||||
cv::Mat frame2;
|
||||
cv::Mat* receiveframe;
|
||||
BOOLEAN receiveframeisframe1 = TRUE;
|
||||
bool receiveframeisframe1 = TRUE;
|
||||
|
||||
while (dispatcher->active)
|
||||
{
|
||||
|
Reference in New Issue
Block a user