Ejemplo n.º 1
0
 public extern static int cvBGCodeBookDiff(
    ref MCvBGCodeBookModel model,
    IntPtr image,
    IntPtr fgmask,
    Rectangle roi);
Ejemplo n.º 2
0
 public extern static void cvBGCodeBookClearStale(
    ref MCvBGCodeBookModel model,
    int staleThresh,
    Rectangle roi,
    IntPtr mask);
Ejemplo n.º 3
0
 public extern static void cvBGCodeBookUpdate(
    ref MCvBGCodeBookModel model,
    IntPtr image,
    Rectangle roi,
    IntPtr mask);