![]() |
XII Release 0.1.0
|
Represents a function used for filtering an image. More...
#include <ImageFilter.h>
Public Member Functions | |
virtual xiiSimdFloat | SamplePoint (const xiiSimdFloat &x) const =0 |
Samples the filter function at a single point. Note that the distribution isn't necessarily normalized. | |
xiiSimdFloat | GetWidth () const |
Returns the width of the filter; outside of the interval [-width, width], the filter function is always zero. | |
Protected Member Functions | |
xiiImageFilter (float width) | |
Represents a function used for filtering an image.
|
pure virtual |
Samples the filter function at a single point. Note that the distribution isn't necessarily normalized.
Implemented in xiiImageFilterBox, xiiImageFilterSincWithKaiserWindow, and xiiImageFilterTriangle.