Skip to content

Commit

Permalink
increase min blob area to make it even more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Apr 5, 2019
1 parent d9637b3 commit 8acc2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions track.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ def main():
arg_parser.add_argument('--m',
dest = 'minBlob',
type=int,
default=3,
help='minimum blob area in pixels (default = 35)')
default=5,
help='minimum blob area in pixels (default = 5)')
arg_parser.add_argument('--e',
dest = 'export',
type=bool,
Expand Down

0 comments on commit 8acc2d4

Please sign in to comment.