Binarisation
The image processing step converting a grayscale QR code image into pure black and white pixels. Adaptive thresholding is used to handle uneven lighting, where different areas of the image may have different brightness levels.
Related Terms
Related Content
How QR Code Scanning Works: From Camera to Data
QR Code Fundamentals…this to a binary (black/white) image using adaptive thresholding — comparing each pixel to its local neighbourhood rather…
How Much Damage Can a QR Code Survive?
Error Correction & Data Integrity…Scanners can compensate to some degree with adaptive thresholding, but severe fading causes individual module misreads…
How Scanners Handle Errors: Decode Algorithm Walkthrough
Error Correction & Data Integrity…is converted to a binary (black/white) image. Adaptive thresholding compares each pixel to its local neighbourhood average,…
Future of QR Error Correction: Colored QR and Beyond
Error Correction & Data Integrity…: ML models that outperform traditional adaptive thresholding in extreme lighting Super-resolution : AI upscaling of…
QR Code Sizing: Minimum Size for Every Distance
QR Code Best PracticesQR Code Reading and Decoding in Code
QR Code Development…Convert to greyscale before decoding Apply adaptive thresholding for uneven lighting Increase contrast for faded or…
QR Code Performance: Generation and Scanning Speed
QR Code Development…filter for noise reduction without edge blurring Adaptive thresholding for binarisation Crop to the QR code region if position is…