Optimised and added cleaning to the sector detection (OCR)
This commit is contained in:
+2
-2
@@ -112,8 +112,8 @@ namespace Test_Merge
|
||||
{
|
||||
sectorCount++;
|
||||
if (sectorCount == 1)
|
||||
//result.Sector1 = (int)await (w as DriverSectorWindow).DecodePng();
|
||||
result.Sector1 = 0;
|
||||
result.Sector1 = (int)await (w as DriverSectorWindow).DecodePng();
|
||||
//result.Sector1 = 0;
|
||||
if (sectorCount == 2)
|
||||
//result.Sector2 = (int)await (w as DriverSectorWindow).DecodePng();
|
||||
result.Sector2 = 0;
|
||||
|
||||
Reference in New Issue
Block a user