latest version v1.9 - last update 10 Apr 2010 |
Two-dimensional kernels to compute the Hessian coefficients. More...
#include <ltiHessianKernels.h>
Public Member Functions | |
hessianKernelXY () | |
void | generate () |
Two-dimensional kernels to compute the Hessian coefficients.
The Hessian coefficients at a pixel correspond to the second derivatives. There are for images three cases:
The 3x3 is the kernels to compute this are:
0.1 -0.2 0.1 0.3 -0.6 0.3 0.1 -0.2 0.1
0.1 0.3 0.1 -0.2 -0.6 -0.2 0.1 0.3 0.1
0.125 0 -0.125 0 0 0 -0.125 0 0.125
These kernels are separable and therefore implemented that way.
This kernel implements
lti::hessianKernelXY::hessianKernelXY | ( | ) |
Constructor.
void lti::hessianKernelXY::generate | ( | ) |
Initialize this kernel.