mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 07:16:56 +08:00
Fixed DetectorCUDA compile issue on Windows
This commit is contained in:
@@ -124,7 +124,7 @@ namespace alpr
|
||||
cout << "LBP Time: " << diffclock(startTime, endTime) << "ms." << endl;
|
||||
}
|
||||
|
||||
for( uint i = 0; i < plates.size(); i++ )
|
||||
for( unsigned int i = 0; i < plates.size(); i++ )
|
||||
{
|
||||
plates[i].x = (plates[i].x / scale_factor) + offset_x;
|
||||
plates[i].y = (plates[i].y / scale_factor) + offset_y;
|
||||
|
Reference in New Issue
Block a user