WhiteRectangleDetector

Detects a candidate barcode-like rectangular region within an image. It starts around the center of the image, increases the size of the candidate region until it finds a white rectangular region. By keeping track of the last black points it encountered, it determines the corners of the barcode.

Constructors

Link copied to clipboard
constructor(image: BitMatrix)
constructor(image: BitMatrix, initSize: Int, x: Int, y: Int)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Detects a candidate barcode-like rectangular region within an image. It starts around the center of the image, increases the size of the candidate region until it finds a white rectangular region.