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