latest version v1.9 - last update 10 Apr 2010 |
Harris Kernel X. More...
#include <ltiGradientKernels.h>
Public Member Functions | |
harrisKernelX () |
Harris Kernel X.
This is the kernel used for the famed Harris Corner Detector introduced in:
C. Harris and M. Stephens, "A Combined Corner and Edge Detector", in Proc. 4th Alvey Vision Conference, pp. 147-151, 1988
Define as a 1x5 separable kernel:
-2 -1 0 1 2
lti::harrisKernelX< T >::harrisKernelX | ( | ) |
Constructor.
There is no normalization option as with other gradient kernels since the harris kernel does not have a low-pass component.