ZERO CROSSING EDGE DETECTION
Edge detection can also be done by detecting the zero crossing point of the second derivative
The second derivative can be computed by the Hessian matrix as with
This implementation is too computational expensive so another solution is to use the Laplacian
This solution needs to filter out the noise, this is done through convolution with Gaussian function