![]() |
XII Release 0.1.0
|
Triangle filter. More...
#include <ImageFilter.h>
Public Member Functions | |
xiiImageFilterTriangle (float fWidth=1.0f) | |
virtual xiiSimdFloat | SamplePoint (const xiiSimdFloat &x) const override |
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. | |
Additional Inherited Members | |
![]() | |
xiiImageFilter (float width) | |
Triangle filter.
|
overridevirtual |
Samples the filter function at a single point. Note that the distribution isn't necessarily normalized.
Implements xiiImageFilter.