MultiFinderPatternFinder

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.

In contrast to FinderPatternFinder, this class will return an array of all possible QR code locations in the image.

Use the TRY_HARDER hint to ask for a more thorough detection.

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard