[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.0.1.0 (2.0.1.0)

Syntax

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

Parameters

staleThresh
Type: System..::.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
Type: System.Drawing..::.Rectangle
The region of interest. Use Rectangle.Empty for the whole image
mask
Type: Emgu.CV..::.Image<(Of <(Gray, Byte>)>)
Mask for Clear Stale. Can be null if not needed.

See Also