You can create a Conv2d
layer and specify the weights to be gaussian.
Then just apply the conv layer on your image.
7 Likes
You can create a Conv2d
layer and specify the weights to be gaussian.
Then just apply the conv layer on your image.