예제 #1
0
 public extern static int cvBGCodeBookDiff(
    ref MCvBGCodeBookModel model,
    IntPtr image,
    IntPtr fgmask,
    Rectangle roi);
예제 #2
0
 public extern static void cvBGCodeBookClearStale(
    ref MCvBGCodeBookModel model,
    int staleThresh,
    Rectangle roi,
    IntPtr mask);
예제 #3
0
 public extern static void cvBGCodeBookUpdate(
    ref MCvBGCodeBookModel model,
    IntPtr image,
    Rectangle roi,
    IntPtr mask);