XII Release 0.1.0
Loading...
Searching...
No Matches
xiiImageFilterBox Class Reference

Box filter. More...

#include <ImageFilter.h>

Inheritance diagram for xiiImageFilterBox:
[legend]

Public Member Functions

 xiiImageFilterBox (float fWidth=0.5f)
 
virtual xiiSimdFloat SamplePoint (const xiiSimdFloat &x) const override
 Samples the filter function at a single point. Note that the distribution isn't necessarily normalized.
 
- Public Member Functions inherited from xiiImageFilter
xiiSimdFloat GetWidth () const
 Returns the width of the filter; outside of the interval [-width, width], the filter function is always zero.
 

Additional Inherited Members

- Protected Member Functions inherited from xiiImageFilter
 xiiImageFilter (float width)
 

Detailed Description

Box filter.

Member Function Documentation

◆ SamplePoint()

xiiSimdFloat xiiImageFilterBox::SamplePoint ( const xiiSimdFloat & x) const
overridevirtual

Samples the filter function at a single point. Note that the distribution isn't necessarily normalized.

Implements xiiImageFilter.


The documentation for this class was generated from the following files: