latest version v1.9 - last update 10 Apr 2010 |
Harris Kernel Y. More...
#include <ltiGradientKernels.h>
Public Member Functions | |
harrisKernelY () |
Harris Kernel Y.
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 5x1 separable kernel:
[-2 -1 0 1 2] transposed
lti::harrisKernelY< T >::harrisKernelY | ( | ) |
Constructor.
There is no normalization option as with other gradient kernels since the harris kernel does not have a low-pass component.