Skip to content

Commit

Permalink
Added config presets for 1920x1080 and 2560x1440.
Browse files Browse the repository at this point in the history
Updated recipe data for patch 1.4
  • Loading branch information
josdemmers committed Apr 4, 2022
1 parent 68c7981 commit 0343e6f
Show file tree
Hide file tree
Showing 11 changed files with 91,283 additions and 76,870 deletions.
7 changes: 5 additions & 2 deletions NewWorldCompanion.Constants/EmguConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
public class EmguConstants
{
// Shape detection
public const int DefaultAreaLower = 10000;
public const int DefaultAreaUpper = 15000;
public const int Default19201080AreaLower = 6000;
public const int Default19201080AreaUpper = 7000;
public const int Default25601440AreaLower = 10000;
public const int Default25601440AreaUpper = 15000;

public const int DefaultHysteresisLower = 10;
public const int DefaultHysteresisUpper = 400;

Expand Down
Loading

0 comments on commit 0343e6f

Please sign in to comment.