FinderPattern

class FinderPattern(value: Int, startEnd: IntArray, start: Int, end: Int, rowNumber: Int)

Encapsulates an RSS barcode finder pattern, including its start/end position and row.

Constructors

Link copied to clipboard
constructor(value: Int, startEnd: IntArray, start: Int, end: Int, rowNumber: Int)

Functions

Link copied to clipboard
open operator override fun equals(o: Any?): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getValue(): Int
Link copied to clipboard
open override fun hashCode(): Int