Exemplo n.º 1
0
 public AvgExtractor()
 {
     FrameCount     = 0;
     Started        = false;
     this.initPanel = new AvgExtractor_Panel(false, Threshold, SamplingCount);
 }
Exemplo n.º 2
0
 public AvgExtractor()
 {
     FrameCount = 0;
     Started = false;
     this.initPanel = new AvgExtractor_Panel(false, Threshold, SamplingCount);
 }