DetectorResult constructor

DetectorResult(
  1. BitMatrix _bits,
  2. List<ResultPoint> _points
)

Implementation

DetectorResult(this._bits, this._points);