View source on GitHub |
Change sharpness of image(s).
@tf.function
tfa.image.sharpness( image:
tfa.types.TensorLike
, factor:tfa.types.Number
, name: Optional[str] = None ) -> tf.Tensor
Returns | |
---|---|
Image(s) with the same type and shape as images , sharper.
|