Emgu.CV.CvInvoke.cvBGCodeBookClearStale C# (CSharp) Метод

cvBGCodeBookClearStale() приватный Метод

private cvBGCodeBookClearStale ( IntPtr model, int staleThresh, Rectangle roi, IntPtr mask ) : void
model IntPtr
staleThresh int
roi Rectangle
mask IntPtr
Результат void
        public static extern void cvBGCodeBookClearStale(
         IntPtr model,
         int staleThresh,
         Rectangle roi,
         IntPtr mask);

Same methods

CvInvoke::cvBGCodeBookClearStale ( MCvBGCodeBookModel &model, int staleThresh, Rectangle roi, IntPtr mask ) : void
CvInvoke