Laplacian of Gaussian

Posted by Don on Stack Overflow See other posts from Stack Overflow or by Don
Published on 2010-03-31T22:36:10Z Indexed on 2010/04/01 3:43 UTC
Read the original article Hit count: 409

Filed under:

I am having trouble implementing a LoG kernel. I am trying to implement 9x9 kernal with theta = 1.4 as shown in this link http://homepages.inf.ed.ac.uk/rbf/HIPR2/log.htm.

However, I am having difficulty with the formula itself.For whatever values I input into the formula, I don't get any of the values in a 9x9 LoG kernel with theta = 1. 4.

If someone can provide an example of how they got one of the big values ie -40 or -23, or the code to implement it, It'd be greatly appreciated. Thank you

© Stack Overflow or respective owner

Related posts about math