TFinderPatternInfo Class

Definition

Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.

Delphi
type TFinderPatternInfo = class(TObject)
Inheritance
TObject
TFinderPatternInfo

Constructors

Create(TArray<IFinderPattern>)

Initializes a new instance of the FinderPatternInfo class.

Properties

bottomLeft

Gets the bottom left.

topLeft

Gets the top left.

topRight

Gets the top right.

Fields