UQrAlignmentPatternFinder constructor

UQrAlignmentPatternFinder(
  1. UBitMatrix image,
  2. int startX,
  3. int startY,
  4. int width,
  5. int height,
  6. double moduleSize,
)

Implementation

UQrAlignmentPatternFinder(this.image, this.startX, this.startY, this.width, this.height, this.moduleSize);