Overload List
Name | Description |
---|---|
RunningAvg(Image<(Of <<'(TColor, TDepth>)>>), Double) |
Update Running Average. this = (1-alpha)*this + alpha*img
|
RunningAvg(Image<(Of <<'(TColor, TDepth>)>>), Double, Image<(Of <<'(Gray, Byte>)>>)) |
Update Running Average. this = (1-alpha)*this + alpha*img, using the mask
|