FinderPatternFinder constructor

FinderPatternFinder(
  1. BitMatrix _image, [
  2. ResultPointCallback? _resultPointCallback
])

Implementation

FinderPatternFinder(this._image, [this._resultPointCallback])
    : _possibleCenters = [],
      _crossCheckStateCount = [0, 0, 0, 0, 0];