Skip to content

Commit

Permalink
Fix docstring in sharpen (#2181)
Browse files Browse the repository at this point in the history
* Empty-Commit

* Fix in doscring
  • Loading branch information
ternaus authored Dec 8, 2024
1 parent 8ac781a commit 47c2450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albumentations/augmentations/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -4005,7 +4005,7 @@ class Sharpen(ImageOnlyTransform):
Only used in 'kernel' method. Larger values create higher contrast.
Values should be greater than 0. Default: (0.5, 1.0).
method (str): Sharpening algorithm to use:
method (Literal['kernel', 'gaussian']): Sharpening algorithm to use:
- 'kernel': Traditional kernel-based sharpening using Laplacian operator
- 'gaussian': Interpolation between Gaussian blurred and original image
Default: 'kernel'
Expand Down

0 comments on commit 47c2450

Please sign in to comment.