예제 #1
0
 internal BarCodeFindContext(BarCodeFindContextArray array, int index, BarCode barCode)
 {
     this.array   = new WeakReference <BarCodeFindContextArray>(array);
     this.Index   = index;
     this.BarCode = barCode;
 }
예제 #2
0
 public void Find(IntPtr rgba8, int width, int height, YellowConfig yellowConfig, BarCodeFindContextArray array, int maxYellowSpacing = 5)
 {
     Imports.FindAppearancesOfBarCodeInterestsInBitmap(rgba8, width, height, yellowConfig, maxYellowSpacing, array.nativePointer, (ulong)array.Count, this.barCodeFindTemporaryMemory);
 }