Skip to content

Commit

Permalink
Lowered maximum scale on connectness to 6 from 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbdmaul committed Jan 11, 2016
1 parent 9518e69 commit 971e5ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class PixelClusterManager {
private ShotDetectionManager shotDetectionManager;

private final static double MINIMUM_CONNECTEDNESS = 3.66f;
private final static double MAXIMUM_CONNECTEDNESS_SCALE = 7f;
private final static double MAXIMUM_CONNECTEDNESS_SCALE = 6f;

private final static double MINIMUM_CONNECTEDNESS_FACTOR = .018f;

Expand Down

0 comments on commit 971e5ab

Please sign in to comment.