public final class FinderPatternInfo
extends java.lang.Object
Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
Modifier and Type | Field and Description |
---|---|
private FinderPattern |
bottomLeft |
private FinderPattern |
topLeft |
private FinderPattern |
topRight |
Constructor and Description |
---|
FinderPatternInfo(FinderPattern[] patternCenters) |
Modifier and Type | Method and Description |
---|---|
FinderPattern |
getBottomLeft() |
FinderPattern |
getTopLeft() |
FinderPattern |
getTopRight() |
private final FinderPattern bottomLeft
private final FinderPattern topLeft
private final FinderPattern topRight
public FinderPatternInfo(FinderPattern[] patternCenters)
public FinderPattern getBottomLeft()
public FinderPattern getTopLeft()
public FinderPattern getTopRight()