#include <convolve.h>
Inheritance diagram for fl::FilterHessian:

Public Methods | |
| FilterHessian (double sigma=1.0, const PixelFormat &format=GrayFloat) | |
| virtual Image | filter (const Image &image) |
| This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe. | |
Public Attributes | |
| double | sigma |
| scale | |
| Gaussian1D | G |
| GaussianDerivativeSecond1D | dG |
| int | offset |
| number of pixels removed from border | |
Protected Attributes | |
| int | offset1 |
| int | offset2 |
|
||||||||||||
|
|
|
|
This could be const, but it is useful to allow filters to collect statistics. Note that such filters are not thread safe.
Implements fl::Filter. |
|
|
|
|
|
|
|
|
number of pixels removed from border
|
|
|
|
|
|
|
|
|
scale
|
1.2.18