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

lti::harrisKernelX< T > Class Template Reference

Harris Kernel X. More...

#include <ltiGradientKernels.h>

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

List of all members.

Public Member Functions

 harrisKernelX ()

Detailed Description

template<class T>
class lti::harrisKernelX< T >

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

Constructor & Destructor Documentation

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


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