- Use "fspecial" function to create Laplacian of Gaussian filter. Pass value of input argument “type” as “log” for creating Laplacian of Gaussian filter. For example:
- Use "imfilter" to perform the filtering operation on the input matrix. For more information refer to below link:https://www.mathworks.com/help/images/ref/imfilter.html