Fixed DetectorCUDA compile issue on Windows

This commit is contained in:
Matt Hill
2015-03-12 22:56:45 -04:00
parent 4e2efcc965
commit 27a2ae7145

View File

@@ -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;