Table of Contents

Class MovingAverageF

Namespace
FellowOakDicom.Imaging.Mathematics
Assembly
fo-dicom.core.dll
public class MovingAverageF
Inheritance
MovingAverageF
Inherited Members
Extension Methods

Constructors

MovingAverageF(int)

public MovingAverageF(int window)

Parameters

window int

Properties

Count

public int Count { get; }

Property Value

int

Methods

Next(float)

public float Next(float value)

Parameters

value float

Returns

float