示例#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);