DetectorResult constructor

DetectorResult(
  1. BitMatrix bits,
  2. List<ResultPoint> points
)

Implementation

DetectorResult(this.bits, this.points);