DetectorResult constructor
DetectorResult(
- BitMatrix bits,
- List<
ResultPoint> points
Implementation
DetectorResult(this.bits, this.points);
DetectorResult(this.bits, this.points);