Hello.
I am trying to make a 3-D graph similar to the one below, that illustrates the 2-D Laplacian of Gaussian (LoG) function. How can I accomplish this through MATLAB or python? Code snippets would be greatly appreciated.
I have found that we can plot the gaussian using this method, but I am looking for how to plot the laplacian of gaussian.
You can use the discrete laplacian function
del2
:Results: