Laplacian kernels of higher order in image processing
问题 In literature on digital image processing you find examples of Laplace kernels of relatively low orders, typically, 3 or 5. I wonder, is there any general way to build Laplace kernels or arbitrary order? Links or/and references would be appreciated. 回答1: The Laplace operator is defined as the sum of the second derivatives along each of the axes of the image. (That is, it is the trace of the Hessian matrix): ∇ I = ( ∂ 2 /∂ x 2 + ∂ 2 /∂ y 2 ) I There are two common ways to discretize this: Use