Introduction - If you have any usage issues, please Google them yourself
Write a function as below which computes a directional first order derivative of 2D Gaussian function: h=dir2dgauss(M, sigma1, N, sigma2, theta).The kernel h is going to have a size of M x N and theta is the angle that the detector is rotated (counter clockwise). The sigma1 and sigma2 are the standard deviation of Gaussian functions.