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