Esempio n. 1
0
 public Detection(string ImageFileName, DetectionResolutionType Resolution) : this(0, ImageFileName, Resolution)
 {
 }
Esempio n. 2
0
 public Detection(long UID, string ImageFileName, DetectionResolutionType Resolution)
 {
     this.ImageFileName = ImageFileName;
     this.Resolution    = Resolution;
     this.UID           = UID;
 }