ImageTColor, TDepthAccumulateWeighted Method |
| Name | Description | |
|---|---|---|
| AccumulateWeighted(ImageTColor, TDepth, Double) |
Update Running Average. this = (1-alpha)*this + alpha*img
| |
| AccumulateWeighted(ImageTColor, TDepth, Double, ImageGray, Byte) |
Update Running Average. this = (1-alpha)*this + alpha*img, using the mask
|