[Missing <summary> documentation for "M:Emgu.CV.VideoSurveillance.BGCodeBookModel`1.ClearStale(System.Int32,System.Drawing.Rectangle,Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte})"]

Namespace: Emgu.CV.VideoSurveillance
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ClearStale(
	int staleThresh,
	Rectangle roi,
	Image<Gray, byte> mask
)
Public Sub ClearStale ( _
	staleThresh As Integer, _
	roi As Rectangle, _
	mask As Image(Of Gray, Byte) _
)
public:
void ClearStale(
	int staleThresh, 
	Rectangle roi, 
	Image<Gray, unsigned char>^ mask
)

Parameters

staleThresh
Int32

[Missing <param name="staleThresh"/> documentation for "M:Emgu.CV.VideoSurveillance.BGCodeBookModel`1.ClearStale(System.Int32,System.Drawing.Rectangle,Emgu.CV.Image{Emgu.CV.Structure.Gray,System.Byte})"]

roi
Rectangle
The region of interest. Use Rectangle.Empty for the whole image
mask
Image<(Of <(<'Gray, Byte>)>)>
Mask for Clear Stale. Can be null if not needed.

See Also