#include <EdgeDetector.h>
Inheritance diagram for prapi::texture::LaplaceOfGaussian< T, U >:

0 -1 0 -1 4 -1 0 -1 0.
Public Methods | |
| LaplaceOfGaussian (BorderAction borderAction=BORDER_CROP) | |
| Constructor for the LaplaceOfGaussian operator. | |
| ~LaplaceOfGaussian () | |
| The destructor of LaplaceOfGaussian. | |
| util::Matrix< U > | getTransformedImage (const util::Matrix< T > &mat) throw (ImageTransformException&) |
| Makes the LaplaceOfGaussian operation for the matrix given in parameter. | |
|
||||||||||
|
Constructor for the LaplaceOfGaussian operator.
|
|
||||||||||
|
Makes the LaplaceOfGaussian operation for the matrix given in parameter.
Implements prapi::ImageTransform< U, T >. |