LTI-Lib latest version v1.9 - last update 10 Apr 2010

lti::harrisKernelY< T > Class Template Reference

Harris Kernel Y. More...

#include <ltiGradientKernels.h>

Inheritance diagram for lti::harrisKernelY< T >:
Inheritance graph
[legend]
Collaboration diagram for lti::harrisKernelY< T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 harrisKernelY ()

Detailed Description

template<class T>
class lti::harrisKernelY< T >

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

Constructor & Destructor Documentation

template<class T >
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.


The documentation for this class was generated from the following file:

Generated on Sat Apr 10 15:27:22 2010 for LTI-Lib by Doxygen 1.6.1