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

Public Methods | |
| IntensityDeviation (float average, bool ignoreZeros=false) | |
| 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 | |
| float | average |
| The given value. | |
| float | deviation |
| The computed value. | |
| bool | ignoreZeros |
| Don't include black pixels in count for determining deviation. | |
|
||||||||||||
|
|
|
|
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. |
|
|
The given value.
|
|
|
The computed value.
|
|
|
Don't include black pixels in count for determining deviation.
|
1.2.18