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 ea4fe12 commit fda03c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/sharpen.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +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)
strength = int(sh_str * (2**10))

edge = luma - smoothened
Expand Down

0 comments on commit fda03c2

Please sign in to comment.