Gauss_sharp- harp the image
Calling Sequence:
img = Gauss_sharp(im)
Parmeters:
im: matrix of an input image
img: output image matrix
Description:
Gauss_sharp The function Gauss_sharp calculates the convolution of the input image "im"
with the Gauss kernel of a specified size apertureSize and stores the result in "img".
Example:
im = imread("lena.png");
img = Gauss_sharp(im);