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

lti::harrisKernelXY< T > Class Template Reference

Harris Kernel XY. More...

#include <ltiSecondDerivativeKernels.h>

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

List of all members.

Public Member Functions

 harrisKernelXY ()

Detailed Description

template<class T>
class lti::harrisKernelXY< T >

Harris Kernel XY.

Define as a 5x5 separable kernel:

  4  2  0 -2 -4
  2  1  0 -1 -2
  0  0  0  0  0
 -2 -1  0  1  2
 -4 -2  0  2  4

Constructor & Destructor Documentation

template<class T >
lti::harrisKernelXY< T >::harrisKernelXY (  ) 

Constructor.

There is no normalization option as with other second derivative 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:50 2010 for LTI-Lib by Doxygen 1.6.1