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

Public Methods | |
| Rescale (double a=1.0, double b=0) | |
| Rescale (const Image &image, bool useFullRange=true) | |
| Determines a transformation that pulls the pixel values into the range [0,1]. useFullRange indicates that min intensity should be 0 and max should be 1 after rescaling. | |
| 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 | a |
| double | b |
|
||||||||||||
|
|
|
||||||||||||
|
Determines a transformation that pulls the pixel values into the range [0,1]. useFullRange indicates that min intensity should be 0 and max should be 1 after rescaling.
|
|
|
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. |
|
|
|
|
|
|
1.2.18