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.

Create(TBitMatrix)

Creates a finder that will search the image for three finder patterns.

Delphi
constructor Create(const image: TBitMatrix)

Parameters

image
TBitMatrix

image to search

Create(TBitMatrix, TResultPointCallback)

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.