|
latest version v1.9 - last update 10 Apr 2010 |
|
Defines several linear kernels for the computation of the gradient, like the Ando kernels, and other classical ones like Sobel, Prewitt, etc. More...
#include "ltiLinearKernels.h"#include <limits>#include "ltiGradientKernels_template.h"

Go to the source code of this file.
Classes | |
| class | lti::gradientKernelX< T > |
| Two-dimensional separable filter kernels for the gradient approximation. More... | |
| class | lti::gradientKernelY< T > |
| Two-dimensional separable filter kernels for the gradient approximation. More... | |
| class | lti::sobelKernelX< T > |
| Sobel Kernel X. More... | |
| class | lti::sobelKernelY< T > |
| Sobel Kernel Y. More... | |
| class | lti::prewittKernelX< T > |
| Prewitt Kernel X. More... | |
| class | lti::prewittKernelY< T > |
| Prewitt Kernel Y. More... | |
| class | lti::harrisKernelX< T > |
| Harris Kernel X. More... | |
| class | lti::harrisKernelY< T > |
| Harris Kernel Y. More... | |
| class | lti::robinsonKernelX< T > |
| Robinson Kernel X. More... | |
| class | lti::robinsonKernelY< T > |
| Robinson Kernel Y. More... | |
| class | lti::kirschKernelX< T > |
| Kirsch Kernel X. More... | |
| class | lti::kirschKernelY< T > |
| Kirsch Kernel Y. More... | |
Namespaces | |
| namespace | lti |
Defines several linear kernels for the computation of the gradient, like the Ando kernels, and other classical ones like Sobel, Prewitt, etc.