Package-level declarations

Types

Link copied to clipboard

Encapsulates an alignment pattern, which are the smaller square patterns found in all but the simplest QR Codes.

Link copied to clipboard
class Detector(image: BitMatrix)
Link copied to clipboard
class FinderPattern(posX: Float, posY: Float, val estimatedModuleSize: Float, val count: Int) : ResultPoint
Link copied to clipboard
class FinderPatternFinder @JvmOverloads constructor(image: BitMatrix, resultPointCallback: ResultPointCallback? = null)
Link copied to clipboard
class FinderPatternInfo(patternCenters: Array<FinderPattern>)