FinderPatternFinder constructor
      
      FinderPatternFinder(
    
    
- BitMatrix _image, [
- ResultPointCallback? _resultPointCallback
Implementation
FinderPatternFinder(this._image, [this._resultPointCallback])
    : _possibleCenters = [],
      _crossCheckStateCount = [0, 0, 0, 0, 0];