TFinderPatternFinder.Create Constructor
Overloads
| Create(TBitMatrix) |
Creates a finder that will search the image for three finder patterns. |
| Create(TBitMatrix, TResultPointCallback) |
Initializes a new instance of the FinderPatternFinder class. |
Creates a finder that will search the image for three finder patterns.
Delphi
constructor Create(const image: TBitMatrix)
Parameters
- image
- TBitMatrix
image to search
Initializes a new instance of the FinderPatternFinder class.
Delphi
constructor Create(const image: TBitMatrix; resultPointCallback: TResultPointCallback)
Parameters
- image
- TBitMatrix
The image.
- resultPointCallback
- TResultPointCallback
The result point callback.