|
WPOCT Software Developer's Kit (SDK)
SDK For using Wasatch Photonics OCT Spectrometers
|
Class for calculating a moving average. The window size is configurable. More...
#include <MovingAverage.h>
Public Member Functions | |
| MovingAverage (ScanProcessor *scanProcessor) | |
| bool | Enabled () |
| int | GetWindowSize () |
| bool | SetEnabled (bool value) |
| bool | SetWindowSize (int value) |
| bool | Reset () |
| int | CalcMovingAverage (float *&inOutData) |
| virtual void | OnWidthHeightChanged (int width, int height) |
Class for calculating a moving average. The window size is configurable.