Esempio n. 1
0
 public RoadVideoCapture(WindowShiftCompare swin, RVReporter rpt, int ind = 0)
 {
     reporter = rpt;
     cmpWin   = swin;
     gv       = new GZVideoCapture(grabbed, ind);
 }