|
latest version v1.9 - last update 24 Nov 2005 |
|
#include <ltiSecondDerivativeKernels.h>
Inheritance diagram for lti::andoKernelXX< T >:


Public Member Functions | |
| andoKernelXX (const int &size=5) | |
| void | generate (const int &size) |
They are found by convolution of two optimal gradient kernels as introduced by Ando. For more details see lti::gradientKernelX.
Kernel sizes 5x5, 7x7 and 9x9 are available.
This object will correspond to the second derivative with respect to the x-Axis. For the y-Axis just exchange the 1D filter kernels, or use the lti::andoKernelYY.
The template parameter T should be the same as the value_type of the matrix or channel to be filtered (channel::value_type, double, etc.)
It is recomended to use this kernels with floating point matrices or channels, due to precision aspects.
|
||||||||||
|
constructor
|
|
||||||||||
|
initialize this kernel with the specified values
|