Skip to content

Commit

Permalink
Added print statement in sharpen to print sharpen strength value for …
Browse files Browse the repository at this point in the history
…isp logs
  • Loading branch information
mfaizan-10xe committed Aug 30, 2024
1 parent fda03c2 commit b398262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sharpen.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def apply_sharpen(self):
# Sharpen the image with upsharp mask
# Strength is tuneable with the sharpen_strength parameter]
sh_str = self.parm_sha["sharpen_strength"]
print("Sharpen strength = ", sh_str)
print(" - Sharpen - strength = ", sh_str)
strength = int(sh_str * (2**10))

edge = luma - smoothened
Expand Down

0 comments on commit b398262

Please sign in to comment.