Class FinderPatternInfo
Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
public sealed class FinderPatternInfo
- Inheritance
-
FinderPatternInfo
- Inherited Members
Constructors
FinderPatternInfo(FinderPattern[])
Initializes a new instance of the FinderPatternInfo class.
public FinderPatternInfo(FinderPattern[] patternCenters)
Parameters
patternCenters
FinderPattern[]The pattern centers.
Properties
BottomLeft
Gets the bottom left.
public FinderPattern BottomLeft { get; }
Property Value
TopLeft
Gets the top left.
public FinderPattern TopLeft { get; }
Property Value
TopRight
Gets the top right.
public FinderPattern TopRight { get; }