RandomAdjustSharpness¶
- class torchvision.transforms.v2.RandomAdjustSharpness(sharpness_factor: float, p: float = 0.5)[source]¶
Adjust the sharpness of the image or video with a given probability.
If the input is a
torch.Tensor
, it is expected to have […, 1 or 3, H, W] shape, where … means an arbitrary number of leading dimensions.- Parameters:
Examples using
RandomAdjustSharpness
:Illustration of transforms