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

lti::sobelKernelX< T > Class Template Reference

Sobel Kernel X. More...

#include <ltiGradientKernels.h>

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

List of all members.

Public Member Functions

 sobelKernelX (const bool normalized=false)

Detailed Description

template<class T>
class lti::sobelKernelX< T >

Sobel Kernel X.

Define as a 3x3 separable kernel:

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

Constructor & Destructor Documentation

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

Constructor.

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

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