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

lti::prewittKernelYY< T > Class Template Reference

Prewitt Kernel YY. More...

#include <ltiSecondDerivativeKernels.h>

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

List of all members.

Public Member Functions

 prewittKernelYY (const bool normalized=false)

Detailed Description

template<class T>
class lti::prewittKernelYY< T >

Prewitt Kernel YY.

Define as a 5x5 separable kernel:

  1  2  3  2  1
  0  0  0  0  0
 -2 -4 -6 -4 -2 
  0  0  0  0  0
  1  2  3  2  1

Constructor & Destructor Documentation

template<class T >
lti::prewittKernelYY< T >::prewittKernelYY ( const bool  normalized = false  ) 

Constructor.

Parameters:
normalized if true, the kernel will be normalized so that in the low-pass axis (perpendicular to the derivative axis) the mean value remains the same, i.e. the kernel will be multiplied by 1/9.

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