FinderPatternFinder

open class FinderPatternFinder(image: BitMatrix, resultPointCallback: ResultPointCallback?)

This class attempts to find finder patterns in a QR Code. Finder patterns are the square markers at three corners of a QR Code.

This class is thread-safe but not reentrant. Each thread must allocate its own object.

Inheritors

Constructors

Link copied to clipboard
constructor(image: BitMatrix, resultPointCallback: ResultPointCallback?)
constructor(image: BitMatrix)

Creates a finder that will search the image for three finder patterns.

Types

Link copied to clipboard
object Companion