Added parameter for max plate rotation (was previously hardcoded at 10 degrees). Upped the default to 15

This commit is contained in:
Matt Hill
2014-04-08 15:11:11 -05:00
parent a226d2bad1
commit 84e1df8c7c
4 changed files with 9 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ class Config
float maxPlateWidthPercent;
float maxPlateHeightPercent;
int maxPlateAngleDegrees;
float minPlateSizeWidthPx;
float minPlateSizeHeightPx;