Description Usage Arguments Value
This function calculates the weighted mean of previous three frames. The buffer maintained here can contain only three frames.
| 1 | wtmean(b, nf, thresh)
 | 
| b | 3-D matrix containing grayscaled video frames. | 
| nf | It is size of buffer that contains previous frames and its value can be set to three only. | 
| thresh | threshold required to obtain foreground images.Its value can be around 10 - 30. | 
A 3-D matrix of frames containing foreground obtained after background subtraction is applied(binary images).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.