Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
guessing purify settings, again
Browse files Browse the repository at this point in the history
  • Loading branch information
MgAl2O4 committed Jan 24, 2021
1 parent 89a8fe5 commit 556aca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SINoCOLO/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("16.0.0.0")]
[assembly: AssemblyFileVersion("16.0.0.0")]
[assembly: AssemblyVersion("17.0.0.0")]
[assembly: AssemblyFileVersion("17.0.0.0")]
4 changes: 2 additions & 2 deletions SINoVision/ScannerPurify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ public override string ToString()
}
}

private FastPixelMatch matchLabelI = new FastPixelMatchMono(230, 255);
private FastPixelMatch matchLabelI = new FastPixelMatchMono(170, 255);
private FastPixelMatch matchLabelO = new FastPixelMatchMono(0, 140);
private FastPixelMatch matchTimerI = new FastPixelMatchMono(170, 245);
private FastPixelMatch matchTimerO = new FastPixelMatchHSV(-5, 15, 50, 100, 10, 60);
private FastPixelMatch matchPause = new FastPixelMatchMono(230, 255);
private FastPixelMatch matchPause = new FastPixelMatchMono(200, 255);
private FastPixelMatch matchBurstCenter = new FastPixelMatchHueMono(20, 40, 130, 195);

private Rectangle rectBurstCenter = new Rectangle(153, 343, 30, 2);
Expand Down

0 comments on commit 556aca8

Please sign in to comment.