Re: A derivative of a Gaussian



Dali,
There is nothing relevant there, I couldnt even find a derivative of a
Gaussian there.

However, I was able to find the fault in the logic I presented earlier.
A very important point to note is that each of the two two-dimensional
directional derivatives has to be convolved with the image to obtain
the Norm of the gradient. However, using the separability property we
can perform two one-dimensional convolutions instead of one costly
two-dimensional convolution. That is, the first 1D derivative of a
Gaussian function convolved with a 1D Gaussian blur function convolved
with the image function, is equivalent to the image function convolved
with the first derivative of a 2D Gaussian blur function and not as I
wrongly implemented it above.

Shlomo.


Dali wrote:
Hello,
Try to look in GSL (GNU Scientific Library)


regards, Dali

.



Relevant Pages

  • Re: A derivative of a Gaussian
    ... As I understand using the associatively of convolution and the fact the ... both the Gaussian and the derivative of a Gaussian operations are ... %apply directional derivatives ...
    (sci.image.processing)
  • Re: A derivative of a Gaussian
    ... Dont use the Sobel - it is a numerical approximation to a derivative ... for small gaussian sigma or higher order derivatives. ... generate a kernel in MATLAB and save that into memory. ...
    (sci.image.processing)