Example #1
0
 public void SetUp()
 {
     detector = new BlockDetector();
 }
Example #2
0
 public ObjectDetectionController()
 {
     this.aggregatedData = new List <BlockData>();
     this.blockDetector  = new BlockDetector();
 }