![]() |
latest version v1.9 - last update 10 Apr 2010 |
![]() |
Sobel Kernel XX. More...
#include <ltiSecondDerivativeKernels.h>
Public Member Functions | |
sobelKernelXX (const bool normalized=false) |
Sobel Kernel XX.
Define as a 5x5 separable kernel:
1 0 -2 0 1 4 0 -8 0 4 8 0 -12 0 8 4 0 -8 0 4 1 0 -2 0 1
lti::sobelKernelXX< T >::sobelKernelXX | ( | const bool | normalized = false |
) |
Constructor.
normalized | if true, the kernel will be normalized so that in the low-pass axis (perpendicular to the derivative axis) the mean value remains the same, i.e. the kernel will be multiplied by 1/16. |