Skip to content

Commit

Permalink
changed isolator constants ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed May 30, 2019
1 parent f11e36c commit a374232
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Isolator/isolator_constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class IsolatorConstants:
WIDTH_HEIGHT_RATIO_MIN = 0.325
WIDTH_HEIGHT_RATIO_MIN = 0.31
WIDTH_HEIGHT_RATIO_MAX = 0.75

PIXEL_RATIO_MIN = 25
Expand Down
2 changes: 1 addition & 1 deletion Isolator/isolator_constants_320_240.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class IsolatorConstants320240(IsolatorConstants):
AREA_SIZE_MIN = 85
AREA_SIZE_MIN = 54
AREA_SIZE_MAX = 650

WIDTH_MAX = 30
Expand Down

0 comments on commit a374232

Please sign in to comment.