Now the sector recognition is effective even with the colored text
This commit is contained in:
@@ -221,15 +221,12 @@ namespace Test_Merge
|
||||
{
|
||||
case 0:
|
||||
//Main Zone
|
||||
int driverID = 0;
|
||||
//Parallel.ForEach(mainZones[mainZoneId].Zones,async (z) =>
|
||||
foreach (Zone z in mainZones[mainZoneId].Zones)
|
||||
{
|
||||
driverID++;
|
||||
if (driverID == 9)
|
||||
Console.WriteLine("AAAAA");
|
||||
z.ZoneImage.Save("Driver" + driverID + ".png");
|
||||
mainResults.Add(await z.Decode(drivers));
|
||||
}
|
||||
mainResults.Add(await z.Decode(new List<string>(drivers)));
|
||||
}//);
|
||||
//MessageBox.Show("Finished");
|
||||
break;
|
||||
//Next there could be a Title Zone and TrackInfoZone
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user