示例#1
0
 public MIAResource(Image img, MIAFinder algorithm)
 {
     this.img       = img;
     this.algorithm = algorithm;
 }