TAlignment Pattern Finder .Create Constructor
Creates a finder that will look in a portion of the whole image.
constructor Create(const image: TBitMatrix; const startX: Integer; const startY: Integer; const width: Integer; const height: Integer; const moduleSize: Single; resultPointCallback: TResultPointCallback)
Parameters
- image
- Type: ZXing.Common.BitMatrix.TBitMatrix
image to search
- startX
- Type: System.Integer
left column from which to start searching
- startY
- Type: System.Integer
top row from which to start searching
- width
- Type: System.Integer
width of region to search
- height
- Type: System.Integer
height of region to search
- moduleSize
- Type: System.Single
estimated module size so far
- resultPointCallback
- Type: ZXing.ResultPoint.TResultPointCallback