[Missing <summary> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookClearStale(Emgu.CV.Structure.MCvBGCodeBookModel@,System.Int32,System.Drawing.Rectangle,System.IntPtr)"]
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void cvBGCodeBookClearStale( ref MCvBGCodeBookModel model, int staleThresh, Rectangle roi, IntPtr mask ) |
Visual Basic |
---|
Public Shared Sub cvBGCodeBookClearStale ( _ ByRef model As MCvBGCodeBookModel, _ staleThresh As Integer, _ roi As Rectangle, _ mask As IntPtr _ ) |
Visual C++ |
---|
public: static void cvBGCodeBookClearStale( MCvBGCodeBookModel% model, int staleThresh, Rectangle roi, IntPtr mask ) |
Parameters
- model
- Type: Emgu.CV.Structure..::..MCvBGCodeBookModel%
[Missing <param name="model"/> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookClearStale(Emgu.CV.Structure.MCvBGCodeBookModel@,System.Int32,System.Drawing.Rectangle,System.IntPtr)"]
- staleThresh
- Type: System..::..Int32
[Missing <param name="staleThresh"/> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookClearStale(Emgu.CV.Structure.MCvBGCodeBookModel@,System.Int32,System.Drawing.Rectangle,System.IntPtr)"]
- roi
- Type: System.Drawing..::..Rectangle
[Missing <param name="roi"/> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookClearStale(Emgu.CV.Structure.MCvBGCodeBookModel@,System.Int32,System.Drawing.Rectangle,System.IntPtr)"]
- mask
- Type: System..::..IntPtr
[Missing <param name="mask"/> documentation for "M:Emgu.CV.CvInvoke.cvBGCodeBookClearStale(Emgu.CV.Structure.MCvBGCodeBookModel@,System.Int32,System.Drawing.Rectangle,System.IntPtr)"]