FinderPatternInfo class
Encapsulates information about finder patterns in an image, including the location of the three finder patterns, and their estimated module size.
@author Sean Owen
Constructors
-
FinderPatternInfo(List<
FinderPattern> patternCenters)
Properties
- bottomLeft → FinderPattern
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topLeft → FinderPattern
-
no setter
- topRight → FinderPattern
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited