Skip to content

Commit

Permalink
Merge pull request #37 from open-dynamic-robot-initiative/fkloss/chec…
Browse files Browse the repository at this point in the history
…k_sharpness_thresh

Adjust default edge mean threshold
  • Loading branch information
luator authored Feb 8, 2024
2 parents 3d22408 + bd95414 commit 5c87a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_camera_sharpness.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def main():
"--threshold",
"-t",
type=float,
default=12.0,
default=10.0,
help="""Threshold for the edge mean. Images with an 'edge mean' below this
threshold are marked as too blurry. Default: %(default)s.
""",
Expand Down

0 comments on commit 5c87a37

Please sign in to comment.